mirror of
https://github.com/SmallPond/MIT6.828_OS.git
synced 2026-04-30 05:41:08 +08:00
LAB 4 IS DONE.
This commit is contained in:
9
lab/lib/exit.c
Normal file
9
lab/lib/exit.c
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
#include <inc/lib.h>
|
||||
|
||||
void
|
||||
exit(void)
|
||||
{
|
||||
sys_env_destroy(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user