Expand description
Code related to filesystem emulation.
It should be noted there are two common terms when talking about file system emulation.
FSEmulis the core process that talks with the MION, and talks with the MION to implement effectively all of the actual protocols.PCFS/PCFSServerare tools built on-top ofFSEmul, and contain their own protocols to implement a filesystem on your PC.
This is meant to be an all encompassing set of utilities related to
file-system emulation, and as a result covers both FSEmul & PCFS.
Modules§
- atapi
- Servers, and protocols related to ATAPI emulation.
- bsf
- Code for creating/reading/managing BOOT1 System Files.
- dlf
- Code for creating/reading/managing Disk Layout Files.
- errors
- Errors for
PCFS, andFSEmul. - pcfs
- Code for “PCFS”, or the actual serving of a filesystem for the cat-dev.
- sdio
- Clients, and Protocols for interacting with the CAT-DEV’s SDIO.
Structs§
- FSEmul
Config - Active configuration for file-system emulation.
- Host
Filesystem - A wrapper around interacting with the ‘host’ or PC filesystem for the various times a cat-dev will reach out to the host.