Add dependency on multiboot2 crate

This commit is contained in:
Philipp Oppermann
2017-04-13 17:51:09 +02:00
parent 28ce5310c8
commit 5f65e1d31f
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
extern crate rlibc;
extern crate volatile;
extern crate spin;
extern crate multiboot2;
#[macro_use]
mod vga_buffer;