syscalls: start adding fork syscall, not done yet
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ int printf(const char* __restrict, ...);
|
||||
int putchar(int);
|
||||
int puts(const char*);
|
||||
|
||||
//#define KATAU_DEBUG
|
||||
#define KATAU_DEBUG
|
||||
|
||||
#ifdef KATAU_DEBUG
|
||||
#define debug_log printf
|
||||
|
||||
Reference in New Issue
Block a user