new: rootfs

This commit is contained in:
fslongjin
2022-09-14 23:48:19 +08:00
parent c80f572db7
commit 72f9c430c5
12 changed files with 322 additions and 43 deletions

View File

@ -1,3 +1,9 @@
#pragma once
void rootfs_init();
void rootfs_init();
/**
* @brief 当磁盘文件系统被成功挂载后释放rootfs所占的空间
*
*/
void rootfs_umount();