xv6/syscall.h

5 lines
81 B
C
Raw Normal View History

2006-06-15 16:02:20 +00:00
#define SYS_fork 1
#define SYS_exit 2
2006-06-15 19:58:01 +00:00
#define SYS_wait 3
2006-06-26 15:11:19 +00:00
#define SYS_cons_putc 4