Deleted Added
full compact
std.SWARM (221071) std.SWARM (221753)
1#
1#
2# $FreeBSD: head/sys/mips/conf/std.SWARM 221071 2011-04-26 17:01:49Z mav $
2# $FreeBSD: head/sys/mips/conf/std.SWARM 221753 2011-05-11 00:52:41Z gonzo $
3#
4
5hints "SWARM.hints"
6include "../sibyte/std.sibyte"
7
8options CFE
9options CFE_CONSOLE
10options CFE_ENV

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

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
3#
4
5hints "SWARM.hints"
6include "../sibyte/std.sibyte"
7
8options CFE
9options CFE_CONSOLE
10options CFE_ENV

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

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
23options NFSCL #Network Filesystem Client
24options NFS_ROOT #NFS usable as /, requires NFSCL
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

--- 29 unchanged lines hidden ---
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

--- 29 unchanged lines hidden ---