mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-25 17:33:28 +04:00
Update consts for MIPS.malta
This commit is contained in:
parent
9203a612f8
commit
6add7002fd
@ -1,3 +1,3 @@
|
||||
/// board specific constants
|
||||
pub const MEMORY_END: usize = 0x8080_0000;
|
||||
pub const KERNEL_HEAP_SIZE: usize = 0x0044_0000;
|
||||
pub const MEMORY_END: usize = 0x8090_0000;
|
||||
pub const KERNEL_HEAP_SIZE: usize = 0x003b_0000;
|
||||
|
Loading…
Reference in New Issue
Block a user