From 5554c8f8deb3b05484d3167f2cd695b7d874c267 Mon Sep 17 00:00:00 2001 From: ksherlock Date: Fri, 22 Oct 2021 11:46:33 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f738d1..2c53455 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ See [releases](https://github.com/ksherlock/hfs-boot/releases) for a bootable di Limitations: -* Boot volume must use 512 byte allocation blocks (ie, max size is 32MB. This limit should be removed at some point) * All file data / catalog data needs to be in the first 3 extents (no overflow extent checking) -* The HFS FST caches the volume block count before GS/OS knows what it is. This causes display issues in +* ~~Boot volume must use 512 byte allocation blocks (ie, max size is 32MB. This limit should be removed at some point)~~ +* ~~The HFS FST caches the volume block count before GS/OS knows what it is. This causes display issues in Finder, etc. This could be fixed by the FST using the volume size information from the Master Directory Block or GS/OS -querying the device block count sooner. +querying the device block count sooner.~~ (current release disk image includes an hfs.fst with a volume size based on the MDB.) More Information: * [Inside Macintosh: Files, Chapter 2 - File Manager](https://developer.apple.com/library/archive/documentation/mac/Files/Files-72.html)