diff options
Diffstat (limited to 'src/kernel')
-rw-r--r-- | src/kernel/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/kernel/config.h b/src/kernel/config.h index f021d9c..d23fd4f 100644 --- a/src/kernel/config.h +++ b/src/kernel/config.h @@ -5,13 +5,5 @@ #define K_OS_VER "0.0.1" #define K_OS_CODENAME "Nyanyanya" -/* HEAP CODE TO USE : - Two kernel heap implementations are available : - - Basic implementation, slow but bug-free - - Standard implementation, efficient, buggy, based on the heap code from JamesM's OSDev tutorial - Comment the following define to use the second version */ -// #define K_USE_BASIC_HEAP - - #endif |