Reduce differences between our VKERNEL and VKERNEL64 configurations.
[dragonfly.git] / sys / config / VKERNEL
... / ...
CommitLineData
1# VKERNEL - configuration for a virtual kernel
2
3platform vkernel # platform architecture (i386, vkernel, etc)
4machine i386
5machine_arch i386 # cpu architecture (i386, etc)
6ident VKERNEL
7maxusers 0
8
9makeoptions DEBUG=-g
10
11cpu I586_CPU
12cpu I686_CPU
13
14options DEBUG_PCTRACK
15
16##options KTR
17##options KTR_SPIN_CONTENTION
18#options DEBUG_CRIT_SECTIONS
19
20options QUOTA
21options DUMMYNET
22options IPFIREWALL #firewall
23options IPFIREWALL_FORWARD #enable transparent proxy support
24options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default
25
26# ALTQ
27options ALTQ #alternate queueing
28options ALTQ_CBQ #class based queueing
29options ALTQ_RED #random early detection
30options ALTQ_RIO #triple red for diffserv (needs RED)
31options ALTQ_HFSC #hierarchical fair service curve
32options ALTQ_PRIQ #priority queue
33options ALTQ_FAIRQ #fair queue
34#options ALTQ_NOPCC #don't use processor cycle counter
35options ALTQ_DEBUG #for debugging
36
37options IPSEC #IP security
38options IPSEC_ESP #IP security (crypto; define w/ IPSEC)
39options IPSEC_DEBUG #debug for IP security
40
41options HAMMER
42options NULLFS #NULL filesystem
43options EXT2FS
44options INET #InterNETworking
45options INET6 #IPv6 communications protocols
46options FFS #Berkeley Fast Filesystem
47options FFS_ROOT #FFS usable as root device [keep this!]
48options SOFTUPDATES #Enable FFS soft updates support
49options UFS_DIRHASH #Improve performance on big directories
50options MFS #Memory Filesystem
51options TMPFS #Temporary Filesystem
52options MD_ROOT #MD is a potential root device
53options NFS #Network Filesystem
54options NFS_ROOT #NFS usable as root device, NFS required
55options MSDOSFS #MSDOS Filesystem
56options CD9660 #ISO 9660 Filesystem
57options PROCFS #Process filesystem
58#options COMPAT_43 #Compatible with BSD 4.3
59#options COMPAT_DF12 #Compatible with DragonFly 1.2 and earlier
60options DEVICE_POLLING # Support mixed interrupt-polling
61 # handling of network device drivers
62options UCONSOLE #Allow users to grab the console
63options KTRACE #ktrace(1) support
64options SYSVSHM #SYSV-style shared memory
65options SYSVMSG #SYSV-style message queues
66options SYSVSEM #SYSV-style semaphores
67options P1003_1B #Posix P1003_1B real-time extensions
68options _KPOSIX_PRIORITY_SCHEDULING
69options ICMP_BANDLIM #Rate limit bad replies
70
71options SMP # Symmetric MultiProcessor Kernel
72
73# Debugging for Development
74options DDB
75options DDB_TRACE
76options INVARIANTS
77
78#options CARP
79
80# Floating point support - do not disable.
81device npx0 at nexus?
82
83# Pseudo devices - the number indicates how many units to allocate.
84pseudo-device loop # Network loopback
85pseudo-device ether # Ethernet support
86pseudo-device sl 1 # Kernel SLIP
87pseudo-device ppp 1 # Kernel PPP
88pseudo-device tun # Packet tunnel.
89pseudo-device pty # Pseudo-ttys (telnet etc)
90pseudo-device md # Memory "disks"
91pseudo-device gif # IPv6 and IPv4 tunneling
92pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation)
93
94#pseudo-device carp
95
96# SCSI peripherals
97device scbus # SCSI bus (required)
98device da # Direct Access (disks)
99device sa # Sequential Access (tape etc)
100device cd # CD
101device pass # Passthrough device (direct SCSI access)
102
103# The `bpf' pseudo-device enables the Berkeley Packet Filter.
104# Be aware of the administrative consequences of enabling this!
105pseudo-device bpf #Berkeley packet filter
106
107# VIRTUAL DEVICES
108#
109device vn
110device vkd
111device vke
112
113device vcd