1224115Sjchandra# XLP64 -- 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 mips64
21224115Sjchandraident           XLP64
22224115Sjchandra
23225394Sjchandramakeoptions	ARCH_FLAGS="-march=mips64r2 -mabi=64"
24224115Sjchandramakeoptions	KERNLOADADDR=0xffffffff80100000
25224115Sjchandra
26227663Sjchandrainclude		"std.XLP"
27224115Sjchandra
28224115Sjchandramakeoptions	TRAMPLOADADDR=0xffffffff85000000
29224115Sjchandramakeoptions	TRAMP_ARCH_FLAGS="-mabi=64 -march=mips64"
30