summaryrefslogtreecommitdiff
path: root/Source/Kernel/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Kernel/Config.h')
-rw-r--r--Source/Kernel/Config.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/Source/Kernel/Config.h b/Source/Kernel/Config.h
index 40689e3..5f9f81a 100644
--- a/Source/Kernel/Config.h
+++ b/Source/Kernel/Config.h
@@ -1,9 +1,19 @@
#ifndef DEF_MELON_KERNEL_CONFIG
#define DEF_MELON_KERNEL_CONFIG
+//Undefine if you don't want debugging. This doesn't really do anything
#define OPT_DEBUG
-//Color scheme
+//******************************
+// General options
+// *********************************
+#define DEFAULT_INIT "/System/Applications/PaperWork.app"
+#define DEFAULT_ROOT "ramfs:0"
+#define DEFAULT_ENABLEVESA true //enable VESA by default ?
+
+//******************************
+// Color scheme
+// *********************************
#define TXTLOGO_FGCOLOR 9 //Colors for the melon logo
#define TXTLOGO_BGCOLOR 0