diff options
Diffstat (limited to 'src/kernel/config.h')
-rw-r--r-- | src/kernel/config.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/kernel/config.h b/src/kernel/config.h index 38487dc..f021d9c 100644 --- a/src/kernel/config.h +++ b/src/kernel/config.h @@ -1,9 +1,9 @@ #ifndef DEF_CONFIG_H #define DEF_CONFIG_H -#define K_OS_NAME "Grapes" -#define K_OS_VER "0.0.4" -#define K_OS_CODENAME "Cat in my heart" +#define K_OS_NAME "T/CE" +#define K_OS_VER "0.0.1" +#define K_OS_CODENAME "Nyanyanya" /* HEAP CODE TO USE : Two kernel heap implementations are available : @@ -12,4 +12,6 @@ Comment the following define to use the second version */ // #define K_USE_BASIC_HEAP + + #endif |