Working on scheduling

This commit is contained in:
ssimnb 2026-02-02 17:42:52 +01:00
parent cfcb806ebf
commit edfbfdad14
9 changed files with 19 additions and 39 deletions

View file

@ -10,7 +10,7 @@ typedef enum proc_state {
}proc_state;
typedef struct context {
uint64_t r15, r14, r13, r12, r11, r10, r9, r8, rbp, rbx, rcx, rdx, rsi, rdi, rip;
uint64_t r15, r14, r13, r12, rbp, rbx, rip;
} context;
typedef struct proc {