// // config.h // Chameleon // // Created by ErmaC on 20/06/16. // // #ifndef config_h #define config_h ////////////////////////////////// boot.c #define DEBUG_BOOT2 0 #define DEBUG_INTERRUPTS 0 ////////////////////////////////// hpet.c #define DEBUG_HPET 0 ////////////////////////////////// modules.c #define CONFIG_MODULE_DEBUG 0 ////////////////////////////////// acpi_patcher.c 0 - 1 - 2 #define DEBUG_ACPI 0 ////////////////////////////////// ati.c #define DEBUG_ATI 0 ////////////////////////////////// nvidia.c #define DEBUG_NVIDIA 0 ////////////////////////////////// gma.c #define DEBUG_GMA 0 #define REPLACE_DEVICE_ID 0 ////////////////////////////////// usb.c #define DEBUG_USB 0 ////////////////////////////////// gui.c #define DEBUG_GUI 0 ////////////////////////////////// pci_root.c #define DEBUG_PCIROOT 1 ////////////////////////////////// pci_setup.c #define DEBUG_PCI_SETUP 0 ////////////////////////////////// smbios.c ////////////////////////////////// smbios_decode.c ////////////////////////////////// smbios_getters.c #define DEBUG_SMBIOS 0 ////////////////////////////////// spd.c #define DEBUG_SPD 0 ////////////////////////////////// state_generator.c #define DEBUG_STATE 0 ////////////////////////////////// biosfn.c #define MEMRANGE 1 ////////////////////////////////// bootstruct.c #define DEBUG_BOOTSTRUCT 0 ////////////////////////////////// cpu.c #define DEBUG_CPU 0 ////////////////////////////////// device_inject.c #define DEBUG_INJECT 0 ////////////////////////////////// dram_controllers.c #define DEBUG_DRAM 0 ////////////////////////////////// exfat.c #define DEBUG_EXFAT 0 ////////////////////////////////// fake_efi.c #define DEBUG_EFI 0 #define RANDOMSEED 0 ////////////////////////////////// hda.c #define DEBUG_HDA 0 #define DEBUG_CODEC 0 ////////////////////////////////// xml.c #define DEBUG_XML 0 #endif /* config_h */