BeFS: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(added category tag)
(fix markup + filesystems infobox)
 
Line 1: Line 1:
{{Filesystems}}
{{Stub}}
{{Stub}}


== About BeFS ==
== 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.


== See Also ==
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.
=== External Links ===

* [http://www.nobius.org/~dbg/practical-file-system-design.pdf Practical File System Design]
== Links ==
* Get way more information about BeFS in [http://www.nobius.org/~dbg/practical-file-system-design.pdf Practical File System Design]


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

Latest revision as of 23:07, 14 July 2008

Filesystems
Virtual Filesystems

VFS

Disk Filesystems
CD/DVD Filesystems
Network Filesystems
Flash Filesystems
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.

See Also

External Links