10ff42384SAlexey Dobriyanconfig BFS_FS 20ff42384SAlexey Dobriyan tristate "BFS file system support (EXPERIMENTAL)" 30ff42384SAlexey Dobriyan depends on BLOCK && EXPERIMENTAL 40ff42384SAlexey Dobriyan help 50ff42384SAlexey Dobriyan Boot File System (BFS) is a file system used under SCO UnixWare to 60ff42384SAlexey Dobriyan allow the bootloader access to the kernel image and other important 70ff42384SAlexey Dobriyan files during the boot process. It is usually mounted under /stand 80ff42384SAlexey Dobriyan and corresponds to the slice marked as "STAND" in the UnixWare 90ff42384SAlexey Dobriyan partition. You should say Y if you want to read or write the files 100ff42384SAlexey Dobriyan on your /stand slice from within Linux. You then also need to say Y 110ff42384SAlexey Dobriyan to "UnixWare slices support", below. More information about the BFS 120ff42384SAlexey Dobriyan file system is contained in the file 130ff42384SAlexey Dobriyan <file:Documentation/filesystems/bfs.txt>. 140ff42384SAlexey Dobriyan 150ff42384SAlexey Dobriyan If you don't know what this is about, say N. 160ff42384SAlexey Dobriyan 170ff42384SAlexey Dobriyan To compile this as a module, choose M here: the module will be called 180ff42384SAlexey Dobriyan bfs. Note that the file system of your root partition (the one 190ff42384SAlexey Dobriyan containing the directory /) cannot be compiled as a module. 20