This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
qboot
Watch
1
Star
0
Fork
0
You've already forked qboot
mirror of
https://github.com/peterferrie/qboot.git
synced
2025-08-05 13:25:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
5
Commits
1
Branch
0
Tags
e916e1df97eee27532864850543a64b371a9f4f2
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Peter Ferrie
e916e1df97
improved DOS 3.3 Launcher support
2016-04-20 10:08:35 -07:00
.gitattributes
🎊
Added .gitattributes & .gitignore files
2015-10-22 08:41:55 -07:00
.gitignore
🎊
Added .gitattributes & .gitignore files
2015-10-22 08:41:55 -07:00
DOS33L.S
improved DOS 3.3 Launcher support
2016-04-20 10:08:35 -07:00
DOS33LR.S
improved DOS 3.3 Launcher support
2016-04-20 10:08:35 -07:00
QBOOT.S
improved DOS 3.3 Launcher support
2016-04-20 10:08:35 -07:00
README.md
support reading into zpage
2015-12-14 11:49:32 -08:00
README.md
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, and only 6 bytes of stack
only 2 bytes overhead per read
can load up to $bd sectors at a time ($0000-bcff) (or $c0 sectors if run from banked ROM)
DOS 3.3 Launcher compatible
requires only 3 pages in memory
Description
fast bootable Read Track/Sector routine (multi)
Readme
43
KiB
Languages
Assembly
100%