primitive fork and exit system calls
This commit is contained in:
parent
cb83c71628
commit
a4c03dea09
12 changed files with 166 additions and 37 deletions
2
syscall.h
Normal file
2
syscall.h
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#define SYS_fork 1
|
||||
#define SYS_exit 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue