Apple II ProDOS-8 system files that run on startup and install clock drivers, ramdisks, and other utilities
Go to file
2019-09-22 21:33:54 -07:00
inc rearrange config/data 2019-06-19 20:21:10 -07:00
orig Rename to match original 2019-06-17 20:45:00 -07:00
res Chain to next SYSTEM file. Resolves #1 2019-06-17 20:46:32 -07:00
.gitignore Rename to match original 2019-06-17 20:45:00 -07:00
.travis.yml Build: Use cc65's make avail 2019-09-22 21:33:54 -07:00
Makefile Build: Use cc65's make avail 2019-09-22 21:33:54 -07:00
ram.drv.system.s Use file I/O rather than block I/O to read dir 2019-06-21 15:25:11 -07:00
README.md Update README with branch details 2019-06-21 16:48:07 -07:00

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)