syscalls: close to being done with fork syscall
This commit is contained in:
@@ -68,6 +68,8 @@ typedef struct Process
|
||||
} Process;
|
||||
|
||||
extern Process* current;
|
||||
extern uint32_t pid_counter;
|
||||
extern Process* queue;
|
||||
|
||||
Process* task_create(uint32_t func, uint32_t user_esp, uint32_t ring, uint32_t* pagedir);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user