summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex AUVOLAT <alexis211@gmail.com>2012-05-04 19:06:22 +0200
committerAlex AUVOLAT <alexis211@gmail.com>2012-05-04 19:06:22 +0200
commit36645da4333ed643127a67c05106f41c20a4290c (patch)
tree135283da34d77438d3a4fa74519bbf94e45fb41b
parent43d0bb8e3997022e5270f7f75f615a47819c929e (diff)
downloadTCE-old_c.tar.gz
TCE-old_c.zip
Nothing.old_c
-rw-r--r--src/kernel/config.h8
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