Match aarch64 PHYS_OFFSET with x86_64
This commit is contained in:
2
rmm
2
rmm
Submodule rmm updated: e05868e1dc...c5eb435d79
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user