Skip to content
Snippets Groups Projects
Commit 70835917 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix aarch64 build

parent a9df22c3
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ use redoxfs::Disk;
use crate::os::{Os, OsVideoMode};
const PHYS_OFFSET: u64 = 0xfffffe0000000000;
pub(crate) const PHYS_OFFSET: u64 = 0xfffffe0000000000;
unsafe fn paging_allocate<
D: Disk,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment