1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-22 08:06:17 +04:00

Merge branch 'riscvsbi2' of github.com:gjz010/rcore_plus into riscvsbi2

This commit is contained in:
gjz010 2021-03-03 20:03:50 +08:00
commit 7707a59b7e

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",
);