Chameleon

Chameleon Commit Details

Date:2010-09-04 10:18:02 (13 years 7 months ago)
Author:Azimutz
Commit:490
Parents: 489
Message:#include tuning.
Changes:
M/branches/azimutz/Chazi/i386/libsaio/stringTable.c
M/branches/azimutz/Chazi/i386/boot2/ramdisk.h
M/branches/azimutz/Chazi/i386/boot2/graphics.c
M/branches/azimutz/Chazi/i386/boot2/resume.c
M/branches/azimutz/Chazi/i386/boot2/bmdecompress.c
M/branches/azimutz/Chazi/i386/boot2/gui.c
M/branches/azimutz/Chazi/i386/boot2/graphics.h
M/branches/azimutz/Chazi/i386/boot2/boot.h
M/branches/azimutz/Chazi/i386/boot2/modules.c

File differences

branches/azimutz/Chazi/i386/libsaio/stringTable.c
2828
2929
3030
31
31
3232
3333
3434
#include "boot.h"
#include "bootstruct.h"
#include "libsaio.h" //Azi: this is included on boot.h - just a reminder.
#include "libsaio.h" //Azi: this was included on boot.h - just a reminder.
#include "xml.h"
extern char *Language;
branches/azimutz/Chazi/i386/boot2/ramdisk.h
77
88
99
10
11
10
1211
1312
1413
#ifndef __BOOT_RAMDISK_H
#define __BOOT_RAMDISK_H
//Azi:includes
#include "saio_internal.h" // get back to this later
#include "libsaio.h"
#define RAMDISKCONFIG_FILENAME "rd(0,0)/RAMDisk.plist"
//#define kPostbootRamdisk
branches/azimutz/Chazi/i386/boot2/resume.c
77
88
99
10
1110
1211
1312
*
*/
#include "saio_internal.h"
#include "libsa.h"
#include "IOHibernatePrivate.h"
#include "memory.h"
branches/azimutz/Chazi/i386/boot2/graphics.c
2626
2727
2828
29
30
31
3229
3330
3431
* All rights reserved.
*/
//Azi:includes
//#include "boot.h" - included on graphics.h, which is included on gui.h
//#include "vbe.h" - same as above (needed if autoresolution is removed!)
#include "appleClut8.h"
#include "gui.h"
#include "IOHibernatePrivate.h"
branches/azimutz/Chazi/i386/boot2/graphics.h
77
88
99
10
10
1111
1212
1313
1414
1515
16
1716
1817
1918
*
*/
//Azi:includes
#include "libsaio.h"
#include "boot.h" // was included on graphic_utils.h
#include "bootstruct.h"
#include "graphic_utils.h"
#include "vbe.h"
#ifndef __BOOT_GRAPHICS_H
#define __BOOT_GRAPHICS_H
branches/azimutz/Chazi/i386/boot2/modules.c
33
44
55
6
6
7
78
89
910
*
*/
#include "boot.h"
#include "libsa.h" // replaced boot.h
#include "saio_internal.h" //---//
#include "bootstruct.h"
#include "multiboot.h"
#include "modules.h"
branches/azimutz/Chazi/i386/boot2/boot.h
2929
3030
3131
32
32
3333
3434
3535
#ifndef __BOOT2_BOOT_H
#define __BOOT2_BOOT_H
#include "libsaio.h"
#include "saio_internal.h" //Azi: only one needed by boot.h it self, afaics.
/*
* Default names
branches/azimutz/Chazi/i386/boot2/bmdecompress.c
1919
2020
2121
22
2322
23
24
2425
2526
2627
*
* @APPLE_LICENSE_HEADER_END@
*/
#include "boot.h"
#include "libsa.h" // replaced boot.h
typedef uint8_t UInt8;
typedef uint16_t UInt16;
typedef int8_t SInt8;
branches/azimutz/Chazi/i386/boot2/gui.c
88
99
1010
11
1211
1312
1413
15
16
1714
1815
1916
*
*/
//Azi:includes
#include "gui.h"
#include "appleboot.h"
#include "vers.h"
//#include "edid.h" //Azi: needed just for getResolution() call on drawBootGraphics()?? - No!! wtf... check later.
//#include "autoresolution.h"
#define IMG_REQUIRED -1
#define THEME_NAME_DEFAULT"Default"

Archive Download the corresponding diff file

Revision: 490