working on reading elf from initrd, and getting it launched with the new scheduler
This commit is contained in:
@@ -13,6 +13,7 @@ typedef enum {
|
||||
typedef struct {
|
||||
uint32_t pid;
|
||||
uint32_t esp;
|
||||
uint32_t esp0;
|
||||
uint32_t cr3;
|
||||
process_state_t state;
|
||||
uint32_t sleep;
|
||||
|
||||
Reference in New Issue
Block a user