xref: /haiku/docs/develop/file_systems/befs/resources.rst (revision 901fc0c75ff0285552d9099b5c61f2af8cd26f07)
1The Be File System
2================================
3
4Probably the best resource for a description of the inner workings of
5BFS is the book "Practical File System Design with the Be File System"
6written by Dominic Giampaolo and published by Morgan Kaufmann
7Publishers. Although that book is out of print, it's available at the
8`Haiku web
9site <https://www.haiku-os.org/legacy-docs/practical-file-system-design.pdf>`__.
10
11If you prefer to see how it works in code, please have a look at
12`Haiku's BFS
13implementation <https://git.haiku-os.org/haiku/tree/src/add-ons/kernel/file_systems/bfs>`__.
14
15If you are interested in the Haiku file system API, please refer to its
16documentation as part of the Haiku book.
17