mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 01:13:23 +00:00
Support compressed initramfs image
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
fba4a9405e
commit
d692c102ae
@ -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 = 0x2_000_000;
|
||||
pub const KERNEL_HEAP_SIZE: usize = 0x4_000_000;
|
||||
|
||||
pub const KERNEL_OFFSET: usize = 0xffffffff80000000;
|
||||
|
||||
|
Reference in New Issue
Block a user