Working on scheduling
This commit is contained in:
parent
cfcb806ebf
commit
edfbfdad14
9 changed files with 19 additions and 39 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue