xv6-cs450/syscall.h
2006-06-26 15:11:19 +00:00

5 lines
81 B
C

#define SYS_fork 1
#define SYS_exit 2
#define SYS_wait 3
#define SYS_cons_putc 4