mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-18 07:17:49 +00:00
Add a dependency on the alloc crate
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
#![feature(lang_items)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(alloc)]
|
||||
#![feature(const_unique_new)]
|
||||
#![feature(unique)]
|
||||
#![no_std]
|
||||
|
||||
|
||||
#[macro_use]
|
||||
extern crate alloc;
|
||||
|
||||
extern crate rlibc;
|
||||
extern crate volatile;
|
||||
extern crate spin;
|
||||
|
||||
Reference in New Issue
Block a user