mirror of
https://github.com/SmallPond/MIT6.828_OS.git
synced 2026-04-30 13:49:48 +08:00
my solution to lab 6
This commit is contained in:
@@ -17,7 +17,10 @@ enum {
|
||||
SYS_yield,
|
||||
SYS_ipc_try_send,
|
||||
SYS_ipc_recv,
|
||||
NSYSCALLS
|
||||
SYS_time_msec,
|
||||
SYS_pkt_try_send,
|
||||
SYS_pkt_try_recv,
|
||||
NSYSCALLS,
|
||||
};
|
||||
|
||||
#endif /* !JOS_INC_SYSCALL_H */
|
||||
|
||||
Reference in New Issue
Block a user