Scheduler with working threads.
Currently only one process but it is a start.
This commit is contained in:
parent
960cbf9519
commit
cb41953354
10 changed files with 136 additions and 5 deletions
|
|
@ -18,6 +18,8 @@ void Yield();
|
|||
// of the created process.
|
||||
void InsertProcess(Process* proc);
|
||||
|
||||
void EnqueueThread(Thread* thread);
|
||||
|
||||
Process& CurrentProcess();
|
||||
Thread& CurrentThread();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue