xv6-cs450/syscall.h

5 lines
81 B
C
Raw Normal View History

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