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
18////////////////////////////////// kernel_patcher.c
19#define DEBUG_KERNEL 0// 0 mean NO show verbose message, 1 mean YES show verbose message
20#define KEXTPATCH_SUPPORT 1 // 1 enabled by default
21
22////////////////////////////////// hpet.c
23#define DEBUG_HPET 0
24
25////////////////////////////////// modules.c
26#define CONFIG_MODULE_DEBUG 0
27
28////////////////////////////////// acpi_patcher.c 0 - 1 - 2
29#define DEBUG_ACPI 0
30
31////////////////////////////////// ati.c
32#define DEBUG_ATI 0
33
34////////////////////////////////// nvidia.c
35#define DEBUG_NVIDIA 0
36
37////////////////////////////////// gma.c
38#define DEBUG_GMA 0
39#define REPLACE_DEVICE_ID 0
40
41////////////////////////////////// usb.c
42#define DEBUG_USB 0
43
44////////////////////////////////// gui.c
45#define DEBUG_GUI 0
46
47////////////////////////////////// pci_root.c
48#define DEBUG_PCIROOT 1
49
50////////////////////////////////// pci_setup.c
51#define DEBUG_PCI_SETUP 0
52
53////////////////////////////////// smbios.c
54////////////////////////////////// smbios_decode.c
55////////////////////////////////// smbios_getters.c
56#define DEBUG_SMBIOS 0
57
58////////////////////////////////// spd.c
59#define DEBUG_SPD 0
60
61////////////////////////////////// state_generator.c
62#define DEBUG_STATE 0
63
64////////////////////////////////// biosfn.c
65#define MEMRANGE 1
66
67////////////////////////////////// bootstruct.c
68#define DEBUG_BOOTSTRUCT 0
69
70////////////////////////////////// cpu.c
71#define DEBUG_CPU 0
72
73////////////////////////////////// device_inject.c
74#define DEBUG_INJECT 0
75
76////////////////////////////////// dram_controllers.c
77#define DEBUG_DRAM 0
78
79////////////////////////////////// exfat.c
80#define DEBUG_EXFAT 0
81
82////////////////////////////////// fake_efi.c
83#define DEBUG_EFI 0
84#define RANDOMSEED 0
85
86////////////////////////////////// hda.c
87#define DEBUG_HDA 0
88#define DEBUG_CODEC 0
89
90////////////////////////////////// xml.c
91#define DEBUG_XML 0
92
93
94#endif /* config_h */
95

Archive Download this file

Revision: 2872