Merge pull request #107 from KuangjuX/ch6

This commit is contained in:
Yifan Wu 2023-02-12 11:43:41 +08:00 committed by GitHub
commit 3305a9e147
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
pub const CLOCK_FREQ: usize = 12500000; pub const CLOCK_FREQ: usize = 12500000;
pub const MEMORY_END: usize = 0x801000000; pub const MEMORY_END: usize = 0x88000000;
pub const MMIO: &[(usize, usize)] = &[ pub const MMIO: &[(usize, usize)] = &[
(0x0010_0000, 0x00_2000), // VIRT_TEST/RTC in virt machine (0x0010_0000, 0x00_2000), // VIRT_TEST/RTC in virt machine