Support compressed initramfs image

This commit is contained in:
LI Qing
2023-06-19 16:28:14 +08:00
committed by Tate, Hongliang Tian
parent fba4a9405e
commit d692c102ae
7 changed files with 78 additions and 6 deletions

View File

@ -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;