Boy I just can't get anything right this morning
[pintos-anon] / src / lib / syscall-nr.h
index b0d073fe1d5e94b662e64946220fe5bcd7bba023..ef57c7885c17db537d94a9503d38686b314d9696 100644 (file)
@@ -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. */