Introduction
SkyFS - the native SkyOS file system. The main characteristics:
- 64 bit
- journaled
- database-like
- multithreaded
- with multi-user support
- great performance when dealing with large files
Origin
SkyFS has been adopted by Robert Szeleney (Chief Software Architect of SkyOS) from the OpenBFS file system, which was made available under the MIT License by the OpenBeOS project (now known as Haiku).
A Fork of OpenBFS
SkyFS is a fork of OpenBFS, but since the release of SkyOS 5.0 Beta 8.2, SkyFS is no longer compatible with it, because of significant changes and enhancements:
- implementing a bootloader into the SkyFS driver
- changing the "Magic ID"
- improving the overall performance
- other minor improvements and enhancements
External Links