Deleted Added
full compact
SWARM (206712) SWARM (206718)
1#
1#
2# $FreeBSD: head/sys/mips/conf/SWARM 206712 2010-04-16 23:42:19Z jmallett $
2# $FreeBSD: head/sys/mips/conf/SWARM 206718 2010-04-17 01:49:50Z jmallett $
3#
4
5ident SWARM
6options CPU_SB1
7
8files "../sibyte/files.sibyte"
9hints "SWARM.hints"
10
11#
12# 32-bit kernel cannot deal with physical memory beyond 4GB
13# XXX pmap assumes that all the memory can be mapped using KSEG0
14#
15options MAXMEM=512*1024
16
17options CFE
18options CFE_CONSOLE
19options CFE_ENV
20options ALT_BREAK_TO_DEBUGGER
21
3#
4
5ident SWARM
6options CPU_SB1
7
8files "../sibyte/files.sibyte"
9hints "SWARM.hints"
10
11#
12# 32-bit kernel cannot deal with physical memory beyond 4GB
13# XXX pmap assumes that all the memory can be mapped using KSEG0
14#
15options MAXMEM=512*1024
16
17options CFE
18options CFE_CONSOLE
19options CFE_ENV
20options ALT_BREAK_TO_DEBUGGER
21
22# Don't build any modules yet.
23makeoptions MODULES_OVERRIDE=""
24makeoptions TARGET_BIG_ENDIAN=defined
25makeoptions LDSCRIPT_NAME= ldscript.mips.cfe
26
22makeoptions LDSCRIPT_NAME= ldscript.mips.cfe
23
27makeoptions KERNLOADADDR=0x81000000
28
29#cpu CPU_MIPS64
30#options ISA_MIPS64
31#makeoptions ARCH_FLAGS="-march=mips64 -mgp64 -mabi=o64"
32cpu CPU_MIPS32
33options ISA_MIPS32
34makeoptions ARCH_FLAGS="-march=mips32"
35
36makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols

--- 45 unchanged lines hidden ---
24#cpu CPU_MIPS64
25#options ISA_MIPS64
26#makeoptions ARCH_FLAGS="-march=mips64 -mgp64 -mabi=o64"
27cpu CPU_MIPS32
28options ISA_MIPS32
29makeoptions ARCH_FLAGS="-march=mips32"
30
31makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols

--- 45 unchanged lines hidden ---