mirror of
https://github.com/ksherlock/hfs-boot.git
synced 2025-01-02 03:30:13 +00:00
updated facts
This commit is contained in:
parent
031e352370
commit
fb1c462535
@ -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'
|
||||
|
@ -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.
|
||||
;
|
||||
|
||||
|
@ -8,5 +8,5 @@ resource rVersion (1) {
|
||||
{ 1, 0, 0, beta, 0 },
|
||||
verUS,
|
||||
"!",
|
||||
"Kelvin Sherlock, Kansas Fest 2021"
|
||||
"Kelvin Sherlock, KansasFest 2021"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user