Map the physical memory

This commit is contained in:
Guillaume DIDIER 2019-11-04 14:49:00 +01:00
parent 3d5cebdab4
commit a014ec2ed9

View File

@ -34,7 +34,7 @@ features = ["spin_no_std"]
[dependencies.bootloader]
version = "^0.8.2"
features = ["sse"]
features = ["sse", "map_physical_memory"]
#[patch.crates-io]
#bootloader = { path = "../bootloader" }