diff --git a/Cargo.toml b/Cargo.toml index 25723ef..603d3c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }