index
:
xv6-riscv
riscv
MIT xv6-RISCV kernel modified to RV64I base integer extension
Aditya N. Naik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
syscall.h
blob: 13bb2c75a264659ac6195ba110a71781304b56b2 (
plain
)
1
2
3
#define SYS_fork 1
#define SYS_exit 2
#define SYS_wait 3