From 36645da4333ed643127a67c05106f41c20a4290c Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Fri, 4 May 2012 19:06:22 +0200 Subject: Nothing. --- src/kernel/config.h | 8 -------- 1 file changed, 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 -- cgit v1.2.3