virtio-blk worked.

This commit is contained in:
Yifan Wu 2020-12-16 10:18:38 +08:00
parent 2d34cab989
commit eca5ee2eb7
12 changed files with 145 additions and 11 deletions

3
os/src/drivers/mod.rs Normal file
View file

@ -0,0 +1,3 @@
mod block;
pub use block::{BLOCK_DEVICE, block_device_test};