Deleted Added
full compact
PICOBSD (173597) PICOBSD (188834)
1#
1#
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 173597 2007-11-14 05:42:54Z luigi $
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 188834 2009-02-19 23:29:05Z luigi $
3#
4# Line starting with #PicoBSD contains PicoBSD build parameters
5#marker def_sz init MFS_inodes floppy_inodes
6#PicoBSD 3200 init 8192 32768
7options MD_ROOT_SIZE=3200 # same as def_sz
8
9hints "PICOBSD.hints"
3#
4# Line starting with #PicoBSD contains PicoBSD build parameters
5#marker def_sz init MFS_inodes floppy_inodes
6#PicoBSD 3200 init 8192 32768
7options MD_ROOT_SIZE=3200 # same as def_sz
8
9hints "PICOBSD.hints"
10
11# values accessible through getenv()
12# env "PICOBSD.env"
13
10cpu I486_CPU
11cpu I586_CPU
12cpu I686_CPU
13ident PICOBSD
14
15options SCHED_4BSD # mandatory to have one scheduler
16#options MATH_EMULATE #Support for x87 emulation
17options INET #InterNETworking

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

63# syscons is the default console driver, resembling an SCO console
64
65device sc
66
67# Floating point support - do not disable.
68device npx
69
70# Serial (COM) ports
14cpu I486_CPU
15cpu I586_CPU
16cpu I686_CPU
17ident PICOBSD
18
19options SCHED_4BSD # mandatory to have one scheduler
20#options MATH_EMULATE #Support for x87 emulation
21options INET #InterNETworking

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

67# syscons is the default console driver, resembling an SCO console
68
69device sc
70
71# Floating point support - do not disable.
72device npx
73
74# Serial (COM) ports
71device sio
75device uart
72
73# Audio support
74#device pcm
75
76# PCCARD (PCMCIA) support
77#device card # pccard bus
78#device pcic # PCMCIA bridge
79

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

102device loop # Network loopback
103device ether # Ethernet support
104device tun # Packet tunnel.
105#device vn #Vnode driver (turns a file into a device)
106device pty # Pseudo-ttys (telnet etc)
107device md # Memory "disks"
108#device gif 4 # IPv6 and IPv4 tunneling
109#device faith 1 # IPv6-to-IPv4 relaying (translation)
76
77# Audio support
78#device pcm
79
80# PCCARD (PCMCIA) support
81#device card # pccard bus
82#device pcic # PCMCIA bridge
83

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

106device loop # Network loopback
107device ether # Ethernet support
108device tun # Packet tunnel.
109#device vn #Vnode driver (turns a file into a device)
110device pty # Pseudo-ttys (telnet etc)
111device md # Memory "disks"
112#device gif 4 # IPv6 and IPv4 tunneling
113#device faith 1 # IPv6-to-IPv4 relaying (translation)
110#device tap
114device tap
111
115
112options DEVICE_POLLING
116#options DEVICE_POLLING
113
114# The `bpf' device enables the Berkeley Packet Filter.
115# Be aware of the administrative consequences of enabling this!
117
118# The `bpf' device enables the Berkeley Packet Filter.
119# Be aware of the administrative consequences of enabling this!
116#device bpf # Berkeley packet filter
120device bpf # Berkeley packet filter