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////////////////////////////////// ati.c
17#define DEBUG_ATI 0
18
19////////////////////////////////// nvidia.c
20#define DEBUG_NVIDIA 0
21
22////////////////////////////////// gma.c
23#define DEBUG_GMA 0
24#define REPLACE_DEVICE_ID 0
25
26////////////////////////////////// cpu.c
27#define DEBUG_CPU 0
28
29////////////////////////////////// hda.c
30#define DEBUG_HDA 0
31#define DEBUG_CODEC 0
32
33#endif /* config_h */
34

Archive Download this file

Revision: 2852