Chameleon

Chameleon Commit Details

Date:2011-08-18 18:54:15 (12 years 7 months ago)
Author:Azimutz
Commit:1432
Parents: 1431
Message:Sync these with trunk (r1431).
Changes:
M/branches/azimutz/trunkGraphicsEnablerModules/i386/boot2/boot.c
M/branches/azimutz/Package
M/branches/azimutz/Package/i386/boot2/boot.c
M/branches/azimutz/trunkAutoResolution
M/branches/azimutz/trunkAutoResolution/i386/boot2/boot.c
M/branches/azimutz/trunkGraphicsEnablerModules

File differences

branches/azimutz/trunkAutoResolution/i386/boot2/boot.c
694694
695695
696696
697
697
698698
699699
700700
bootFile = gBootKernelCacheFile;
}
else {
sprintf(bootFile, "\%s", bootInfo->bootFile);
sprintf(bootFile, "/%s", bootInfo->bootFile);
}
// Try to load kernel image from alternate locations on boot helper partitions.
branches/azimutz/trunkGraphicsEnablerModules/i386/boot2/boot.c
602602
603603
604604
605
605
606606
607607
608608
bootFile = gBootKernelCacheFile;
}
else {
sprintf(bootFile, "\%s", bootInfo->bootFile);
sprintf(bootFile, "/%s", bootInfo->bootFile);
}
// Try to load kernel image from alternate locations on boot helper partitions.
branches/azimutz/Package/i386/boot2/boot.c
602602
603603
604604
605
605
606606
607607
608608
bootFile = gBootKernelCacheFile;
}
else {
sprintf(bootFile, "\%s", bootInfo->bootFile);
sprintf(bootFile, "/%s", bootInfo->bootFile);
}
// Try to load kernel image from alternate locations on boot helper partitions.

Archive Download the corresponding diff file

Revision: 1432