]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - release/picobsd/qemu/PICOBSD
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / release / picobsd / qemu / PICOBSD
1 #
2 # $FreeBSD$
3 # A configuration file to run tests on qemu.
4 # We disable SMP because it does not work well with qemu, and set HZ=1000
5 # to avoid it being overridden.
6 #
7 # Line starting with #PicoBSD contains PicoBSD build parameters
8 #marker         def_sz  init    MFS_inodes      floppy_inodes
9 #PicoBSD        18000   init    8192            32768
10 options MD_ROOT_SIZE=18000      # same as def_sz
11
12 hints   "PICOBSD.hints"
13
14 # values accessible through getenv()
15 # env           "PICOBSD.env"
16
17 #cpu            I486_CPU
18 cpu             I586_CPU
19 cpu             I686_CPU
20 ident           PICOBSD
21
22 #options                SMP
23 #device apic
24
25 options         SCHED_4BSD              # mandatory to have one scheduler
26 #options        MATH_EMULATE            #Support for x87 emulation
27 options         INET                    #InterNETworking
28 #options        INET6
29 options         FFS                     #Berkeley Fast Filesystem
30 #options        BOOTP                   #Use BOOTP to obtain IP address/hostname
31 options         MD_ROOT                 #MD is a potential root device
32
33 #options        NFS                     #Network Filesystem
34 #options        NFS_ROOT                #NFS usable as root device, NFS required
35
36 #options        MSDOSFS                 #MSDOS Filesystem
37 #options        CD9660                  #ISO 9660 Filesystem
38 #options        CD9660_ROOT             #CD-ROM usable as root, CD9660 required
39 #options        DEVFS                   #Device Filesystem
40 #options        PROCFS                  #Process filesystem
41 options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
42
43 options         KDB
44 options         DDB
45
46 options         IPFIREWALL
47 options         IPFIREWALL_DEFAULT_TO_ACCEPT
48 options         IPDIVERT                # divert (for natd)
49
50 # Support for bridging and bandwidth limiting
51 options         DUMMYNET
52 device          if_bridge
53 # Running with less than 1000 seems to give poor timing on
54 # qemu, so we set HZ explicitly.
55 options         HZ=1000
56
57 device          random                  # used by ssh
58 device          pci
59
60 # Floppy drives
61 device          fdc
62
63 # ATA and ATAPI devices
64 #device         ata
65 #device         atadisk                 # ATA disk drives
66 #device         atapicd                 # ATAPI CDROM drives
67 #options                ATA_STATIC_ID           #Static device numbering
68
69 # atkbdc0 controls both the keyboard and the PS/2 mouse
70 device          atkbdc                  # At keyboard controller
71 device          atkbd
72 #device         psm                     # do we need the mouse ??
73
74 device          vga                     # VGA screen
75
76 # syscons is the default console driver, resembling an SCO console
77 device          sc
78
79 # Serial (COM) ports
80 device          uart
81
82 # Audio support
83 #device         pcm
84
85 # PCCARD (PCMCIA) support
86 #device         card            # pccard bus
87 #device         pcic            # PCMCIA bridge
88
89 # Parallel port
90 #device         ppc
91 #device         ppbus           # Parallel port bus (required)
92 #device         lpt             # Printer
93 #device         plip            # TCP/IP over parallel
94 #device         ppi             # Parallel port interface device
95
96 #
97 # The following Ethernet NICs are all PCI devices.
98 #
99 device  miibus 
100 device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)
101 device          nfe             # nVidia nForce MCP on-board Ethernet
102 #device         xl              # 3Com
103 device          rl              # RealTek 8129/8139
104 device          re              # RealTek 8139C+/8169/8169S/8110S
105 device          sis             # National/SiS
106 device          dc              # DEC/Intel 21143 and various workalikes
107 device          ed
108
109 device          loop            # Network loopback
110 device          ether           # Ethernet support
111 device          tun             # Packet tunnel.
112 device          pty             # Pseudo-ttys (telnet etc)
113 device          md              # Memory "disks"
114 #device         gif     4       # IPv6 and IPv4 tunneling
115 #device         faith   1       # IPv6-to-IPv4 relaying (translation)
116 device          tap
117
118 #options               DEVICE_POLLING
119
120 # The `bpf' device enables the Berkeley Packet Filter.
121 # Be aware of the administrative consequences of enabling this!
122 device          bpf             # Berkeley packet filter