Remove some warnings.

This commit is contained in:
Yifan Wu 2020-12-20 23:49:35 +08:00
parent b121689d08
commit 08bc677d3b
4 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,5 @@
#[allow(unused)]
pub const USER_STACK_SIZE: usize = 4096 * 2;
pub const KERNEL_STACK_SIZE: usize = 4096 * 2;
pub const KERNEL_HEAP_SIZE: usize = 0x20_0000;