> 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 11:56:24 up 5 days, 7:01, 1 user, load average: 0.50, 0.33, 0.24
This commit is contained in:
@ -25,6 +25,8 @@ void init_proc() {
|
||||
Log("Initializing processes...");
|
||||
|
||||
// load program here
|
||||
void naive_uload(PCB *pcb, const char *filename);
|
||||
naive_uload(NULL, NULL);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user