Import easy-fs in os && change easy-fs to no_std mode.

This commit is contained in:
Yifan Wu 2020-12-19 21:18:57 +08:00
parent 94267a47c4
commit 760de97155
6 changed files with 7 additions and 17 deletions

View file

@ -1,3 +1,5 @@
#![no_std]
extern crate alloc;
mod block_dev;