We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a944a74 commit a605c44Copy full SHA for a605c44
os/src/config.rs
@@ -7,7 +7,7 @@ pub const USER_STACK_SIZE: usize = 4096 * 2;
7
/// kernel stack size
8
pub const KERNEL_STACK_SIZE: usize = 4096 * 2;
9
/// kernel heap size
10
-pub const KERNEL_HEAP_SIZE: usize = 0x200_0000;
+pub const KERNEL_HEAP_SIZE: usize = 0x400_0000; // 64MB
11
12
/// page size : 4KB
13
pub const PAGE_SIZE: usize = 0x1000;
0 commit comments