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:
Jorrit Herder
2005-08-05 16:23:42 +00:00
parent 655d1e074f
commit 7de7ca978d
5 changed files with 32 additions and 10 deletions

4
etc/rc
View File

@@ -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 .

View File

@@ -102,7 +102,6 @@ start)
done
up inet ""
up printer "" /dev/lp
# up floppy "" /dev/fd0
echo .
# Network initialization.