This website requires JavaScript.
Explore
Help
Sign in
Imbus
/
xv6-riscv-kernel
Watch
1
Fork
You've already forked xv6-riscv-kernel
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
df5cc91659
xv6-riscv-kernel
/
syscall.h
4 lines
57 B
C
Raw
Normal View
History
Unescape
Escape
primitive fork and exit system calls
2006-06-15 18:02:20 +02:00
#
define SYS_fork 1
#
define SYS_exit 2
sleep, wakeup, wait, exit
2006-06-15 21:58:01 +02:00
#
define SYS_wait 3
Reference in a new issue
Copy permalink