From 8e892e4311efcb3a0373d8b9652da81063e90dc6 Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Fri, 20 Feb 2004 20:45:35 +0000 Subject: [PATCH] Remove the floppy driver from the x86 build for the time being. It's getting stuck on bochs and probably a few real pcs out there. Need to fix... git-svn-id: svn+ssh://newos.org/var/svn/newos/newos@1078 c25cc9d1-44fa-0310-b259-ad778cb1d433 --- boot/i386/config.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/boot/i386/config.ini b/boot/i386/config.ini index a237025..8451675 100644 --- a/boot/i386/config.ini +++ b/boot/i386/config.ini @@ -120,9 +120,10 @@ file=build/i386/kernel/addons/dev/arch/i386/rtl8139/rtl8139 type=elf32 file=build/i386/kernel/addons/dev/arch/i386/vesa/vesa -[addons/dev/floppy] -type=elf32 -file=build/i386/kernel/addons/dev/arch/i386/floppy/floppy +# Disable the floppy for now +#[addons/dev/floppy] +#type=elf32 +#file=build/i386/kernel/addons/dev/arch/i386/floppy/floppy [bin/init] type=elf32 -- 2.11.4.GIT