> compile NEMU
221220000 张三 Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 13:14:20 up 6 days, 22:11, 1 user, load average: 1.07, 0.39, 0.26
This commit is contained in:
@ -26,7 +26,7 @@ void init_proc() {
|
||||
|
||||
// load program here
|
||||
void naive_uload(PCB *pcb, const char *filename);
|
||||
naive_uload(NULL, "/bin/hello");
|
||||
naive_uload(NULL, "/bin/file-test");
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user