system call arguments
This commit is contained in:
parent
89eb5fbe6d
commit
bf3903612d
7 changed files with 65 additions and 7 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#define SYS_fork 1
|
||||
#define SYS_exit 2
|
||||
#define SYS_wait 3
|
||||
#define SYS_cons_putc 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue