This commit is contained in:
2026-01-29 16:08:15 +11:00
parent 14886062f5
commit 5c1822e88a
8 changed files with 37 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ struct BootInfo {
EFI_MEMORY_DESCRIPTOR* mMap;
uint64_t mMapSize;
uint64_t mMapDescriptorSize;
void* rsdp;
};
extern uint64_t _KernelStart;