working on reading elf from initrd, and getting it launched with the new scheduler
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
void init_scheduler();
|
||||
|
||||
int create_task(uint32_t entry_point, uint32_t cr3);
|
||||
int create_task(uint32_t entry_point, uint32_t cr3, int user);
|
||||
process_t* current_task();
|
||||
|
||||
void sleep(uint32_t ms);
|
||||
|
||||
Reference in New Issue
Block a user