file descriptors

pipes
This commit is contained in:
rtm 2006-06-27 14:35:53 +00:00
parent b61c2547b8
commit c41f1de5d4
16 changed files with 424 additions and 39 deletions

View file

@ -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