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] [ProcessManager] Problem at process start #76

Closed trylimits closed 9 years ago

trylimits commented 9 years ago

If a process is started we set its state to READY even if the L1 page table is not set. We should set the state of a process to BLOCKED first and after the MMU has done its job we should set the state to FREE.

trylimits commented 9 years ago

DONE