projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6793ccf
)
Boy I just can't get anything right this morning
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 17 May 2006 15:11:23 +0000
(15:11 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 17 May 2006 15:11:23 +0000
(15:11 +0000)
...should be fixed now.
src/lib/syscall-nr.h
patch
|
blob
|
history
diff --git
a/src/lib/syscall-nr.h
b/src/lib/syscall-nr.h
index b0d073fe1d5e94b662e64946220fe5bcd7bba023..ef57c7885c17db537d94a9503d38686b314d9696 100644
(file)
--- a/
src/lib/syscall-nr.h
+++ b/
src/lib/syscall-nr.h
@@
-7,6
+7,7
@@
enum
/* Projects 2 and later. */
SYS_HALT, /* Halt the operating system. */
SYS_EXIT, /* Terminate this process. */
+ SYS_EXEC, /* Start another process. */
SYS_WAIT, /* Wait for a child process to die. */
SYS_CREATE, /* Create a file. */
SYS_REMOVE, /* Delete a file. */