https://github.com/leiless/mfslives
[Archive] Sample VFS plug-in for the Macintosh File System (MFS) volume format, as used on 400KB floppies.
https://github.com/leiless/mfslives
Last synced: 2 days ago
JSON representation
[Archive] Sample VFS plug-in for the Macintosh File System (MFS) volume format, as used on 400KB floppies.
- Host: GitHub
- URL: https://github.com/leiless/mfslives
- Owner: leiless
- Created: 2019-05-10T14:04:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T02:53:06.000Z (about 7 years ago)
- Last Synced: 2025-03-15T00:39:52.976Z (over 1 year ago)
- Language: C
- Size: 437 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MFSLives - Sample VFS plug-in for Macintosh File System
This repository intended to maintain an *up-to-date* Macintosh File System(MFS) implementation, for people who interested in macOS file system development.
**TODO**: you may describe the implementation in details.
### Caveats
* This repository purely for learning purpose, thusly I may wrote comments heavily, in such case, to distinguish from the original author([Quinn "The Eskimo!"](http://anarchistturtle.com/quinn/www)), I uses `/** This is a comment */` comment style solely.
## *References*
[MFSLives Sample Code](https://developer.apple.com/library/archive/samplecode/MFSLives/Introduction/Intro.html)
[EmptyFS Sample Code](https://developer.apple.com/library/archive/samplecode/EmptyFS/Introduction/Intro.html#//apple_ref/doc/uid/DTS10003966)