mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 01:13:23 +00:00
Add support for chmod, fchmod, fchmodat
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
743344e3fc
commit
3600a3a439
@ -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 = 0x4_000_000;
|
||||
pub const KERNEL_HEAP_SIZE: usize = 0x5_000_000;
|
||||
|
||||
pub const KERNEL_OFFSET: usize = 0xffffffff80000000;
|
||||
|
||||
|
Reference in New Issue
Block a user