1 2 3 4 5 6 7 8
//! 初始化文件系统服务 //! //! 查找 root-task 中存在的串口服务,并记录到全局变量中 // pub mod ipc_fs; // pub mod pipe; pub mod devfs; pub mod pipe;