dos33fsprogs/games/ootw/qboot
Vince Weaver 77c303890f ootw: more work on real Apple II+ 2021-05-03 11:54:22 -04:00
..
Makefile ootw: title, let you view help 2021-04-19 12:08:57 -04:00
README ootw: move to qboot for disk1 2021-04-19 10:55:55 -04:00
common_defines.inc ootw: move all disks over to qboot 2021-04-19 11:54:27 -04:00
qboot.inc ootw: move to qboot for disk1 2021-04-19 10:55:55 -04:00
qboot_sector.s ootw: comments on qboot 2021-05-03 11:11:07 -04:00
qboot_stage2.s ootw: more work on real Apple II+ 2021-05-03 11:54:22 -04:00
qload.s ootw: more work on real Apple II+ 2021-05-03 11:54:22 -04:00
title.s ootw: more work on real Apple II+ 2021-05-03 11:54:22 -04:00

README

Originally the way things worked:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ Regular DOS33 filesystem
+ Title BLOADed by HELLO to $D00, was big enough that
	qkumba's code ended up at $1400-$1700
+ Various levels loaded at $1700
+ We never return to title, so have to reboot at end

Qboot method
~~~~~~~~~~~~
+ qboot_sector, 1 sector loads at $800
+ Loads second stage (two sectors of disk routines) to
	$1400/$1500
+ Loads QLOAD (main disk routine) and TITLE to $1600
+	disk routines fit in $1600/$1700
+ All programs load at $1800