Switch to new multiboot2 crate

This commit is contained in:
Philipp Oppermann
2015-11-12 17:06:07 +01:00
parent a4835b6778
commit ca42c45c5e
3 changed files with 7 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ git = "https://github.com/phil-opp/bitflags.git"
branch = "no_std"
[dependencies.multiboot2]
path = "../multiboot2"
git = "https://github.com/phil-opp/multiboot2-elf64"
[dependencies.allocator]
path = "src/memory/alloc/allocator"