Chameleon

Chameleon Commit Details

Date:2010-08-17 13:48:08 (13 years 8 months ago)
Author:Tamás Kosárszky
Commit:377
Parents: 376
Message:Removed -x32 option. Use arch=i386 instead. Updated CHANGES.
Changes:
M/trunk/i386/boot2/boot.c
M/trunk/i386/boot2/boot.h
M/trunk/CHANGES

File differences

trunk/CHANGES
1
2
13
24
35
- Removed obsolete -f option, use -x instead
- Removed -x32 option, use arch=i386 instead
- Added automatic SMBusspeed detection for lga1156 core i5/7 cpus
- Added new iMac11,1 sbios default model for lga1156 core i5/17 mobos
- md0 code. Notified xnu when an md ramdisk is specified
trunk/i386/boot2/boot.c
412412
413413
414414
415
416
417
418
415
419416
420417
421418
archCpuType = CPU_TYPE_I386;
}
}
if (getValueForKey(k32BitModeFlag, &val, &len, &bootInfo->bootConfig)) {
archCpuType = CPU_TYPE_I386;
}
if (!getBoolForKey (kWake, &tryresume, &bootInfo->bootConfig)) {
tryresume = true;
tryresumedefault = true;
trunk/i386/boot2/boot.h
101101
102102
103103
104
105104
106105
107106
#define kSafeModeFlag"-x"
#define kIgnoreBootFileFlag"-F"
#define kSingleUserModeFlag"-s"
#define k32BitModeFlag"-x32"
/*
* Booter behavior control

Archive Download the corresponding diff file

Revision: 377