Match aarch64 PHYS_OFFSET with x86_64

This commit is contained in:
Jeremy Soller
2022-08-19 20:54:02 -06:00
parent a1411353a9
commit 97b4d31355
2 changed files with 2 additions and 2 deletions

2
rmm

Submodule rmm updated: e05868e1dc...c5eb435d79

View File

@@ -46,7 +46,7 @@
/// Offset of physmap
// This needs to match RMM's PHYS_OFFSET
pub const PHYS_OFFSET: usize = 0xFFFF_FE00_0000_0000;
pub const PHYS_OFFSET: usize = 0xFFFF_8000_0000_0000;
pub const PHYS_PML4: usize = (PHYS_OFFSET & PML4_MASK)/PML4_SIZE;
/// Offset to user image