Skip to content

Commit bbeff63

Browse files
committed
config: use MEMORY_END from mod boards #136
1 parent 70f252a commit bbeff63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/src/boards/qemu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pub const CLOCK_FREQ: usize = 12500000;
2-
pub const MEMORY_END: usize = 0x88000000;
2+
pub const MEMORY_END: usize = 0x8800_0000;
33

44
pub const MMIO: &[(usize, usize)] = &[
55
(0x0010_0000, 0x00_2000), // VIRT_TEST/RTC in virt machine

0 commit comments

Comments
 (0)