* Add this nice filesystem testing tool that I've recently
[dragonfly.git] / release / picobsd / bridge / PICOBSD
1 #
2 # $FreeBSD: src/release/picobsd/bridge/PICOBSD,v 1.1.4.7 2002/08/24 03:58:21 luigi Exp $
3 # $DragonFly: src/release/picobsd/bridge/Attic/PICOBSD,v 1.2 2003/06/17 04:27:20 dillon Exp $
4 #
5 # Line starting with #PicoBSD contains PicoBSD build parameters
6 #marker         def_sz  init    MFS_inodes      floppy_inodes
7 #PicoBSD        2400    init    8192            32768
8 options MD_ROOT_SIZE=2400      # same as def_sz
9
10 # next to each option there is the approx. space used in the
11 # picobsd image.
12
13 machine         i386
14 cpu             I386_CPU
15 cpu             I486_CPU
16 cpu             I586_CPU
17 cpu             I686_CPU
18 ident           PICOBSD
19 maxusers        20
20
21 options         INET                    #InterNETworking
22 options         FFS                     #Berkeley Fast Filesystem
23 options         FFS_ROOT                #FFS usable as root device [keep this!]
24 #options                BOOTP
25 options         MFS                     #Memory Filesystem
26 options         MD_ROOT         #MFS as root
27 options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
28
29 #options        MSDOSFS         #MSDOS Filesystem
30 #options        CD9660          #ISO 9660 Filesystem, 12KB
31 #options        PROCFS          #Process filesystem, 4KB
32 #options        USERCONFIG              #boot -c editor, 4KB
33 #options        INTRO_USERCONFIG        #imply -c and parse info area
34 #options        VISUAL_USERCONFIG       #visual boot -c editor
35
36 options         IPFIREWALL
37 options         IPFIREWALL_DEFAULT_TO_ACCEPT
38 options         IPFW2
39 options         IPDIVERT # divert (for natd, 4KB)
40 #options        DEVFS
41 options         PCI_QUIET
42 # Support for bridging and bandwidth limiting
43 options DUMMYNET
44 options BRIDGE
45 options HZ=1000
46 options NMBCLUSTERS=4096
47
48 #config         kernel  root on fd0a
49
50 device  isa0
51 device  pci0
52
53 device          fdc0    at isa? port IO_FD1 irq 6 drq 2
54 device          fd0     at fdc0 drive 0
55
56 #device ata0    at isa? port IO_WD1 irq 14
57 #device ata1    at isa? port IO_WD2 irq 15
58 #device ata
59 #device atadisk
60 #device atapicd # 8KB
61
62 # atkbdc0 controls both the keyboard and the PS/2 mouse
63 device  atkbdc0 at isa? port IO_KBD
64 device          atkbd0  at atkbdc? irq 1
65 #device          psm0    at atkbdc? irq 12 # 8KB
66
67 device          vga0    at isa?
68
69 # syscons is the default console driver, resembling an SCO console
70 device          sc0     at isa?
71
72 device          npx0    at nexus? port IO_NPX irq 13
73
74 device          sio0    at isa? port IO_COM1 flags 0x10 irq 4
75 device          sio1    at isa? port IO_COM2 irq 3
76
77 # device ppc0   at isa? port? flags 0x40 irq 7
78 # device        ppbus0
79 # device                nlpt0   at ppbus?
80 # device                plip0   at ppbus?
81 # device                ppi0    at ppbus?
82
83 #
84 # The following Ethernet NICs are all PCI devices.
85 #
86 device  miibus 
87 #device de0              # DEC/Intel DC21x4x (``Tulip'')
88 device  fxp             # Intel, 4KB
89 #device xl              # 3Com
90 #device ep0
91 device rl               # Realtek 8139, 4KB
92 device dc               # New Dec/Intel DC21x4x, 8KB
93 #device lnc
94 device sis              # National
95
96 device ed0 at isa? port 0x280 irq 5 iomem 0xd8000
97 device ed1 at isa? port 0x300 irq 5 iomem 0xd0000
98
99 pseudo-device   loop
100 pseudo-device   ether
101 pseudo-device   tun     2       # 4KB, for ppp
102 #pseudo-device  vn
103 pseudo-device   pty     16
104 pseudo-device   md              # memory disk
105
106 #options        MATH_EMULATE            #Support for x87 emulation, 4KB
107 pseudo-device   bpf 4   # 4KB, for tcpdump
108 #options        NFS                     #Network Filesystem
109 #options        NFS_NOSERVER            #Network Filesystem
110 options         DDB
111 options         DEVICE_POLLING