Skip to content

Commit

Permalink
config: use MEMORY_END from mod boards #136
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfcyx committed Jan 21, 2024
1 parent 31a1ad7 commit afbda29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/src/boards/qemu.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub const CLOCK_FREQ: usize = 12500000;
pub const MEMORY_END: usize = 0x801000000;
pub const MEMORY_END: usize = 0x8800_0000;

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

0 comments on commit afbda29

Please sign in to comment.