Fixing scheduler

This commit is contained in:
ssimnb 2026-03-04 07:15:08 +01:00
parent 184f1a60de
commit 3b08a6ce99
12 changed files with 101 additions and 72 deletions

View file

@ -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;