mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add the MD_ROOT_SIZE option.
These files might need further work before producing a compilable kernel.
This commit is contained in:
parent
98f1f5f78e
commit
7a71790687
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71904
5 changed files with 11 additions and 6 deletions
|
@ -1,9 +1,10 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#Line starting with #PicoBSD contains PicoBSD build parameters
|
||||
#marker def_sz init MFS_inodes floppy_inodes
|
||||
#PicoBSD 2400 init 4096 32768
|
||||
|
||||
#marker def_sz init MFS_inodes floppy_inodes
|
||||
#PicoBSD 2200 init 4096 32768
|
||||
options MD_ROOT_SIZE=2200 # same as def_sz
|
||||
|
||||
#
|
||||
machine i386
|
||||
cpu I586_CPU
|
||||
|
|
|
@ -3,8 +3,9 @@
|
|||
#
|
||||
#Line starting with #PicoBSD contains PicoBSD build parameters
|
||||
#marker def_sz init MFS_inodes floppy_inodes
|
||||
#PicoBSD 2400 init 4096 4096
|
||||
|
||||
#PicoBSD 2200 init 4096 4096
|
||||
options MD_ROOT_SIZE=2200 # same as def_sz
|
||||
|
||||
machine "i386"
|
||||
#cpu "I386_CPU"
|
||||
#cpu "I486_CPU"
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
#
|
||||
# Line starting with #PicoBSD contains PicoBSD build parameters
|
||||
#marker def_sz init MFS_inodes floppy_inodes
|
||||
#PicoBSD 2400 init 4096 32768
|
||||
#PicoBSD 2200 init 4096 32768
|
||||
options MD_ROOT_SIZE=2200 # same as def_sz
|
||||
|
||||
machine i386
|
||||
cpu I386_CPU
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#Line starting with #PicoBSD contains PicoBSD build parameters
|
||||
#marker def_sz init MFS_inodes floppy_inodes
|
||||
#PicoBSD 2200 init 4096 32768
|
||||
options MD_ROOT_SIZE=2200 # same as def_sz
|
||||
|
||||
machine i386
|
||||
cpu I386_CPU
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#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
|
||||
|
||||
machine i386
|
||||
cpu I386_CPU
|
||||
|
|
Loading…
Reference in a new issue