mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2024-12-21 14:29:18 +00:00
536ed14b60
ProDOS prefers disks sorted with the fastest (e.g. ramdisks) at the end and slowest (e.g. 5.25 floppies) at the start. This facilitates pathname resolution starting at the end of DEVLST, so misses are cheap. |
||
---|---|---|
.. | ||
orig | ||
res | ||
Makefile | ||
ram.drv.system.s | ||
README.md |
Disassembly of Glen E. Bredon's RAM.DRV.SYSTEM
for Apple II ProDOS
This was started before realizing what the origin of the RAM.SYSTEM
found on a MouseDesk 2.0 disk image file was.
There is a more complete diassembly with commentary at:
http://boutillon.free.fr/Underground/Outils/Ram_Drv_System/Ram_Drv_System.html
Project Details
- The
orig
branch compiles to to match the original. - The
master
branch has additions, including:- Chains to next
.SYSTEM
file in dir order (not hard coded) - Chains to next
.SYSTEM
file on non-block devices (e.g. file shares)
- Chains to next