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:
parent
a177be2c24
commit
2dc4c9a2f2
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user