summaryrefslogtreecommitdiff
path: root/src/kernel/config.h
diff options
context:
space:
mode:
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