Add a dependency on the x86_64 crate

master
Philipp Oppermann 8 years ago
parent 0ee4ed738a
commit eb5c9afa51

@ -12,3 +12,4 @@ volatile = "0.1.0"
spin = "0.4.5" spin = "0.4.5"
multiboot2 = "0.1.0" multiboot2 = "0.1.0"
bitflags = "0.7.0" bitflags = "0.7.0"
x86_64 = "0.1.2"

@ -10,6 +10,7 @@ extern crate spin;
extern crate multiboot2; extern crate multiboot2;
#[macro_use] #[macro_use]
extern crate bitflags; extern crate bitflags;
extern crate x86_64;
#[macro_use] #[macro_use]
mod vga_buffer; mod vga_buffer;

Loading…
Cancel
Save