Chameleon

Chameleon Commit Details

Date:2011-08-03 06:09:37 (12 years 8 months ago)
Author:Azimutz
Commit:1260
Parents: 1259
Message:Sync these two with trunk (r1252).
Changes:
M/branches/azimutz/trunkGraphicsEnablerModules/i386/boot2/boot.c
M/branches/azimutz/trunkAutoResolution/i386/boot2/boot.c

File differences

branches/azimutz/trunkAutoResolution/i386/boot2/boot.c
629629
630630
631631
632
632
633633
634634
635635
// Reset cache name.
bzero(gCacheNameAdler + 64, sizeof(gCacheNameAdler) - 64);
sprintf(gCacheNameAdler + 64, "%s,%s", gRootDevice, bootInfo->chameleonConfig);
sprintf(gCacheNameAdler + 64, "%s,%s", gRootDevice, bootInfo->bootFile);
adler32 = Adler32((unsigned char *)gCacheNameAdler, sizeof(gCacheNameAdler));
branches/azimutz/trunkGraphicsEnablerModules/i386/boot2/boot.c
537537
538538
539539
540
540
541541
542542
543543
// Reset cache name.
bzero(gCacheNameAdler + 64, sizeof(gCacheNameAdler) - 64);
sprintf(gCacheNameAdler + 64, "%s,%s", gRootDevice, bootInfo->chameleonConfig);
sprintf(gCacheNameAdler + 64, "%s,%s", gRootDevice, bootInfo->bootFile);
adler32 = Adler32((unsigned char *)gCacheNameAdler, sizeof(gCacheNameAdler));

Archive Download the corresponding diff file

Revision: 1260