Chameleon

Chameleon Commit Details

Date:2010-08-30 17:02:18 (13 years 7 months ago)
Author:Azimutz
Commit:451
Parents: 450
Message:Comment edit. Removing remaining/obsolete #include's.
Changes:
M/branches/azimutz/CleanCut/i386/boot2/options.c
M/branches/azimutz/Chazileon/i386/boot2/drivers.c
M/branches/azimutz/CleanCut/i386/boot2/drivers.c
M/branches/azimutz/Chazileon/i386/boot2/boot.c
M/branches/azimutz/Chazileon/i386/libsaio/acpi_patcher.h
M/branches/azimutz/Chazileon/i386/boot2/options.c
M/branches/azimutz/Chazileon/i386/libsaio/stringTable.c

File differences

branches/azimutz/Chazileon/i386/libsaio/acpi_patcher.h
55
66
77
8
98
10
119
1210
1311
#ifndef __LIBSAIO_ACPI_PATCHER_H
#define __LIBSAIO_ACPI_PATCHER_H
//Azi:include
#include "libsaio.h"
#include "ramdisk.h" //Azi:searchalgo - for dsdt_patcher.c & fake_efi.c
/*Azi: "AsereBLN: this is bullsh*t... declaring vars in a header"
uint64_t acpi10_p;
branches/azimutz/Chazileon/i386/libsaio/stringTable.c
3030
3131
3232
33
3433
3534
3635
#include "libsaio.h"
#include "xml.h"
#include "boot.h" //Azi:canoverride, gMacOSVersion
#include "ramdisk.h" //Azi:searchalgo
extern char *Language;
extern char *LoadableFamilies;
branches/azimutz/Chazileon/i386/boot2/boot.c
479479
480480
481481
482
482
483483
484484
485485
......
488488
489489
490490
491
491
492492
493493
494494
if ( status == -1 )
{
// gBootVolume == NULL usually means the user hit escape.
if (gBootVolume == NULL)
if (gBootVolume == NULL) //Azi: reminder - hitting escape makes me boot when "at" boot prompt.
{
freeFilteredBVChain(bvChain);
bvChain = newFilteredBVChain(0x80, 0xFF, allowBVFlags, denyBVFlags, &gDeviceCount);
setBootGlobals(bvChain);
setupDeviceList(&bootInfo->themeConfig);
setupDeviceList(&bootInfo->themeConfig); //Azi: test this!!!
}
continue;
}
branches/azimutz/Chazileon/i386/boot2/drivers.c
2828
2929
3030
31
31
3232
3333
3434
3535
3636
3737
38
38
3939
4040
4141
*
* DRI: Josh de Cesare
*/
//Azi:include
#include <mach-o/fat.h>
#include <libkern/OSByteOrder.h>
#include <mach/machine.h>
#include "boot.h"
#include "bootstruct.h"
#include "ramdisk.h"
//#include "ramdisk.h"
#include "sl.h"
#include "xml.h"
#include "kernel_patcher.h" //Azi:kernelpatcher
branches/azimutz/Chazileon/i386/boot2/options.c
3030
3131
3232
33
3433
3534
3635
#include "gui.h"
#include "pci.h"
#include "ramdisk.h"
#include "sl.h"
#include "autoresolution.h" //Azi:autoresolution - "was" included on boot.h, which is everywere!! -> gui.h -> graphics.h
branches/azimutz/CleanCut/i386/boot2/drivers.c
3737
3838
3939
40
40
4141
4242
4343
#include "boot.h"
#include "bootstruct.h"
#include "xml.h"
#include "ramdisk.h"
//#include "ramdisk.h"
struct Module {
struct Module *nextModule;
branches/azimutz/CleanCut/i386/boot2/options.c
2929
3030
3131
32
3332
3433
3534
#include "gui.h"
#include "embedded.h"
#include "pci.h"
#include "sl.h"
static bool shouldboot = false;

Archive Download the corresponding diff file

Revision: 451