Deleted Added
sdiff udiff text old ( 206712 ) new ( 206718 )
full compact
1#
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
22makeoptions LDSCRIPT_NAME= ldscript.mips.cfe
23
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 ---