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

Archive Download this file

Revision: 2858