qboot/README.md

12 lines
438 B
Markdown
Raw Permalink Normal View History

2015-10-22 15:43:02 +00:00
- 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
2015-12-04 00:26:44 +00:00
- no zpage usage after init, and only 6 bytes of stack
2015-10-22 15:43:02 +00:00
- only 2 bytes overhead per read
2015-12-14 19:49:32 +00:00
- can load up to $bd sectors at a time ($0000-bcff)
(or $c0 sectors if run from banked ROM)
2015-10-22 15:43:02 +00:00
- DOS 3.3 Launcher compatible
- requires only 3 pages in memory