From 91027284b1ded20a14beaac84e6b60db2681e4b0 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lamoureux Date: Thu, 9 Mar 2006 19:27:55 +0000 Subject: [PATCH] * Oops, modified build-kernel while testing and commited it ;) --- build-kernel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-kernel b/build-kernel index c850f4e..f854253 100755 --- a/build-kernel +++ b/build-kernel @@ -33,6 +33,6 @@ gcc $LDFLAGS -o src/cacafire kernel/multiboot.o kernel/kernel.o src/cacafire-aaf objcopy -O binary src/cacafire cacafire.boot # For further development: create floppy images using the kernel -gcc -traditional -c -o bootsect.o /usr/src/linux/arch/i386/boot/bootsect.S -ld -Ttext 0x0 -s --oformat binary bootsect.o -o cacafire.img +#gcc -traditional -c -o bootsect.o /usr/src/linux/arch/i386/boot/bootsect.S +#ld -Ttext 0x0 -s --oformat binary bootsect.o -o cacafire.img