updated facts

This commit is contained in:
Kelvin Sherlock 2021-07-19 18:04:48 -04:00
parent 031e352370
commit fb1c462535
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
; '!' in the root directory of an HFS volume, load it, and execute it
; in full 16-bit mode, with a = prodos block call vector.
;
; this currently only works with 512-byte blocks (max volume size = 64M)
; this currently only works with 512-byte blocks (max volume size = 32M)
; but there's enough room to support variable block sizes.
include 'hfs.aii'

View File

@ -2,7 +2,7 @@
;
; loader
;
; currently limited to 512-byte blocks (64MB max filesystem)
; currently limited to 512-byte blocks (32MB max filesystem)
; need to use smartport protocol to use > 65535 blocks anyhow.
;

View File

@ -8,5 +8,5 @@ resource rVersion (1) {
{ 1, 0, 0, beta, 0 },
verUS,
"!",
"Kelvin Sherlock, Kansas Fest 2021"
"Kelvin Sherlock, KansasFest 2021"
};