]> Zhao Yanbai Git Server - minix.git/commitdiff
Temporarily disabled FLOPPY to prevent mayhem due to ISA DMA below 16 MB.
authorJorrit Herder <jnherder@minix3.org>
Tue, 2 Aug 2005 16:05:01 +0000 (16:05 +0000)
committerJorrit Herder <jnherder@minix3.org>
Tue, 2 Aug 2005 16:05:01 +0000 (16:05 +0000)
etc/usr/rc

index ec21d6e55b8e7a7c3d118d01ed02799124529950..be366762cc8658c39f0ccea0c6d25742444fc1c3 100644 (file)
@@ -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.