mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Use upstream lazy static as it has a spin_no_std feature now (#158)
This commit is contained in:
@@ -10,7 +10,7 @@ use linked_list_allocator::Heap;
|
||||
extern crate spin;
|
||||
extern crate linked_list_allocator;
|
||||
#[macro_use]
|
||||
extern crate once;
|
||||
extern crate lazy_static;
|
||||
|
||||
pub const HEAP_START: usize = 0o_000_001_000_000_0000;
|
||||
pub const HEAP_SIZE: usize = 100 * 1024; // 100 KiB
|
||||
|
||||
Reference in New Issue
Block a user