mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 18:33:24 +00:00
Implement rescue for heap allocator
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
9137ef434f
commit
c452fc35c6
@ -4,7 +4,7 @@ use log::Level;
|
||||
|
||||
pub const USER_STACK_SIZE: usize = PAGE_SIZE * 4;
|
||||
pub const KERNEL_STACK_SIZE: usize = PAGE_SIZE * 64;
|
||||
pub const KERNEL_HEAP_SIZE: usize = 0x5_000_000;
|
||||
pub const KERNEL_HEAP_SIZE: usize = PAGE_SIZE * 256;
|
||||
|
||||
pub const KERNEL_OFFSET: usize = 0xffffffff80000000;
|
||||
|
||||
|
Reference in New Issue
Block a user