Make this compile again (increase MFS size, remove invalid option).
Reported-by: Bruce Montague
This commit is contained in:
parent
183ccde6c6
commit
1fe994e78b
@ -3,8 +3,8 @@
|
||||
#
|
||||
#Line starting with #PicoBSD contains PicoBSD build parameters
|
||||
#marker def_sz init MFS_inodes floppy_inodes
|
||||
#PicoBSD 820 oinit 3072 32768
|
||||
options MD_ROOT_SIZE=820 # same as def_sz
|
||||
#PicoBSD 2000 oinit 3072 32768
|
||||
options MD_ROOT_SIZE=2000 # same as def_sz
|
||||
|
||||
hints "PICOBSD.hints"
|
||||
machine i386
|
||||
@ -13,7 +13,7 @@ cpu I486_CPU
|
||||
cpu I586_CPU
|
||||
cpu I686_CPU
|
||||
ident PICOBSD
|
||||
maxusers 10
|
||||
#maxusers 10
|
||||
|
||||
#options MATH_EMULATE #Support for x87 emulation
|
||||
options INET #InterNETworking
|
||||
@ -27,7 +27,6 @@ options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
||||
options IPFIREWALL
|
||||
options IPFIREWALL_DEFAULT_TO_ACCEPT
|
||||
options IPDIVERT
|
||||
options PCI_QUIET
|
||||
#options DEVFS
|
||||
options NO_SWAPPING
|
||||
# Support for bridging and bandwidth limiting
|
||||
@ -54,7 +53,8 @@ device sio
|
||||
|
||||
# The following Ethernet NICs are all PCI devices.
|
||||
#
|
||||
device de
|
||||
device miibus
|
||||
device dc
|
||||
device fxp
|
||||
|
||||
# Order is important here due to intrusive probes, do *not* alphabetize
|
||||
|
Loading…
x
Reference in New Issue
Block a user