GS/OS Boot block + loader for HFS
Go to file
ksherlock 5554c8f8de
Update README.md
2021-10-22 11:46:33 -04:00
Makefile Support for variable block size (ie, volumes > 32 MB) 2021-08-15 20:45:46 -04:00
README.md Update README.md 2021-10-22 11:46:33 -04:00
bootblock.aii Support for variable block size (ie, volumes > 32 MB) 2021-08-15 20:45:46 -04:00
cp-loader.sh resource fork, file type. 2021-07-18 22:00:54 -04:00
hfs.aii . 2021-07-17 00:21:31 -04:00
loader.aii Support for variable block size (ie, volumes > 32 MB) 2021-08-15 20:45:46 -04:00
loader.rii updated facts 2021-07-19 18:04:48 -04:00
macros.aii work in progress dump. mostly assembles. 2021-07-17 23:27:54 -04:00
smartport.aii Support for variable block size (ie, volumes > 32 MB) 2021-08-15 20:45:46 -04:00

README.md

hfs-boot

GS/OS Boot block + loader for HFS

See releases for a bootable disk image.

Limitations:

  • All file data / catalog data needs to be in the first 3 extents (no overflow extent checking)
  • 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. (current release disk image includes an hfs.fst with a volume size based on the MDB.)

More Information: