Skip to content

Commit

Permalink
revise the heap size of monolithic version of HermitOS
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes authored and mkroening committed Dec 16, 2024
1 parent 226515b commit 9161de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/x86_64/mm/virtualmem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,5 @@ pub const fn kernel_heap_end() -> VirtAddr {
#[cfg(feature = "common-os")]
#[inline]
pub const fn kernel_heap_end() -> VirtAddr {
VirtAddr::new(0x100_0000_0000u64)
VirtAddr::new(0xff_ffff_ffffu64)
}

0 comments on commit 9161de2

Please sign in to comment.