Index: branches/Jief/i386/boot1/boot1h.s =================================================================== --- branches/Jief/i386/boot1/boot1h.s (revision 2372) +++ branches/Jief/i386/boot1/boot1h.s (revision 2373) @@ -77,7 +77,7 @@ kBoot1Sector1Addr EQU kBoot1RelocAddr + kSectorBytes ; boot1 load address for sector 1 kHFSPlusBuffer EQU kBoot1Sector1Addr + kSectorBytes ; HFS+ Volume Header address -kBoot2Sectors EQU (1000000) / kSectorBytes ; max size of 'boot' file in sectors +kBoot2Sectors EQU (640 * 1024 - 512) / kSectorBytes ; max size of 'boot' file in sectors kBoot2Segment EQU 0x2000 ; boot2 load segment kBoot2Address EQU kSectorBytes ; boot2 load address