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