Fixing scheduler
This commit is contained in:
parent
184f1a60de
commit
3b08a6ce99
12 changed files with 101 additions and 72 deletions
|
|
@ -19,6 +19,7 @@ struct thread {
|
|||
struct thread *prev;
|
||||
uint64_t *mem;
|
||||
uint64_t *kstack;
|
||||
uint64_t *entry;
|
||||
proc_state state;
|
||||
uint16_t pid;
|
||||
struct context *context;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue