diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-04 19:06:22 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-04 19:06:22 +0200 |
commit | 36645da4333ed643127a67c05106f41c20a4290c (patch) | |
tree | 135283da34d77438d3a4fa74519bbf94e45fb41b | |
parent | 43d0bb8e3997022e5270f7f75f615a47819c929e (diff) | |
download | TCE-36645da4333ed643127a67c05106f41c20a4290c.tar.gz TCE-36645da4333ed643127a67c05106f41c20a4290c.zip |
Nothing.old_c
-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 |