mirror of
https://github.com/peterferrie/qboot.git
synced 2024-09-13 16:55:18 +00:00
11 lines
369 B
Markdown
11 lines
369 B
Markdown
|
- targets multi-loaders in ProDOS order
|
||
|
- load from any slot
|
||
|
- scatter-reads sectors
|
||
|
- sector-level read, can start and end anywhere in a track
|
||
|
- can perform full-track read in one revolution
|
||
|
- no zpage usage after init
|
||
|
- only 2 bytes overhead per read
|
||
|
- can load up to $bc sectors at a time ($0100-bcff)
|
||
|
- DOS 3.3 Launcher compatible
|
||
|
- requires only 3 pages in memory
|