nanofs:nano文件系统

时间:2024-03-06 10:44:47
【文件属性】:

文件名称:nanofs:nano文件系统

文件大小:21KB

文件格式:ZIP

更新时间:2024-03-06 10:44:47

C

纳米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( ' test1.txt ' ) - > 0 * nanofs_write(0, ' hola mundo... ' ,13) - > 13 * nanofs_close(0) - > 1


【文件预览】:
nanofs-master
----block.c(2KB)
----nanofs.h(4KB)
----test.c(4KB)
----nanofs.c(15KB)
----LICENSE(34KB)
----block.h(1KB)
----README.md(1KB)
----Makefile(702B)

网友评论