Use bootloader crate again
This commit is contained in:
parent
a835eeee07
commit
273665c720
|
@ -5,8 +5,7 @@ authors = ["Ryan Kennedy <rkennedy9064@gmail.com>"]
|
|||
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"
|
||||
|
|
Loading…
Reference in a new issue