blob: 09c7a14e1306a708d79ec4f9a059f9497e01095d (
plain) (
tree)
|
|
#ifndef DEF_MELON_KERNEL_CONFIG
#define DEF_MELON_KERNEL_CONFIG
#define THIS_IS_MELON
#undef THIS_IS_NOT_MELON
#define OPT_DEBUG
//Color scheme
#define TXTLOGO_FGCOLOR 9
#define TXTLOGO_BGCOLOR 0
#define KVT_FGCOLOR 0
#define KVT_BGCOLOR 7
#define KVT_OKCOLOR 1
#define KVT_BLECOLOR 4 //BLE = Boot Log Entry
#define KVT_ENTRYCOLOR 6
#define KVT_LIGHTCOLOR 8
#endif
|