diff options
author | Alexis211 <alexis211@gmail.com> | 2009-09-20 14:23:45 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-09-20 14:23:45 +0200 |
commit | 1eb942c8a34166e43f43c843f09bb48ba40b65b2 (patch) | |
tree | 7567ef81880722ae42fa92aec1bd0a7703ac2a15 /Source/Kernel/Config.h | |
parent | a43236e7017b6500e6563aa8654c8d8f56226615 (diff) | |
download | Melon-1eb942c8a34166e43f43c843f09bb48ba40b65b2.tar.gz Melon-1eb942c8a34166e43f43c843f09bb48ba40b65b2.zip |
We now have scrollable virtual terminals !
Diffstat (limited to 'Source/Kernel/Config.h')
-rw-r--r-- | Source/Kernel/Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Kernel/Config.h b/Source/Kernel/Config.h index 2767104..09c7a14 100644 --- a/Source/Kernel/Config.h +++ b/Source/Kernel/Config.h @@ -1,6 +1,9 @@ #ifndef DEF_MELON_KERNEL_CONFIG #define DEF_MELON_KERNEL_CONFIG +#define THIS_IS_MELON +#undef THIS_IS_NOT_MELON + #define OPT_DEBUG //Color scheme |