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#define DEBUG_SMBIOS 0
50
51////////////////////////////////// spd.c
52#define DEBUG_SPD 0
53
54////////////////////////////////// state_generator.c
55#define DEBUG_STATE 0
56
57////////////////////////////////// biosfn.c
58#define MEMRANGE 1
59
60////////////////////////////////// bootstruct.c
61#define DEBUG_BOOTSTRUCT 0
62
63////////////////////////////////// cpu.c
64#define DEBUG_CPU 0
65
66////////////////////////////////// device_inject.c
67#define DEBUG_INJECT 0
68
69////////////////////////////////// dram_controllers.c
70#define DEBUG_DRAM 0
71
72////////////////////////////////// exfat.c
73#define DEBUG_EXFAT 0
74
75////////////////////////////////// fake_efi.c
76#define DEBUG_EFI 0
77#define RANDOMSEED 0
78
79////////////////////////////////// hda.c
80#define DEBUG_HDA 0
81#define DEBUG_CODEC 0
82
83////////////////////////////////// xml.c
84#define DEBUG_XML 0
85
86
87#endif /* config_h */
88

Archive Download this file

Revision: 2853