Remove support of I386_CPU in -current.

Make sure hints are statically compiled into the kernel,
because the bootloader is not available in picobsd and so the
hints file cannot be found at run time.

(This is kind of inconvenient if you have to handle non PnP devices,
but fortunately these days non-PnP ISA cards are disappearing...)
This commit is contained in:
Luigi Rizzo 2001-06-21 08:56:59 +00:00
parent a177be2c24
commit 2dc4c9a2f2
6 changed files with 9 additions and 3 deletions

View File

@ -6,6 +6,7 @@
#PicoBSD 2200 init 8192 32768
options MD_ROOT_SIZE=2200 # same as def_sz
hints "PICOBSD.hints"
machine i386
#cpu I386_CPU # we do not want this on current...
cpu I486_CPU

View File

@ -5,6 +5,7 @@
#PicoBSD 2200 init 4096 32768
options MD_ROOT_SIZE=2200 # same as def_sz
hints "PICOBSD.hints"
#
machine i386
cpu I586_CPU

View File

@ -6,6 +6,7 @@
#PicoBSD 2200 init 4096 4096
options MD_ROOT_SIZE=2200 # same as def_sz
hints "PICOBSD.hints"
machine "i386"
#cpu "I386_CPU"
#cpu "I486_CPU"

View File

@ -6,8 +6,9 @@
#PicoBSD 2200 init 4096 32768
options MD_ROOT_SIZE=2200 # same as def_sz
hints "PICOBSD.hints"
machine i386
cpu I386_CPU
#cpu I386_CPU
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU

View File

@ -6,8 +6,9 @@
#PicoBSD 2200 init 4096 32768
options MD_ROOT_SIZE=2200 # same as def_sz
hints "PICOBSD.hints"
machine i386
cpu I386_CPU
#cpu I386_CPU
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU

View File

@ -6,8 +6,9 @@
#PicoBSD 820 oinit 3072 32768
options MD_ROOT_SIZE=820 # same as def_sz
hints "PICOBSD.hints"
machine i386
cpu I386_CPU
#cpu I386_CPU
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU