mirror of
https://github.com/SmallPond/MIT6.828_OS.git
synced 2026-05-03 03:35:10 +08:00
my solution to lab5
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
void
|
||||
exit(void)
|
||||
{
|
||||
close_all();
|
||||
sys_env_destroy(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user