From 9a13aedd4ef04711fc5139c86025272e9648cc4c Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sun, 23 Nov 2014 19:28:40 +0100 Subject: double indirect block support to ELF and check sum calc --- kernel/kernel.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'kernel/kernel.c') diff --git a/kernel/kernel.c b/kernel/kernel.c index 6daa625..f788cee 100644 --- a/kernel/kernel.c +++ b/kernel/kernel.c @@ -5,7 +5,7 @@ */ #ifdef __linux__ -#error "watchout! this is not linux but FoolOS. Use a cross-compiler" +#error "Watchout! this is not Linux but FoolOS. Use a cross-compiler" #endif #define FOOLOS_MODULE_NAME "kernel" @@ -36,10 +36,6 @@ #include "task.h" -#ifdef FOOLOS_COMPILE_FLOPPY -#include "floppy.h" -#endif - // // KERNEL MAIN -- cgit v1.2.3