Lazy static init of schemes
This commit is contained in:
parent
7a1c263bc1
commit
d383cfb595
4 changed files with 40 additions and 8 deletions
|
@ -70,9 +70,6 @@
|
|||
#![feature(question_mark)]
|
||||
#![no_std]
|
||||
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
|
||||
use arch::interrupt::{enable_interrupts, halt};
|
||||
|
||||
/// Architecture specific items (test)
|
||||
|
@ -89,6 +86,12 @@ extern crate alloc;
|
|||
#[macro_use]
|
||||
extern crate collections;
|
||||
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
extern crate spin;
|
||||
|
||||
/// Context management
|
||||
pub mod context;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue