mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Ensure that memory::init is only called once
This commit is contained in:
@@ -7,6 +7,7 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
[dependencies]
|
||||
once = "0.2.1"
|
||||
rlibc = "0.1.4"
|
||||
spin = "0.3.4"
|
||||
bump_allocator = {path="libs/bump_allocator"}
|
||||
|
||||
Reference in New Issue
Block a user