No description
Find a file
2025-12-16 21:16:58 -05:00
block_device.odin refactor into private impls with public API in emufs.odin 2025-12-16 21:16:58 -05:00
emufs.odin refactor into private impls with public API in emufs.odin 2025-12-16 21:16:58 -05:00
filesystem.odin refactor into private impls with public API in emufs.odin 2025-12-16 21:16:58 -05:00
README.md add readme 2025-12-15 22:40:11 -05:00

This project contains a basic implementation of an emulated block device and a filesystem for it.

It is still in early development. The intent is primarily to build a space for poking at filesystem concepts while skipping some of the hurdles associated with real hardware or full virtual machines. I have delusions of grandeur related to eventually building an emulated kernel that utilizes this for the storage layer. Time will tell if that ever materializes.