Deleted Added
full compact
std.SWARM (215068) std.SWARM (215270)
1#
1#
2# $FreeBSD: head/sys/mips/conf/std.SWARM 215068 2010-11-10 00:28:20Z imp $
2# $FreeBSD: head/sys/mips/conf/std.SWARM 215270 2010-11-13 22:34:12Z imp $
3#
4
3#
4
5files "../sibyte/files.sibyte"
6hints "SWARM.hints"
5hints "SWARM.hints"
6include "../sibyte/std.sibyte"
7
8options CFE
9options CFE_CONSOLE
10options CFE_ENV
11options ALT_BREAK_TO_DEBUGGER
12
13cpu CPU_SB1
14
15makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
16makeoptions MODULES_OVERRIDE=""
17
18options DDB
19options KDB
20
21options SCHED_4BSD #4BSD scheduler
22options INET #InterNETworking
23options NFSCLIENT #Network Filesystem Client
24options NFS_ROOT #NFS usable as /, requires NFSCLIENT
25options PSEUDOFS #Pseudo-filesystem framework
26options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
27
28# Debugging for use in -current
29#options DEADLKRES
30options INVARIANTS
31options INVARIANT_SUPPORT
32options WITNESS
33
34options FFS #Fast filesystem
35
36options KTRACE
37
38device pci
39device miibus
40device bge
41device loop
42device ether
43device md
44device random
45
46options USB_DEBUG
47device usb
48device ohci
49device uhci
50device ehci
51
52device umass
53
54device scbus
55device da
56
57device ata
58device atadisk
59device atapicd
60options ATA_STATIC_ID
7
8options CFE
9options CFE_CONSOLE
10options CFE_ENV
11options ALT_BREAK_TO_DEBUGGER
12
13cpu CPU_SB1
14
15makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
16makeoptions MODULES_OVERRIDE=""
17
18options DDB
19options KDB
20
21options SCHED_4BSD #4BSD scheduler
22options INET #InterNETworking
23options NFSCLIENT #Network Filesystem Client
24options NFS_ROOT #NFS usable as /, requires NFSCLIENT
25options PSEUDOFS #Pseudo-filesystem framework
26options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
27
28# Debugging for use in -current
29#options DEADLKRES
30options INVARIANTS
31options INVARIANT_SUPPORT
32options WITNESS
33
34options FFS #Fast filesystem
35
36options KTRACE
37
38device pci
39device miibus
40device bge
41device loop
42device ether
43device md
44device random
45
46options USB_DEBUG
47device usb
48device ohci
49device uhci
50device ehci
51
52device umass
53
54device scbus
55device da
56
57device ata
58device atadisk
59device atapicd
60options ATA_STATIC_ID