ptos: elf64: Set program image entrypoint

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-15 01:09:46 -04:00
parent cbb440b8e9
commit e3ef75efd9
+1
View File
@@ -212,5 +212,6 @@ Elf64Load(MMU_VAS *Vas, VOID *Data, LOADER_PROGRAM *Result)
return Status; return Status;
} }
Result->EntryPoint = Eh->e_entry;
return STATUS_SUCCESS; return STATUS_SUCCESS;
} }