Chameleon

Chameleon Commit Details

Date:2010-10-24 00:08:01 (13 years 6 months ago)
Author:Evan Lojewski
Commit:608
Parents: 607
Message:moved setupFakeEFI to earielr, causes pci to be scaned before modules are called.
Changes:
M/branches/meklort/i386/boot2/boot.c

File differences

branches/meklort/i386/boot2/boot.c
155155
156156
157157
158
159
160
158161
159162
160163
......
169172
170173
171174
172
173
174175
175176
176177
// Load boot drivers from the specifed root path.
setupFakeEfi();
if (!gHaveKernelCache) {
LoadDrivers("/");
}
md0Ramdisk();
setupFakeEfi();
verbose("Starting Darwin %s\n",( archCpuType == CPU_TYPE_I386 ) ? "x86" : "x86_64");
#ifndef OPTION_ROM
// Cleanup the PXE base code.

Archive Download the corresponding diff file

Revision: 608