summaryrefslogtreecommitdiff
path: root/src/kernel/config.h
diff options
context:
space:
mode:
authorAlex AUVOLAT <alexis211@gmail.com>2012-05-01 10:39:33 +0200
committerAlex AUVOLAT <alexis211@gmail.com>2012-05-01 10:39:33 +0200
commit66b32658d2e5aa99493dcb3abcb73cdb2cc6f0b5 (patch)
tree3b728f4c8dc93f6ab9237af3d32410346b617ae8 /src/kernel/config.h
parent07b15b375ee7cc87f476200b2fd6205959ac0ba4 (diff)
downloadTCE-66b32658d2e5aa99493dcb3abcb73cdb2cc6f0b5.tar.gz
TCE-66b32658d2e5aa99493dcb3abcb73cdb2cc6f0b5.zip
It's alive! Or is it? No, it's not.
Diffstat (limited to 'src/kernel/config.h')
-rw-r--r--src/kernel/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/config.h b/src/kernel/config.h
index ccad9cf..38487dc 100644
--- a/src/kernel/config.h
+++ b/src/kernel/config.h
@@ -10,6 +10,6 @@
- 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
+// #define K_USE_BASIC_HEAP
#endif