fix memory end
This commit is contained in:
parent
45f1a957b4
commit
dafaa4d7fd
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
pub const CLOCK_FREQ: usize = 12500000;
|
||||
pub const MEMORY_END: usize = 0x801000000;
|
||||
pub const MEMORY_END: usize = 0x88000000;
|
||||
|
||||
pub const MMIO: &[(usize, usize)] = &[
|
||||
(0x0010_0000, 0x00_2000), // VIRT_TEST/RTC in virt machine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue