Deleted Added
full compact
PICOBSD (190760) PICOBSD (199040)
1#
1#
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 190760 2009-04-06 11:08:33Z luigi $
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 199040 2009-11-08 08:59:40Z luigi $
3#
4# Line starting with #PicoBSD contains PicoBSD build parameters
5#marker def_sz init MFS_inodes floppy_inodes
6#PicoBSD 8000 init 8192 32768
7options MD_ROOT_SIZE=8000 # same as def_sz
8
9hints "PICOBSD.hints"
10
11# values accessible through getenv()
12# env "PICOBSD.env"
13
3#
4# Line starting with #PicoBSD contains PicoBSD build parameters
5#marker def_sz init MFS_inodes floppy_inodes
6#PicoBSD 8000 init 8192 32768
7options MD_ROOT_SIZE=8000 # same as def_sz
8
9hints "PICOBSD.hints"
10
11# values accessible through getenv()
12# env "PICOBSD.env"
13
14cpu I486_CPU
14#cpu I486_CPU
15cpu I586_CPU
16cpu I686_CPU
17ident PICOBSD
18
15cpu I586_CPU
16cpu I686_CPU
17ident PICOBSD
18
19options SMP
20device apic
21
19options SCHED_4BSD # mandatory to have one scheduler
20#options MATH_EMULATE #Support for x87 emulation
21options INET #InterNETworking
22#options INET6
23options FFS #Berkeley Fast Filesystem
24#options BOOTP #Use BOOTP to obtain IP address/hostname
25options MD_ROOT #MD is a potential root device
26

--- 88 unchanged lines hidden ---
22options SCHED_4BSD # mandatory to have one scheduler
23#options MATH_EMULATE #Support for x87 emulation
24options INET #InterNETworking
25#options INET6
26options FFS #Berkeley Fast Filesystem
27#options BOOTP #Use BOOTP to obtain IP address/hostname
28options MD_ROOT #MD is a potential root device
29

--- 88 unchanged lines hidden ---