Chameleon

Chameleon Svn Source Tree

Root/branches/ErmaC/Enoch/i386/boot2/config.h

  • Property svn:executable set to *
1//
2// config.h
3// Enoch
4//
5// Created by ErmaC on 20/06/16.
6//
7//
8
9#ifndef config_h
10#define config_h
11
12////////////////////////////////// boot.c
13#define DEBUG_BOOT2 0
14#define DEBUG_INTERRUPTS 0
15
16////////////////////////////////// drivers.c
17#define FAKESMC_SUPPORT 1
18
19////////////////////////////////// kernel_patcher.c
20#define DEBUG_KERNEL 0// 0 mean NO show verbose message, 1 mean YES show verbose message
21#define KEXTPATCH_SUPPORT 1 // 1 enabled by default
22
23////////////////////////////////// hpet.c
24#define DEBUG_HPET 0
25
26////////////////////////////////// modules.c
27#define CONFIG_MODULE_DEBUG 0
28
29////////////////////////////////// acpi_patcher.c 0 - 1 - 2
30#define DEBUG_ACPI 0
31
32////////////////////////////////// ati.c
33#define DEBUG_ATI 0
34
35////////////////////////////////// nvidia.c
36#define DEBUG_NVIDIA 0
37
38////////////////////////////////// gma.c
39#define DEBUG_GMA 0
40#define REPLACE_DEVICE_ID 0
41
42////////////////////////////////// usb.c
43#define DEBUG_USB 0
44
45////////////////////////////////// gui.c
46#define DEBUG_GUI 0
47
48////////////////////////////////// pci_root.c
49#define DEBUG_PCIROOT 1
50
51////////////////////////////////// pci_setup.c
52#define DEBUG_PCI_SETUP 0
53
54////////////////////////////////// smbios.c
55////////////////////////////////// smbios_decode.c
56////////////////////////////////// smbios_getters.c
57#define DEBUG_SMBIOS 0
58
59////////////////////////////////// spd.c
60#define DEBUG_SPD 0
61
62////////////////////////////////// state_generator.c
63#define DEBUG_STATE 0
64
65////////////////////////////////// biosfn.c
66#define MEMRANGE 1
67
68////////////////////////////////// bootstruct.c
69#define DEBUG_BOOTSTRUCT 0
70
71////////////////////////////////// cpu.c
72#define DEBUG_CPU 0
73
74////////////////////////////////// device_inject.c
75#define DEBUG_INJECT 0
76
77////////////////////////////////// dram_controllers.c
78#define DEBUG_DRAM 0
79
80////////////////////////////////// exfat.c
81#define DEBUG_EXFAT 0
82
83////////////////////////////////// fake_efi.c
84#define DEBUG_EFI 0
85#define RANDOMSEED 0
86
87////////////////////////////////// hda.c
88#define DEBUG_HDA 0
89#define DEBUG_CODEC 0
90
91////////////////////////////////// xml.c
92#define DEBUG_XML 0
93
94
95#endif /* config_h */
96

Archive Download this file

Revision: HEAD