2aacca4469
Kamikazow which can be seen as an attachment to bug #1356. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21831 a95241bf-73f2-0310-859d-f6bbb57e9c96
28 lines
1016 B
HTML
28 lines
1016 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Resources for the Be File System</TITLE>
|
|
</HEAD>
|
|
|
|
<BODY text="#000000" link="#0000FF" bgcolor="#FFFFFF">
|
|
|
|
<H1>Resources for the Be File System</H1>
|
|
|
|
<p>Probably the best resource for a description of the inner workings of BFS is the
|
|
book "Practical File System Design with the Be File System" written by Dominic
|
|
Giampaolo and published by Morgan Kaufmann Publishers. Although that book is out of
|
|
print, it's available as a free download from
|
|
<A HREF="http://www.letterp.com/~dbg/">Dominic's web site</A>.
|
|
|
|
<p>If you prefer to see how it works in code, please have a look at Haiku's BFS
|
|
implementation - you can find that in the SVN repository under
|
|
src/add-ons/kernel/file_systems/bfs/. This code is not mature yet, but is considered
|
|
to be fairly stable.
|
|
|
|
<p>If you are interested in the Haiku file system API, please refer to its documentation
|
|
as part of the Haiku book.
|
|
|
|
</BODY>
|
|
</HTML>
|