Remove some warnings.
This commit is contained in:
parent
b121689d08
commit
08bc677d3b
4 changed files with 6 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue