> 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
 15:14:03 up 8 days,  2:57,  1 user,  load average: 0.15, 0.21, 0.29
This commit is contained in:
tracer-ics2023
2024-09-26 15:14:03 +08:00
committed by zzy
parent 6dee6415fa
commit 6d18ceba8f

View File

@ -18,7 +18,6 @@ int _gettimeofday(struct timeval *tv, struct timezone *tz) {
int _execve(const char *fname, char *const argv[], char *const envp[]);
void _exit(int status) {
// printf("!!!!!!!!!!!!!!!!!!!!Exit with status %d\n", status);
// halt(status);
_execve("/bin/menu", NULL, NULL);
}