treesls/user/system-servers/tmpfs
lidj fab216f6bd add dockerfile and update docs 2023-09-03 15:38:13 +08:00
..
CMakeLists.txt add dockerfile and update docs 2023-09-03 15:38:13 +08:00
README init base os 2023-09-01 20:34:25 +08:00
defs.h init base os 2023-09-01 20:34:25 +08:00
incbin_ramdisk.tpl.S init base os 2023-09-01 20:34:25 +08:00
tmpfs.c init base os 2023-09-01 20:34:25 +08:00
tmpfs.h init base os 2023-09-01 20:34:25 +08:00
tmpfs_ops.c init base os 2023-09-01 20:34:25 +08:00
util.c init base os 2023-09-01 20:34:25 +08:00
util.h init base os 2023-09-01 20:34:25 +08:00

README

# A temporary in memory fs


The implementation is young, simple and naive, and we have moved it to user
space.