纳米FS nano文件系统:最小文件系统的操作系统设计示例 编译 弄干净 进行编译 执行包含的示例 制作createdisk ./nanofs Tests: mkfs + mount + umount * nanofs_mkfs(32) - > 1 * nanofs_mount () - > 1 * nanofs_umount () - > 1 Tests: mount + creat + write + close + umount * nanofs_mount () - > 1 * nanofs_creat( ' t