kern

view src/sysnum.h @ 50:1d8877d12de0

tidyed up the intr_ret bit, made it a bit more reasonably structured, and cleaned up some debugging things
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 30 Jul 2011 07:35:53 +0300
parents
children
line source
1 #ifndef SYSNUM_H_
2 #define SYSNUM_H_
4 #define SYSCALL_INT 0x80
6 #define SYS_EXIT 0
7 #define SYS_HELLO 1
8 #define SYS_SLEEP 2
10 #endif /* SYSNUM_H_ */