file descriptors
pipes
This commit is contained in:
parent
b61c2547b8
commit
c41f1de5d4
16 changed files with 424 additions and 39 deletions
|
|
@ -2,3 +2,6 @@
|
|||
#define SYS_exit 2
|
||||
#define SYS_wait 3
|
||||
#define SYS_cons_putc 4
|
||||
#define SYS_pipe 5
|
||||
#define SYS_write 6
|
||||
#define SYS_read 7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue