syscalls: start adding fork syscall, not done yet
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
|
||||
#define MAX_OPEN_FILES 32
|
||||
|
||||
#define KSTACKSIZE 4096
|
||||
|
||||
typedef enum TaskState
|
||||
{
|
||||
Ready,
|
||||
|
||||
Reference in New Issue
Block a user