HULK: Add virtual start address

This commit is contained in:
Josh Holtrop 2022-03-18 21:19:06 -04:00
parent a54536660b
commit 05cc2da2e3

View File

@ -18,3 +18,5 @@ struct BootInfo
MemoryRegion[500] memory_map;
size_t memory_map_count;
}
enum ulong HULK_VIRTUAL_START = 0x0000_8000_0000_0000u;