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

Archive Download this file

Revision: 2869