BeFS: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(ported Filesystems - BeFS subsection)
 
(added category tag)
Line 7: Line 7:
== Links ==
== Links ==
* Get way more information about BeFS in [http://www.nobius.org/~dbg/practical-file-system-design.pdf Practical File System Design]
* Get way more information about BeFS in [http://www.nobius.org/~dbg/practical-file-system-design.pdf Practical File System Design]

[[Category:Filesystems]]

Revision as of 14:03, 6 December 2006

This page is a stub.
You can help the wiki by accurately adding more contents to it.

About BeFS

BeFS is the new filesystem for the Be Operating system. It is very much like the MacOS Filesystem, supporting multiple forks in a 64bit filesystem. One very useful feature it shares with the AmigaOS FFS is the ability for an application to set a "notify callback", i.e. being notified when a file or directory changes.

Links