We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4fb5eb commit 526c7e7Copy full SHA for 526c7e7
os/src/boards/qemu.rs
@@ -1,7 +1,7 @@
1
//! Constants used in rCore for qemu
2
3
pub const CLOCK_FREQ: usize = 12500000;
4
-pub const MEMORY_END: usize = 0x81000000;
+pub const MEMORY_END: usize = 0x8800_0000;
5
6
pub const MMIO: &[(usize, usize)] = &[
7
(0x0010_0000, 0x00_2000), // VIRT_TEST/RTC in virt machine
0 commit comments