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
|
|
@ -12,6 +12,7 @@ class Process {
|
|||
Process();
|
||||
|
||||
uint64_t id() { return id_; }
|
||||
uint64_t cr3() { return cr3_; }
|
||||
|
||||
Thread* CreateThread();
|
||||
Thread* GetThread(uint64_t tid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue