Deleted Added
full compact
IDT (220185) IDT (221753)
1# $FreeBSD: head/sys/mips/conf/IDT 220185 2011-03-31 08:07:13Z adrian $
1# $FreeBSD: head/sys/mips/conf/IDT 221753 2011-05-11 00:52:41Z gonzo $
2
3cpu CPU_MIPS4KC
4ident RB532
5
6# Don't build any modules yet.
7makeoptions MODULES_OVERRIDE=""
8
9include "../idt/std.idt"
10hints "IDT.hints" #Default places to look for devices.
11
12makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
13
14options DDB
15options KDB
16
17options SCHED_4BSD #4BSD scheduler
18options INET #InterNETworking
2
3cpu CPU_MIPS4KC
4ident RB532
5
6# Don't build any modules yet.
7makeoptions MODULES_OVERRIDE=""
8
9include "../idt/std.idt"
10hints "IDT.hints" #Default places to look for devices.
11
12makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
13
14options DDB
15options KDB
16
17options SCHED_4BSD #4BSD scheduler
18options INET #InterNETworking
19options NFSCLIENT #Network Filesystem Client
20options NFS_ROOT #NFS usable as /, requires NFSCLIENT
19options NFSCL #Network Filesystem Client
20options NFS_ROOT #NFS usable as /, requires NFSCL
21options PSEUDOFS #Pseudo-filesystem framework
22
23options BOOTP
24options BOOTP_NFSROOT
25options BOOTP_NFSV3
26options BOOTP_WIRED_TO=kr0
27options BOOTP_COMPAT
28

--- 26 unchanged lines hidden ---
21options PSEUDOFS #Pseudo-filesystem framework
22
23options BOOTP
24options BOOTP_NFSROOT
25options BOOTP_NFSV3
26options BOOTP_WIRED_TO=kr0
27options BOOTP_COMPAT
28

--- 26 unchanged lines hidden ---