xv6-riscv-rust/syscall.h

4 lines
57 B
C

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