XLP64 revision 227663
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: head/sys/mips/conf/XLP64 227663 2011-11-18 11:18:59Z jchandra $
19224115Sjchandra
20224115Sjchandramachine 	mips mips64eb
21224115Sjchandraident           XLP64
22224115Sjchandra
23224115Sjchandraoptions 	ISA_MIPS64
24225394Sjchandramakeoptions	ARCH_FLAGS="-march=mips64r2 -mabi=64"
25224115Sjchandramakeoptions	KERNLOADADDR=0xffffffff80100000
26224115Sjchandra
27227663Sjchandrainclude		"std.XLP"
28224115Sjchandra
29224115Sjchandramakeoptions	TRAMPLOADADDR=0xffffffff85000000
30224115Sjchandramakeoptions	TRAMP_ARCH_FLAGS="-mabi=64 -march=mips64"
31