> 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
 20:03:38 up 7 days,  5:01,  1 user,  load average: 0.59, 0.33, 0.23
This commit is contained in:
tracer-ics2023
2024-09-24 20:03:40 +08:00
committed by zzy
parent 559962dd67
commit 008f11f3cd

View File

@ -26,7 +26,7 @@ void init_proc() {
// load program here
void naive_uload(PCB *pcb, const char *filename);
naive_uload(NULL, "/bin/file-test");
naive_uload(NULL, "/bin/timer-test");
}