Import easy-fs in os && change easy-fs to no_std mode.
This commit is contained in:
parent
94267a47c4
commit
760de97155
6 changed files with 7 additions and 17 deletions
|
@ -1,3 +1,5 @@
|
|||
#![no_std]
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
mod block_dev;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue