primitive fork and exit system calls

This commit is contained in:
rtm 2006-06-15 16:02:20 +00:00
parent cb83c71628
commit a4c03dea09
12 changed files with 166 additions and 37 deletions

2
syscall.h Normal file
View file

@ -0,0 +1,2 @@
#define SYS_fork 1
#define SYS_exit 2