From fb1c462535e583cf7d307ed45487fd30c7ebf95f Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Mon, 19 Jul 2021 18:04:48 -0400 Subject: [PATCH] updated facts --- bootblock.aii | 2 +- loader.aii | 2 +- loader.rii | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bootblock.aii b/bootblock.aii index 2c1d3d2..eaa1f6c 100644 --- a/bootblock.aii +++ b/bootblock.aii @@ -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' diff --git a/loader.aii b/loader.aii index 9ab3df8..eb0a769 100644 --- a/loader.aii +++ b/loader.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. ; diff --git a/loader.rii b/loader.rii index e5ad94e..8b062f5 100644 --- a/loader.rii +++ b/loader.rii @@ -8,5 +8,5 @@ resource rVersion (1) { { 1, 0, 0, beta, 0 }, verUS, "!", - "Kelvin Sherlock, Kansas Fest 2021" + "Kelvin Sherlock, KansasFest 2021" };