mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-22 09:26:26 +04:00
config: use MEMORY_END from mod boards #136
This commit is contained in:
parent
70f252a9bc
commit
bbeff6350f
@ -1,5 +1,5 @@
|
||||
pub const CLOCK_FREQ: usize = 12500000;
|
||||
pub const MEMORY_END: usize = 0x88000000;
|
||||
pub const MEMORY_END: usize = 0x8800_0000;
|
||||
|
||||
pub const MMIO: &[(usize, usize)] = &[
|
||||
(0x0010_0000, 0x00_2000), // VIRT_TEST/RTC in virt machine
|
||||
|
Loading…
Reference in New Issue
Block a user