tasking: fix idle task creation & make task_create take EntryPoint type argument
This commit is contained in:
@@ -24,7 +24,6 @@ typedef struct Process
|
||||
struct Process* next; // Pointer to the next task in the list
|
||||
} Process;
|
||||
|
||||
//Process* task_create(EntryPoint func);
|
||||
Process* task_create(EntryPoint func, void** args, uint32_t arg_count);
|
||||
void scheduler_init();
|
||||
void schedule();
|
||||
|
||||
Reference in New Issue
Block a user