1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-21 23:56:18 +04:00

Merge branch 'master' into riscvsbi2

This commit is contained in:
Chen 2021-03-03 18:16:50 +08:00 committed by GitHub
commit beb166198b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ fn map_kernel() {
super::board::PERIPHERALS_START,
super::board::PERIPHERALS_END,
MemoryAttr::default().mmio(MMIOType::Device as u8),
Linear::new(offset),
Linear::new(0),
"peripherals",
);