Deleted Added
full compact
PICOBSD (70270) PICOBSD (70314)
1#
1#
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 70270 2000-12-22 14:32:34Z joe $
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 70314 2000-12-23 19:27:42Z joe $
3#
4# Line starting with #PicoBSD contains PicoBSD build parameters
5#marker def_sz init MFS_inodes floppy_inodes
6#PicoBSD 2400 init 4096 32768
7
8machine i386
9cpu I386_CPU
10cpu I486_CPU
11cpu I586_CPU
12cpu I686_CPU
13ident PICOBSD
14maxusers 20
15
3#
4# Line starting with #PicoBSD contains PicoBSD build parameters
5#marker def_sz init MFS_inodes floppy_inodes
6#PicoBSD 2400 init 4096 32768
7
8machine i386
9cpu I386_CPU
10cpu I486_CPU
11cpu I586_CPU
12cpu I686_CPU
13ident PICOBSD
14maxusers 20
15
16options MATH_EMULATE #Support for x87 emulation
17options INET #InterNETworking
18options FFS #Berkeley Fast Filesystem
19options FFS_ROOT #FFS usable as root device [keep this!]
16options INET #InterNETworking
17options FFS #Berkeley Fast Filesystem
18options FFS_ROOT #FFS usable as root device [keep this!]
19#options BOOTP #Use BOOTP to obtain IP address/hostname
20options MFS #Memory Filesystem
20options MFS #Memory Filesystem
21#options DEVFS #Device Filesystem
22options MD_ROOT #MD is a potential root device
21options MD_ROOT #MD is a potential root device
23#options NFS #Network Filesystem
24#options NFS_ROOT #NFS usable as root device, NFS required
25options NFS_NOSERVER #Disable the NFS-server code.
26#options BOOTP #Use BOOTP to obtain IP address/hostname
27options MSDOSFS #MSDOS Filesystem
28#options CD9660 #ISO 9660 Filesystem
29#options CD9660_ROOT #CD-ROM usable as root, CD9660 required
30options PROCFS #Process filesystem
31options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
22options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
32#options UCONSOLE #Allow users to grab the console
33options USERCONFIG #boot -c editor
34#options INTRO_USERCONFIG #imply -c and parse info area
35
23
36options VISUAL_USERCONFIG #visual boot -c editor
37#options KTRACE #ktrace(1) support
38#options SYSVSHM #SYSV-style shared memory
39#options SYSVMSG #SYSV-style message queues
40#options SYSVSEM #SYSV-style semaphores
41#options P1003_1B #Posix P1003_1B real-time extensions
42#options _KPOSIX_PRIORITY_SCHEDULING
43#options KBD_INSTALL_CDEV # install a CDEV entry in /dev
24#options MSDOSFS #MSDOS Filesystem
25#options CD9660 #ISO 9660 Filesystem
26#options PROCFS #Process filesystem
27#options USERCONFIG #boot -c editor
28#options INTRO_USERCONFIG #imply -c and parse info area
29#options VISUAL_USERCONFIG #visual boot -c editor
30
44options IPFIREWALL
45options IPFIREWALL_DEFAULT_TO_ACCEPT
31options IPFIREWALL
32options IPFIREWALL_DEFAULT_TO_ACCEPT
46options IPDIVERT
33#options IPDIVERT # divert (for natd)
34#options DEVFS #Device Filesystem
47options PCI_QUIET #quiets PCI code on chipset settings
48
49# Support for bridging and bandwidth limiting
50options DUMMYNET
51options BRIDGE
52options HZ=1000
53options NMBCLUSTERS=4096
54
55device isa
56device pci
57options COMPAT_OLDISA # compatability shims for lnc, le
58
59# Floppy drives
60device fdc
61
62# ATA and ATAPI devices
35options PCI_QUIET #quiets PCI code on chipset settings
36
37# Support for bridging and bandwidth limiting
38options DUMMYNET
39options BRIDGE
40options HZ=1000
41options NMBCLUSTERS=4096
42
43device isa
44device pci
45options COMPAT_OLDISA # compatability shims for lnc, le
46
47# Floppy drives
48device fdc
49
50# ATA and ATAPI devices
63device ata
64device atadisk # ATA disk drives
51#device ata
52#device atadisk # ATA disk drives
65#device atapicd # ATAPI CDROM drives
66
53#device atapicd # ATAPI CDROM drives
54
67
68# atkbdc0 controls both the keyboard and the PS/2 mouse
69device atkbdc 1
70device atkbd
55# atkbdc0 controls both the keyboard and the PS/2 mouse
56device atkbdc 1
57device atkbd
71device psm
58#device psm
72
73device vga
74
75# syscons is the default console driver, resembling an SCO console
76device sc 1
77
78# Floating point support - do not disable.
79device npx

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

89#device ppi # Parallel port interface device
90
91#
92# The following Ethernet NICs are all PCI devices.
93#
94device miibus
95#device de # DEC/Intel DC21x4x (``Tulip'')
96device fxp # Intel EtherExpress PRO/100B (82557, 82558)
59
60device vga
61
62# syscons is the default console driver, resembling an SCO console
63device sc 1
64
65# Floating point support - do not disable.
66device npx

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

76#device ppi # Parallel port interface device
77
78#
79# The following Ethernet NICs are all PCI devices.
80#
81device miibus
82#device de # DEC/Intel DC21x4x (``Tulip'')
83device fxp # Intel EtherExpress PRO/100B (82557, 82558)
97device rl # RealTek 8129/8139
98device dc # DEC/Intel 21143 and various workalikes
84device xl0 # 3Com
85#device rl # RealTek 8129/8139
86#device dc # DEC/Intel 21143 and various workalikes
99device ed
100
101device loop # Network loopback
102device ether # Ethernet support
103device tun # Packet tunnel.
87device ed
88
89device loop # Network loopback
90device ether # Ethernet support
91device tun # Packet tunnel.
104device vn #Vnode driver (turns a file into a device)
92#device vn #Vnode driver (turns a file into a device)
105device pty # Pseudo-ttys (telnet etc)
106device md # Memory "disks"
107
108# The `bpf' device enables the Berkeley Packet Filter.
109# Be aware of the administrative consequences of enabling this!
93device pty # Pseudo-ttys (telnet etc)
94device md # Memory "disks"
95
96# The `bpf' device enables the Berkeley Packet Filter.
97# Be aware of the administrative consequences of enabling this!
110device bpf # Berkeley packet filter
98#device bpf # Berkeley packet filter