BFS: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (fixed wikilink)
m (added category)
Line 11: Line 11:


[[Category:Filesystems]]
[[Category:Filesystems]]
[[Category:Stubs]]

Revision as of 04:24, 31 August 2007

About BFS

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

From what i see, it also means BFS will have to do nasty things if a file must be extended after some other file has been created -- PypeClicker
Agreed, but it's not a general-purpose filesystem. One tends not to extend things like the kernel image or modules. -- Strib

Links