> 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:
tracer-ics2023
2024-09-22 11:56:26 +08:00
committed by zzy
parent 0295a5f42d
commit 4f05746f4f

View File

@ -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);
}