From 92abedffec913fe7337117403c5e07185356c81b Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Fri, 2 Oct 2009 22:51:28 +0200 Subject: The kernel shell is now in an independent class, KernelShell:: --- Source/Kernel/Config.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'Source/Kernel/Config.h') diff --git a/Source/Kernel/Config.h b/Source/Kernel/Config.h index 09c7a14..e5943fb 100644 --- a/Source/Kernel/Config.h +++ b/Source/Kernel/Config.h @@ -9,11 +9,15 @@ //Color scheme #define TXTLOGO_FGCOLOR 9 #define TXTLOGO_BGCOLOR 0 -#define KVT_FGCOLOR 0 -#define KVT_BGCOLOR 7 -#define KVT_OKCOLOR 1 +#define KVT_FGCOLOR 7 +#define KVT_BGCOLOR 0 +#define KVT_OKCOLOR 2 #define KVT_BLECOLOR 4 //BLE = Boot Log Entry -#define KVT_ENTRYCOLOR 6 #define KVT_LIGHTCOLOR 8 +#define SHELL_FGCOLOR 0 +#define SHELL_BGCOLOR 7 +#define SHELL_LIGHTCOLOR 8 +#define SHELL_ENTRYCOLOR 6 + #endif -- cgit v1.2.3