Chameleon

Chameleon Commit Details

Date:2010-08-13 10:00:32 (13 years 8 months ago)
Author:Azimutz
Commit:361
Parents: 360
Message:BootHelp.txt; fix kExtensionsKey key name. These names are absolutely not mandatory! boot.h; clean remains.
Changes:
M/branches/azimutz/CleanCut/doc/BootHelp.txt
M/branches/azimutz/CleanCut/i386/boot2/boot.h

File differences

branches/azimutz/CleanCut/doc/BootHelp.txt
4141
4242
4343
44
44
4545
4646
4747
Additional useful command-line options:
config=<file> Use an alternate Boot.plist file.
Extensions=<folder> Use an alternate folder with drivers, kext or mkext.
kext=<folder> Use an alternate folder with drivers, kext or mkext.
Options useful in the com.apple.Boot.plist file:
Wait=Yes|No Prompt for a key press before starting the kernel.
branches/azimutz/CleanCut/i386/boot2/boot.h
5151
5252
5353
54
55
5654
5755
5856
......
6866
6967
7068
71
7269
7370
7471
#define kRootDeviceKey"rd"// options.c
#define kBootUUIDKey"boot-uuid"// options.c
#define kHelperRootUUIDKey"Root UUID"// options.c
//#define kPlatformKey"platform"// options.c, removed
//#define kACPIKey"acpi"gone
#define kCDROMPromptKey"CD-ROM Prompt"// options.c
#define kCDROMOptionKey"CD-ROM Option Key"// options.c
#define kRescanPromptKey"Rescan Prompt"// boot.c
#define kForceWake"ForceWake"// boot.c
#define kWakeImage"WakeImage"// boot.c
#define kProductVersion"ProductVersion"// boot.c
#define karch"arch"// boot.c
#define kDSDTKey"DSDT"// acpi_patcher.c
#define kDropSSDT"DropSSDT"// acpi_patcher.c
#define kRestartFix"RestartFix" // acpi_patcher.c

Archive Download the corresponding diff file

Revision: 361