11.7Snia#	$NetBSD: GENERIC64_IP2x,v 1.7 2021/01/21 06:51:56 nia Exp $
21.2Smatt#
31.2Smatt# GENERIC32_IP2x machine description file
41.2Smatt# 
51.2Smatt# This machine description file is used to generate the default NetBSD
61.2Smatt# kernel.  The generic kernel does not include all options, subsystems
71.2Smatt# and device drivers, but should be useful for most applications.
81.2Smatt#
91.2Smatt# The machine description file can be customised for your specific
101.2Smatt# machine to reduce the kernel size and improve its performance.
111.2Smatt#
121.2Smatt# For further information on compiling NetBSD kernels, see the config(8)
131.2Smatt# man page.
141.2Smatt#
151.2Smatt# For further information on hardware support for this architecture, see
161.2Smatt# the intro(4) man page.  For further information about kernel options
171.2Smatt# for this architecture, see the options(4) man page.  For an explanation
181.2Smatt# of each device driver in this file see the section 4 man page for the
191.2Smatt# device.
201.2Smatt#
211.2Smatt#
221.2Smatt# Currently this config file supports Indigo R4k, Indigo2 and Indy
231.2Smatt# (IP20, IP22 and IP24, respectively).
241.2Smatt#
251.2Smatt
261.6Smrginclude 	"arch/sgimips/conf/GENERIC32_IP2x"
271.6Smrginclude 	"arch/sgimips/conf/std.sgimips64"
281.2Smatt
291.2Smattno makeoptions	TEXTADDR			# entry point
301.2Smattmakeoptions	TEXTADDR=0xffffffff88069000	# entry point
311.2Smatt
321.7Snia#ident		"GENERIC64-IP2x-$Revision: 1.7 $"
331.2Smatt
341.2Smattno makeoptions	WANT_ECOFF
351.2Smattmakeoptions	WANT_ECOFF="no"		# Create an ECOFF kernel in addition
361.2Smatt					# to an ELF kernel -- required for
371.2Smatt					# netbooting Indigo (IP20) and some
381.2Smatt					# Indigo2 (IP22) machines
391.2Smatt
401.2Smatt# Compatibility options
411.6Smrg#include 	"conf/compat_netbsd15.config"
421.2Smatt
431.2Smatt#options 	COMPAT_LINUX	# binary compatibility with Linux
441.7Snia#options 	COMPAT_OSSAUDIO	# binary compatibility with Linux
451.2Smatt#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix 
46