. no more HZ, but use sys_hz() to get that value

. memory maps in physical memory (for /dev/mem) with new vm interface
 . pci complete_bars() seems to be buggy behaviour sometimes
 . startup script opens its own stdout, stderr and stdin so init doesn't
   have to do it
This commit is contained in:
Ben Gras
2008-12-11 14:42:23 +00:00
parent 6cfe4bdd2d
commit 1d8aed840c
13 changed files with 79 additions and 36 deletions

View File

@@ -1,5 +1,10 @@
#!/bin/sh
set -e
exec >/dev/log
exec 2>/dev/log
exec </dev/null
/bin/service up /bin/pci -config /etc/drivers.conf
/bin/service -c up /bin/floppy -config /etc/drivers.conf -dev /dev/fd0
if [ X`/bin/sysenv bios_wini` = Xyes ]