Security check on physical address to be < 16 MB (ISA DMA uses 24-bit
addressing, which can address 16 MB max). Floppy driver now dynamically loaded.
This commit is contained in:
4
etc/rc
4
etc/rc
@@ -51,8 +51,10 @@ start)
|
||||
# National keyboard?
|
||||
test -f /etc/keymap && loadkeys /etc/keymap
|
||||
|
||||
# Start crucial system services
|
||||
# Start crucial system services. The floppy driver *must* be loaded
|
||||
# first, as it needs memory below 16MB in order to do ISA DMA.
|
||||
echo -n "Starting services:"
|
||||
up floppy "" /dev/fd0
|
||||
up is ""
|
||||
up cmos "" /dev/cmos
|
||||
echo .
|
||||
|
||||
@@ -102,7 +102,6 @@ start)
|
||||
done
|
||||
up inet ""
|
||||
up printer "" /dev/lp
|
||||
# up floppy "" /dev/fd0
|
||||
echo .
|
||||
|
||||
# Network initialization.
|
||||
|
||||
Reference in New Issue
Block a user