tasking: fix ELF file execution
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ typedef struct Process
|
||||
struct Process* next; // Следующий процесс
|
||||
} Process;
|
||||
|
||||
Process* task_create(uint32_t func, void** args, uint32_t arg_count, uint32_t ring, uint32_t* pagedir);
|
||||
Process* task_create(uint32_t func, uint32_t user_esp, uint32_t ring, uint32_t* pagedir);
|
||||
void scheduler_init();
|
||||
void schedule();
|
||||
void scheduler_lock();
|
||||
|
||||
Reference in New Issue
Block a user