[unfinished] Add Multiboot 2 crate and load Multiboot structure

Conflicts:
	Cargo.toml
	src/lib.rs

Conflicts:
	Cargo.toml
This commit is contained in:
Philipp Oppermann
2015-08-17 16:02:06 +02:00
parent 6713e55073
commit 7391a7a9eb
2 changed files with 7 additions and 0 deletions

View File

@@ -8,3 +8,6 @@ crate-type = ["staticlib"]
[dependencies]
rlibc = "*"
[dependencies.multiboot2]
path = "../multiboot2"