mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Ensure that memory::init is only called once
This commit is contained in:
@@ -18,6 +18,8 @@ extern crate multiboot2;
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
extern crate x86;
|
||||
#[macro_use]
|
||||
extern crate once;
|
||||
|
||||
extern crate bump_allocator;
|
||||
extern crate alloc;
|
||||
|
||||
Reference in New Issue
Block a user