1 1.3 macallan # $NetBSD: GENERIC64_32_IP2x,v 1.3 2015/02/18 11:15:19 macallan Exp $ 2 1.1 macallan # 3 1.1 macallan # GENERIC32_IP2x machine description file 4 1.1 macallan # 5 1.1 macallan # This machine description file is used to generate the default NetBSD 6 1.1 macallan # kernel. The generic kernel does not include all options, subsystems 7 1.1 macallan # and device drivers, but should be useful for most applications. 8 1.1 macallan # 9 1.1 macallan # The machine description file can be customised for your specific 10 1.1 macallan # machine to reduce the kernel size and improve its performance. 11 1.1 macallan # 12 1.1 macallan # For further information on compiling NetBSD kernels, see the config(8) 13 1.1 macallan # man page. 14 1.1 macallan # 15 1.1 macallan # For further information on hardware support for this architecture, see 16 1.1 macallan # the intro(4) man page. For further information about kernel options 17 1.1 macallan # for this architecture, see the options(4) man page. For an explanation 18 1.1 macallan # of each device driver in this file see the section 4 man page for the 19 1.1 macallan # device. 20 1.1 macallan # 21 1.1 macallan # 22 1.1 macallan # Currently this config file supports Indigo R4k, Indigo2 and Indy 23 1.1 macallan # (IP20, IP22 and IP24, respectively). 24 1.1 macallan # 25 1.1 macallan 26 1.1 macallan include "arch/sgimips/conf/GENERIC32_IP2x" 27 1.1 macallan include "arch/sgimips/conf/std.sgimips64_32" 28 1.1 macallan 29 1.1 macallan no makeoptions TEXTADDR # entry point 30 1.1 macallan makeoptions TEXTADDR=0xffffffff88069000 # entry point 31 1.1 macallan 32 1.3 macallan #ident "GENERIC64-IP2x-$Revision: 1.3 $" 33 1.1 macallan 34 1.1 macallan no makeoptions WANT_ECOFF 35 1.1 macallan makeoptions WANT_ECOFF="no" # Create an ECOFF kernel in addition 36 1.1 macallan # to an ELF kernel -- required for 37 1.1 macallan # netbooting Indigo (IP20) and some 38 1.1 macallan # Indigo2 (IP22) machines 39 1.1 macallan 40