syscalls: start adding fork syscall, not done yet
This commit is contained in:
@@ -13,8 +13,6 @@ uint32_t irq_disable_counter = 0;
|
||||
uint32_t pid_counter;
|
||||
uint32_t task_count;
|
||||
|
||||
#define KSTACKSIZE 4096
|
||||
|
||||
extern void trapret(void);
|
||||
extern void switchProcess(Process* next);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user