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 70f252a commit bbeff63Copy full SHA for bbeff63
os/src/boards/qemu.rs
@@ -1,5 +1,5 @@
1
pub const CLOCK_FREQ: usize = 12500000;
2
-pub const MEMORY_END: usize = 0x88000000;
+pub const MEMORY_END: usize = 0x8800_0000;
3
4
pub const MMIO: &[(usize, usize)] = &[
5
(0x0010_0000, 0x00_2000), // VIRT_TEST/RTC in virt machine
0 commit comments