> 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 17:35:49 up 6 days, 12:41, 1 user, load average: 0.45, 0.55, 0.71
This commit is contained in:
@ -32,7 +32,9 @@ static uintptr_t loader(PCB *pcb, const char *filename) {
|
||||
assert(ret == phdr[i].p_filesz);
|
||||
memset((uint8_t*)phdr[i].p_vaddr + phdr[i].p_filesz, 0, phdr[i].p_memsz - phdr[i].p_filesz);
|
||||
}
|
||||
|
||||
|
||||
assert(ehdr.e_entry == 0x83000000);
|
||||
return 0x83000000;
|
||||
return ehdr.e_entry;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user