1224115Sjchandra# XLPN32 -- Generic kernel configuration file for FreeBSD/mips
2224115Sjchandra#
3224115Sjchandra# For more information on this file, please read the handbook section on
4224115Sjchandra# Kernel Configuration Files:
5224115Sjchandra#
6224115Sjchandra#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7224115Sjchandra#
8224115Sjchandra# The handbook is also available locally in /usr/share/doc/handbook
9224115Sjchandra# if you've installed the doc distribution, otherwise always see the
10224115Sjchandra# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11224115Sjchandra# latest information.
12224115Sjchandra#
13224115Sjchandra# An exhaustive list of options and more detailed explanations of the
14224115Sjchandra# device lines is also present in the ../../conf/NOTES and NOTES files. 
15224115Sjchandra# If you are in doubt as to the purpose or necessity of a line, check first 
16224115Sjchandra# in NOTES.
17224115Sjchandra#
18224115Sjchandra# $FreeBSD$
19224115Sjchandra
20233644Sjmallettmachine 	mips mipsn32
21224115Sjchandraident           XLPN32
22224115Sjchandra
23224115Sjchandramakeoptions	ARCH_FLAGS="-march=mips64 -mabi=n32"
24224115Sjchandramakeoptions	KERNLOADADDR=0x80100000
25224115Sjchandra
26227663Sjchandrainclude		"std.XLP"
27227663Sjchandra
28228273Sjchandranooption 	DDB
29228273Sjchandranooption 	KDB
30228273Sjchandranooption 	GDB
31228273Sjchandranooption 	BREAK_TO_DEBUGGER
32228273Sjchandranooption 	ALT_BREAK_TO_DEBUGGER
33228273Sjchandra
34224115Sjchandramakeoptions	TRAMPLOADADDR=0xffffffff85000000
35224115Sjchandramakeoptions	TRAMP_ARCH_FLAGS="-mabi=64 -march=mips64"
36