Chameleon

Chameleon Commit Details

Date:2014-02-02 22:39:19 (10 years 2 months ago)
Author:Jief Luce
Commit:2373
Parents: 2372
Message:Set max file size to 655360
Changes:
M/branches/Jief/i386/boot1/boot1h.s

File differences

branches/Jief/i386/boot1/boot1h.s
7777
7878
7979
80
80
8181
8282
8383
kBoot1Sector1AddrEQUkBoot1RelocAddr + kSectorBytes; boot1 load address for sector 1
kHFSPlusBufferEQUkBoot1Sector1Addr + kSectorBytes; HFS+ Volume Header address
kBoot2SectorsEQU(1000000) / kSectorBytes; max size of 'boot' file in sectors
kBoot2SectorsEQU(640 * 1024 - 512) / kSectorBytes; max size of 'boot' file in sectors
kBoot2SegmentEQU0x2000; boot2 load segment
kBoot2AddressEQUkSectorBytes; boot2 load address

Archive Download the corresponding diff file

Revision: 2373