Deleted Added
full compact
PICOBSD (200300) PICOBSD (201034)
1#
1#
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 200300 2009-12-09 17:42:14Z luigi $
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 201034 2009-12-27 01:19:55Z 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

--- 30 unchanged lines hidden (view full) ---

41
42options IPFIREWALL
43options IPFIREWALL_DEFAULT_TO_ACCEPT
44options IPDIVERT # divert (for natd)
45
46# Support for bridging and bandwidth limiting
47options DUMMYNET
48device if_bridge
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

--- 30 unchanged lines hidden (view full) ---

41
42options IPFIREWALL
43options IPFIREWALL_DEFAULT_TO_ACCEPT
44options IPDIVERT # divert (for natd)
45
46# Support for bridging and bandwidth limiting
47options DUMMYNET
48device if_bridge
49#options HZ=1000
49# Running with less than 1000 seems to give poor timing on
50# qemu, so we set HZ explicitly.
51options HZ=1000
50
51device random # used by ssh
52device pci
53
54# Floppy drives
55device fdc
56
57# ATA and ATAPI devices

--- 60 unchanged lines hidden ---
52
53device random # used by ssh
54device pci
55
56# Floppy drives
57device fdc
58
59# ATA and ATAPI devices

--- 60 unchanged lines hidden ---