my solution to lab 6

This commit is contained in:
winPond
2019-07-17 16:08:06 +08:00
parent 8147d99448
commit c62da1c86d
534 changed files with 60875 additions and 6513 deletions

View File

@@ -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 */