From: Jorrit Herder Date: Tue, 2 Aug 2005 16:05:01 +0000 (+0000) Subject: Temporarily disabled FLOPPY to prevent mayhem due to ISA DMA below 16 MB. X-Git-Tag: v3.1.0~473 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch11.html?a=commitdiff_plain;h=4a8c5316ecd38a4f4f4194646d0f69fffbb3cfab;p=minix.git Temporarily disabled FLOPPY to prevent mayhem due to ISA DMA below 16 MB. --- diff --git a/etc/usr/rc b/etc/usr/rc index ec21d6e55..be366762c 100644 --- a/etc/usr/rc +++ b/etc/usr/rc @@ -72,13 +72,13 @@ start) # Start servers and drivers set at the boot monitor. echo -n "Starting services:" - up rtl8139 - up fxp - up dpeth - up inet - up is "arg is leuk" + up rtl8139 "" + up fxp "" + up dpeth "" + up inet "" + up is "" up printer "" /dev/lp - up floppy "" /dev/fd0 +# up floppy "" /dev/fd0 echo . # Network initialization.