BFS

From OSDev Wiki
Jump to navigation Jump to search
Filesystems
Virtual Filesystems

VFS

Disk Filesystems
CD/DVD Filesystems
Network Filesystems
Flash Filesystems

This article is a stub! This page or section is a stub. You can help the wiki by accurately contributing to it.

BFS (UnixWare Boot File System) is a SCO specification for a KISS filesystem meant to be used in a bootloader stage. It only offers one directory (the root) and due to the way information about blocks are stored, only one file may be opened for writing at a time.

See Also

External Links