mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Add dependency on multiboot2 crate
This commit is contained in:
@@ -10,3 +10,4 @@ crate-type = ["staticlib"]
|
|||||||
rlibc = "1.0"
|
rlibc = "1.0"
|
||||||
volatile = "0.1.0"
|
volatile = "0.1.0"
|
||||||
spin = "0.4.5"
|
spin = "0.4.5"
|
||||||
|
multiboot2 = "0.1.0"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
extern crate rlibc;
|
extern crate rlibc;
|
||||||
extern crate volatile;
|
extern crate volatile;
|
||||||
extern crate spin;
|
extern crate spin;
|
||||||
|
extern crate multiboot2;
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod vga_buffer;
|
mod vga_buffer;
|
||||||
|
|||||||
Reference in New Issue
Block a user