primitive exec

This commit is contained in:
rtm 2006-07-27 21:10:00 +00:00
parent 54a4b00346
commit c59361f143
10 changed files with 242 additions and 41 deletions

View file

@ -10,3 +10,4 @@
#define SYS_kill 10
#define SYS_panic 11
#define SYS_cons_puts 12
#define SYS_exec 13