mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Use new hole_list_allocator instead of bump_allocator
This commit is contained in:
@@ -10,12 +10,14 @@ crate-type = ["staticlib"]
|
||||
once = "0.2.1"
|
||||
rlibc = "0.1.4"
|
||||
spin = "0.3.4"
|
||||
bump_allocator = {path="libs/bump_allocator"}
|
||||
|
||||
[dependencies.x86]
|
||||
version = "0.6.0"
|
||||
default-features = false
|
||||
|
||||
[dependencies.hole_list_allocator]
|
||||
path = "libs/hole_list_allocator"
|
||||
|
||||
[dependencies.multiboot2]
|
||||
git = "https://github.com/phil-opp/multiboot2-elf64"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user