An open API service indexing awesome lists of open source software.

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.

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)