[USER] Exit and wait syscalls
This commit is contained in:
@@ -3,4 +3,6 @@
|
||||
#define SYS_WRITE 0x001
|
||||
#define SYS_BRK 0x002
|
||||
#define SYS_FORK 0x003
|
||||
#define SYS_EXIT 0x004
|
||||
#define SYS_WAIT 0x005
|
||||
#define SYS_DEBUG 0x3FF
|
||||
|
||||
Reference in New Issue
Block a user