# File systems and VFS

target_sources(menix PUBLIC
	fd.c
	handle.c
	devtmpfs.c
	tmpfs.c
	ustar.c
	vfs.c
)
