From a014ec2ed90cfeeab9ea5b8471e1b5b3fe7d1d9e Mon Sep 17 00:00:00 2001 From: Guillaume DIDIER Date: Mon, 4 Nov 2019 14:49:00 +0100 Subject: [PATCH] Map the physical memory --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }