From 273665c720e0128a0ceb82960a1e499f3a9a4779 Mon Sep 17 00:00:00 2001 From: Ryan Kennedy Date: Mon, 16 Mar 2020 12:17:09 -0500 Subject: [PATCH] Use bootloader crate again --- testing/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/Cargo.toml b/testing/Cargo.toml index a5f8b6e..124f0d6 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -5,8 +5,7 @@ authors = ["Ryan Kennedy "] edition = "2018" [dependencies] -# TODO: Move back to crate when vga mapping is merged in. -bootloader = { git = "https://github.com/RKennedy9064/bootloader", branch = "vga-mappings", features = ["map_physical_memory"] } +bootloader = { version = "0.9.0", features = ["map_physical_memory"] } conquer-once = { version = "0.2.0", default-features = false } spinning_top = { version = "0.1.0", features = ["nightly"] } pic8259_simple = "0.1.1"