Chameleon

Chameleon Commit Details

Date:2011-05-15 07:44:05 (12 years 10 months ago)
Author:Azimutz
Commit:819
Parents: 818
Message:XCode 4 specific "Divide by 0" error, while attempting to attempting to execute hook ScanMemory.
Changes:
M/branches/azimutz/Chazi/i386/modules/Makefile

File differences

branches/azimutz/Chazi/i386/modules/Makefile
11
22
33
4
4
55
6
7
6
7
88
9
910
11
12
13
14
15
16
1017
1118
1219
#Makefile for i386 modules
# The order of building is important.
SUBDIRS = klibc uClibc++ GraphicsEnablerLegacy KernelPatcher Memory HPET
SUBDIRS = klibc uClibc++ GraphicsEnablerLegacy KernelPatcher HPET
#SUBDIRS = HelloWorld
# Resolution (only tested on Meklort's branch, never did any good for my resolution; conflicts with AutoResolution)
# GraphicsEnabler (no support for ATI legacy cards, e.g. 1000 series)
#-- Resolution (only tested on Meklort's branch, never did any good for my resolution;
#conflicts with AutoResolution)
#-- GraphicsEnabler (no support for ATI legacy cards, e.g. 1000 series)
#-- Memory ("Attempting to execute hook ScanMemory"
#Divide by 0
#"This is a non recoverable error! System HALTED!!!")
# (Based on previous tests whith Meklort's branch; here just instant reboots. XCode 4 specific)
CFLAGS= -O $(MORECPP) -arch i386 -g -static
DEFINES=
CONFIG = hd

Archive Download the corresponding diff file

Revision: 819