Skip to content

Commit

Permalink
Merge pull request #1513 from stlankes/common
Browse files Browse the repository at this point in the history
revise the heap size of monolithic version of HermitOS
  • Loading branch information
mkroening authored Dec 16, 2024
2 parents 945f1d5 + 9161de2 commit 3043f2c
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 3043f2c

Please sign in to comment.