Chameleon

Chameleon Svn Source Tree

Root/branches/azimutz/Chazi/i386/boot2/boot.h

1/*
2 * Copyright (c) 1999-2003 Apple Computer, Inc. All rights reserved.
3 *
4 * @APPLE_LICENSE_HEADER_START@
5 *
6 * Portions Copyright (c) 1999-2003 Apple Computer, Inc. All Rights
7 * Reserved. This file contains Original Code and/or Modifications of
8 * Original Code as defined in and that are subject to the Apple Public
9 * Source License Version 2.0 (the "License"). You may not use this file
10 * except in compliance with the License. Please obtain a copy of the
11 * License at http://www.apple.com/publicsource and read it before using
12 * this file.
13 *
14 * The Original Code and all software distributed under the License are
15 * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
16 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
17 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE OR NON- INFRINGEMENT. Please see the
19 * License for the specific language governing rights and limitations
20 * under the License.
21 *
22 * @APPLE_LICENSE_HEADER_END@
23 */
24/*
25 * Copyright 1994 NeXT Computer, Inc.
26 * All rights reserved.
27 */
28
29#ifndef __BOOT2_BOOT_H
30#define __BOOT2_BOOT_H
31
32#include "saio_internal.h" //Azi: only one needed by boot.h it self, afaics.
33
34/*
35 * Default names
36 */
37#define kDefaultKernel"mach_kernel"
38
39/*
40 * Keys used in system Boot.plist
41 */
42#define kGraphicsModeKey"Graphics Mode"// graphics.c
43#define kTextModeKey"Text Mode"// graphics.c
44#define kQuietBootKey"Quiet Boot"// boot.c
45#define kKernelFlagsKey"Kernel Flags"// options.c
46#define kMKextCacheKey"MKext Cache"// options.c
47#define kKernelNameKey"Kernel"// options.c
48#define kKernelCacheKey"Kernel Cache"// boot.c
49#define kBootDeviceKey"Boot Device"// options.c
50#define kTimeoutKey"Timeout"// options.c
51#define kRootDeviceKey"rd"// options.c
52#define kBootUUIDKey"boot-uuid"// options.c
53#define kHelperRootUUIDKey"Root UUID"// options.c
54#define kCDROMPromptKey"CD-ROM Prompt"// options.c
55#define kCDROMOptionKey"CD-ROM Option Key"// options.c
56#define kRescanPromptKey"Rescan Prompt"// boot.c
57#define kRescanKey "Rescan"// boot.c
58#define kScanSingleDriveKey"Scan Single Drive"// boot.c
59#define kInstantMenuKey"Instant Menu"// boot.c
60#define kGUIKey"GUI"// boot.c
61#define kBootBannerKey"Boot Banner"// options.c
62#define kDebugInfoKey"DebugInfo"// gui.c, graphics.c
63#define kWaitForKeypressKey"Wait"// boot.c
64#define kExtensionsKey"kext"// drivers.c
65#define kUseAtiROM"UseAtiROM"// ati.c
66#define kWake"Wake"// boot.c
67#define kForceWake"ForceWake"// boot.c
68#define kWakeImage"WakeImage"// boot.c
69#define kProductVersion"ProductVersion"// boot.c
70#define kDSDTKey"DSDT"// acpi_patcher.c
71#define kDropSSDT"DropSSDT"// acpi_patcher.c
72#define kRestartFix"RestartFix" // acpi_patcher.c
73#define kGeneratePStates"GeneratePStates"// acpi_patcher.c
74#define kGenerateCStates"GenerateCStates"// acpi_patcher.c
75#define kEnableC4States"EnableC4State"// acpi_patcher.c
76#define kDeviceProperties"device-properties"// device_inject.c
77#define kHidePartition"Hide Partition"// disk.c
78#define kRenamePartition"Rename Partition"// disk.c
79#define kSMBIOSKey"SMBIOS"// fake_efi.c
80#define kSystemID"SystemId"// fake_efi.c
81#define kSystemType"SystemType"// fake_efi.c
82#define kUseNvidiaROM"UseNvidiaROM"// nvidia.c
83#define kVBIOS"VBIOS"// nvidia.c
84#define kPCIRootUID"PciRoot"// pci_root.c
85#define kEthernetBuiltIn"EthernetBuiltIn"// pci_setup.c
86#define kGraphicsEnabler"GraphicsEnabler"// pci_setup.c
87#define kForceHPET"ForceHPET"// pci_setup.c
88#define kUseMemDetect"UseMemDetect" // platform.c
89#define kSMBIOSdefaults"SMBIOSdefaults"// smbios_patcher.c
90#define kUSBBusFix"USBBusFix"// usb.c
91#define kEHCIacquire"EHCIacquire"// usb.c
92#define kUHCIreset"UHCIreset"// usb.c
93#define kLegacyOff"USBLegacyOff"// usb.c
94#define kEHCIhard"EHCIhard"// usb.c
95#define kDefaultPartition"Default Partition"// sys.c
96#define kMD0Image"md0"// ramdisk.h
97#define kTestConfigKey"config"// stringTable.c
98#define kCanOverrideKey"CanOverride"// stringTable.c
99#define kAutoResolutionKey"AutoResolution"// boot.c
100#define kKPatcherKey"PatchKernel"// boot.c
101
102/*
103 * Flags to the booter and/or kernel - these end with "Flag".
104 */
105#define kVerboseModeFlag"-v"// options.c
106#define kSafeModeFlag"-x"// options.c
107#define kIgnoreCachesFlag"-f"// options.c
108#define kIgnoreBootFileFlag"-F"// options.c
109#define kSingleUserModeFlag"-s"// options.c
110#define kArchI386Flag"32"// boot.c
111#define kLegacyModeFlag"-legacy"// boot.c
112#define kArchX86_64Flag"64"// boot.c
113
114/*
115 * Booter behavior control
116 */
117#define kBootTimeout -1
118#define kCDBootTimeout 8
119
120/*
121 * A global set by boot() to record the device that the booter
122 * was loaded from.
123 */
124extern int gBIOSDev;
125extern long gBootMode;
126extern bool sysConfigValid;
127extern char bootBanner[];
128extern char bootPrompt[];
129extern bool gOverrideKernel;
130//extern char *gPlatformName; disabled
131extern char gMKextName[];
132extern char gMacOSVersion[];
133extern char gRootDevice[];
134extern bool gEnableCDROMRescan;
135extern bool gScanSingleDrive;
136extern bool useGUI;
137
138/*
139 * Boot Modes
140 */
141enum {
142 kBootModeNormal = 0,
143 kBootModeSafe = 1,
144 kBootModeSecure = 2,
145 kBootModeQuiet = 4
146};
147
148extern void initialize_runtime();
149extern void common_boot(int biosdev);
150
151/*
152 * usb.c
153 */
154extern int usb_loop();
155
156/*
157 * graphics.c
158 */
159extern void printVBEModeInfo();
160extern void setVideoMode(int mode, int drawgraphics);
161extern int getVideoMode();
162extern void spinActivityIndicator();
163extern void clearActivityIndicator();
164extern void drawColorRectangle( unsigned short x,
165 unsigned short y,
166 unsigned short width,
167 unsigned short height,
168 unsigned char colorIndex );
169extern void drawDataRectangle( unsigned short x,
170 unsigned short y,
171 unsigned short width,
172 unsigned short height,
173 unsigned char * data );
174extern int
175convertImage( unsigned short width,
176 unsigned short height,
177 const unsigned char *imageData,
178 unsigned char **newImageData );
179extern char * decodeRLE( const void * rleData, int rleBlocks, int outBytes );
180extern void drawBootGraphics(void);
181extern void drawPreview(void *src, uint8_t * saveunder);
182extern int getVideoMode(void);
183extern void loadImageScale (void *input, int iw, int ih, int ip, void *output, int ow, int oh, int op, int or);
184
185/*
186 * drivers.c
187 */
188extern long LoadDrivers(char * dirSpec);
189extern long DecodeKernel(void *binary, entry_t *rentry, char **raddr, int *rsize);
190
191typedef long (*FileLoadDrivers_t)(char *dirSpec, long plugin);
192/*!
193 Hookable function pointer called during the driver loading phase that
194 allows other code to cause additional drivers to be loaded.
195 */
196extern long (*LoadExtraDrivers_p)(FileLoadDrivers_t FileLoadDrivers_p);
197
198/*
199 * options.c
200 */
201extern int getBootOptions(bool firstRun);
202extern int processBootOptions();
203extern int selectAlternateBootDevice(int bootdevice);
204extern bool promptForRescanOption(void);
205
206void showHelp();
207void showTextFile();
208char *getMemoryInfoString();
209
210typedef struct {
211 char name[80];
212 void * param;
213} MenuItem;
214
215/*
216 * lzss.c
217 */
218extern int decompress_lzss(u_int8_t *dst, u_int8_t *src, u_int32_t srclen);
219
220struct compressed_kernel_header {
221 u_int32_t signature;
222 u_int32_t compress_type;
223 u_int32_t adler32;
224 u_int32_t uncompressed_size;
225 u_int32_t compressed_size;
226 u_int32_t reserved[11];
227 char platform_name[64];
228 char root_path[256];
229 u_int8_t data[0];
230};
231typedef struct compressed_kernel_header compressed_kernel_header;
232
233/* resume.c */
234void HibernateBoot(char *boot_device);
235
236/* bmdecompress.c */
237void * DecompressData(void *srcbase, int *dw, int *dh, int *bytesPerPixel);
238
239#endif /* !__BOOT2_BOOT_H */
240

Archive Download this file

Revision: 490