diff --git a/Cargo.toml b/Cargo.toml index b6910f5..1d3446b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,4 @@ crate-type = ["staticlib"] rlibc = "1.0" volatile = "0.1.0" spin = "0.4.5" +multiboot2 = "0.1.0" diff --git a/src/lib.rs b/src/lib.rs index 790a186..4602231 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,6 +7,7 @@ extern crate rlibc; extern crate volatile; extern crate spin; +extern crate multiboot2; #[macro_use] mod vga_buffer;