Cleanup, use spinlock for allocator
This commit is contained in:
parent
cc8fe85e6a
commit
2a66a84a50
9 changed files with 146 additions and 30 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
extern crate bump_allocator;
|
||||
extern crate x86;
|
||||
|
||||
/// Print to console
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue