wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[Scheduler] Scheduler is buggy if only one process is registered #59

Closed trylimits closed 9 years ago

trylimits commented 9 years ago

If the scheduler manages only one process it fails at the second context switch.

trylimits commented 9 years ago

fixed verified. thx @mpe5651