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
bf3903612d
xv6-riscv-kernel
/
syscall.h
5 lines
81 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
system call arguments
2006-06-26 17:11:19 +02:00
#
define SYS_cons_putc 4
Reference in a new issue
Copy permalink