include "conf/std".

This commit is contained in:
yamt 2005-09-17 09:44:05 +00:00
parent 0576f5e521
commit 7e71f567e4
79 changed files with 158 additions and 79 deletions

View File

@ -1,6 +1,7 @@
# $NetBSD: std.acorn26,v 1.1 2002/03/24 15:46:51 bjh21 Exp $
# $NetBSD: std.acorn26,v 1.2 2005/09/17 09:44:05 yamt Exp $
# Standard NetBSD/acorn26 options
machine acorn26 arm
include "conf/std" # MI standard options

View File

@ -1,8 +1,9 @@
# $NetBSD: std.acorn32,v 1.2 2003/11/05 12:53:15 scw Exp $
# $NetBSD: std.acorn32,v 1.3 2005/09/17 09:44:05 yamt Exp $
#
# standard NetBSD/arm32 options
machine acorn32 arm
include "conf/std" # MI standard options
options EXEC_AOUT
options EXEC_ELF32

View File

@ -1,6 +1,7 @@
# $NetBSD: std.algor,v 1.6 2003/08/30 22:44:38 chs Exp $
# $NetBSD: std.algor,v 1.7 2005/09/17 09:44:05 yamt Exp $
machine algor mips
include "conf/std" # MI standard options
makeoptions MACHINE_ARCH="mipsel"
# Standard exec-package options

View File

@ -1,8 +1,9 @@
# $NetBSD: std.alpha,v 1.21 2002/05/03 17:51:10 thorpej Exp $
# $NetBSD: std.alpha,v 1.22 2005/09/17 09:44:05 yamt Exp $
#
# Standard/required configuration info for NetBSD/alpha.
machine alpha
include "conf/std" # MI standard options
# standard ("mandatory") kernel options.

View File

@ -1,8 +1,9 @@
# $NetBSD: std.amd64,v 1.1 2003/04/26 18:39:36 fvdl Exp $
# $NetBSD: std.amd64,v 1.2 2005/09/17 09:44:05 yamt Exp $
#
# standard, required NetBSD/amd64 'options'
machine amd64 x86
include "conf/std" # MI standard options
options EXEC_ELF64 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts

View File

@ -1,8 +1,9 @@
# $NetBSD: std.amiga,v 1.19 2002/02/13 12:08:57 is Exp $
# $NetBSD: std.amiga,v 1.20 2005/09/17 09:44:06 yamt Exp $
# standard amiga information
machine amiga m68k
include "conf/std" # MI standard options
mainbus0 at root

View File

@ -1,8 +1,9 @@
# $NetBSD: std.amigappc,v 1.4 2005/01/24 15:49:29 is Exp $
# $NetBSD: std.amigappc,v 1.5 2005/09/17 09:44:06 yamt Exp $
# standard amiga information
machine amigappc powerpc
include "conf/std" # MI standard options
mainbus0 at root

View File

@ -1,7 +1,8 @@
# $NetBSD: std.arc,v 1.17 2003/12/13 01:31:24 sekiya Exp $
# $NetBSD: std.arc,v 1.18 2005/09/17 09:44:06 yamt Exp $
# standard arc info
machine arc mips
include "conf/std" # MI standard options
makeoptions MACHINE_ARCH="mipsel"
mainbus0 at root

View File

@ -1,8 +1,9 @@
# $NetBSD: std.atari,v 1.22 2001/11/20 11:30:44 lukem Exp $
# $NetBSD: std.atari,v 1.23 2005/09/17 09:44:06 yamt Exp $
#
# standard atari information
#
machine atari m68k
include "conf/std" # MI standard options
options _ATARIHW_ # Original Atari like mainboard hw.

View File

@ -1,8 +1,9 @@
# $NetBSD: std.hades,v 1.4 2002/04/09 13:14:03 leo Exp $
# $NetBSD: std.hades,v 1.5 2005/09/17 09:44:06 yamt Exp $
#
# standard Hades information
#
machine atari m68k
include "conf/std" # MI standard options
options _ATARIHW_ # Original Atari like mainboard hw.

View File

@ -1,8 +1,9 @@
# $NetBSD: std.milan,v 1.3 2001/11/20 11:30:45 lukem Exp $
# $NetBSD: std.milan,v 1.4 2005/09/17 09:44:06 yamt Exp $
#
# standard atari information
#
machine atari m68k
include "conf/std" # MI standard options
options _MILANHW_

View File

@ -1,8 +1,9 @@
# $NetBSD: std.bebox,v 1.12 2003/08/12 05:15:41 matt Exp $
# $NetBSD: std.bebox,v 1.13 2005/09/17 09:44:06 yamt Exp $
#
# standard, required NetBSD/bebox 'options'
machine bebox powerpc
include "conf/std" # MI standard options
options PPC_OEA # BeBox uses Motorola PPC60x CPUs
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use

View File

@ -1,8 +1,9 @@
# $NetBSD: std.cats,v 1.5 2003/05/22 05:52:18 thorpej Exp $
# $NetBSD: std.cats,v 1.6 2005/09/17 09:44:06 yamt Exp $
#
# standard NetBSD/cats options
machine cats arm
include "conf/std" # MI standard options
options EXEC_AOUT
options EXEC_SCRIPT

View File

@ -1,9 +1,10 @@
# $NetBSD: std.cesfic,v 1.2 2001/11/20 12:56:24 lukem Exp $
# $NetBSD: std.cesfic,v 1.3 2005/09/17 09:44:06 yamt Exp $
#
# Options/devices that all cesfics should have
#
machine cesfic m68k
include "conf/std" # MI standard options
options EXEC_ELF32
options EXEC_AOUT # support for exec'ing a.out

View File

@ -1,6 +1,7 @@
# $NetBSD: std.cobalt,v 1.10 2004/03/15 16:56:55 rafal Exp $
# $NetBSD: std.cobalt,v 1.11 2005/09/17 09:44:06 yamt Exp $
machine cobalt mips
include "conf/std" # MI standard options
makeoptions MACHINE_ARCH="mipsel"
options MIPS3

View File

@ -1,8 +1,9 @@
# $NetBSD: std.dreamcast,v 1.5 2002/05/09 12:32:32 uch Exp $
# $NetBSD: std.dreamcast,v 1.6 2005/09/17 09:44:06 yamt Exp $
#
# standard, required NetBSD/dreamcast 'options'
machine dreamcast sh3
include "conf/std" # MI standard options
options EXEC_SCRIPT # exec #! scripts

View File

@ -1,8 +1,9 @@
# $NetBSD: std.adi_brh,v 1.3 2003/05/22 05:52:18 thorpej Exp $
# $NetBSD: std.adi_brh,v 1.4 2005/09/17 09:44:06 yamt Exp $
#
# standard NetBSD/evbarm for ADI BRH options
machine evbarm arm
include "conf/std" # MI standard options
# Pull in ADI BRH config definitions.
include "arch/evbarm/conf/files.adi_brh"

View File

@ -1,8 +1,9 @@
# $NetBSD: std.g42xxeb,v 1.1 2005/02/26 10:49:53 bsh Exp $
# $NetBSD: std.g42xxeb,v 1.2 2005/09/17 09:44:06 yamt Exp $
#
# standard NetBSD/evbarm for TWINTAIL (G4255EB) options
machine evbarm arm
include "conf/std" # MI standard options
# Pull in LUBBOCK config definitions.
include "arch/evbarm/conf/files.g42xxeb"

View File

@ -1,8 +1,9 @@
# $NetBSD: std.integrator,v 1.12 2003/09/06 11:38:39 rearnsha Exp $
# $NetBSD: std.integrator,v 1.13 2005/09/17 09:44:06 yamt Exp $
#
# standard NetBSD/integrator options
machine evbarm arm
include "conf/std" # MI standard options
# Pull in Integrator config definitions.
include "arch/evbarm/conf/files.integrator"

View File

@ -1,8 +1,9 @@
# $NetBSD: std.iq31244,v 1.3 2005/02/12 09:45:49 rearnsha Exp $
# $NetBSD: std.iq31244,v 1.4 2005/09/17 09:44:06 yamt Exp $
#
# standard NetBSD/evbarm for IQ31244 options
machine evbarm arm
include "conf/std" # MI standard options
# Pull in IQ31244 config definitions.
include "arch/evbarm/conf/files.iq31244"

View File

@ -1,8 +1,9 @@
# $NetBSD: std.iq80310,v 1.17 2003/05/22 05:52:19 thorpej Exp $
# $NetBSD: std.iq80310,v 1.18 2005/09/17 09:44:06 yamt Exp $
#
# standard NetBSD/evbarm for IQ80310 options
machine evbarm arm
include "conf/std" # MI standard options
# Pull in IQ80310 config definitions.
include "arch/evbarm/conf/files.iq80310"

View File

@ -1,8 +1,9 @@
# $NetBSD: std.iq80321,v 1.9 2003/05/22 05:52:19 thorpej Exp $
# $NetBSD: std.iq80321,v 1.10 2005/09/17 09:44:06 yamt Exp $
#
# standard NetBSD/evbarm for IQ80321 options
machine evbarm arm
include "conf/std" # MI standard options
# Pull in IQ80321 config definitions.
include "arch/evbarm/conf/files.iq80321"

View File

@ -1,8 +1,9 @@
# $NetBSD: std.ixdp425,v 1.5 2003/10/08 14:55:04 scw Exp $
# $NetBSD: std.ixdp425,v 1.6 2005/09/17 09:44:06 yamt Exp $
#
# standard NetBSD/evbarm for IXDP425 options
machine evbarm arm
include "conf/std" # MI standard options
# Pull in IXDP425 config definitions.
include "arch/evbarm/conf/files.ixdp425"

View File

@ -1,8 +1,9 @@
# $NetBSD: std.ixm1200,v 1.7 2003/05/22 05:52:19 thorpej Exp $
# $NetBSD: std.ixm1200,v 1.8 2005/09/17 09:44:06 yamt Exp $
#
# standard NetBSD/evbarm for IXM1200 options
machine evbarm arm
include "conf/std" # MI standard options
# Pull in IXM1200 config definitions.
include "arch/evbarm/conf/files.ixm1200"

View File

@ -1,8 +1,9 @@
# $NetBSD: std.lubbock,v 1.3 2003/01/03 02:16:29 thorpej Exp $
# $NetBSD: std.lubbock,v 1.4 2005/09/17 09:44:06 yamt Exp $
#
# standard NetBSD/evbarm for LUBBOCK options
machine evbarm arm
include "conf/std" # MI standard options
# Pull in LUBBOCK config definitions.
include "arch/evbarm/conf/files.lubbock"

View File

@ -1,8 +1,9 @@
# $NetBSD: std.smdk2410,v 1.1 2003/07/31 20:11:45 bsh Exp $
# $NetBSD: std.smdk2410,v 1.2 2005/09/17 09:44:06 yamt Exp $
#
# standard NetBSD/evbarm for SMDK2410 options
machine evbarm arm
include "conf/std" # MI standard options
# Config definitions for SMDK2410
include "arch/evbarm/conf/files.smdk2410"

View File

@ -1,8 +1,9 @@
# $NetBSD: std.smdk2800,v 1.9 2004/04/03 04:38:48 bsh Exp $
# $NetBSD: std.smdk2800,v 1.10 2005/09/17 09:44:06 yamt Exp $
#
# standard NetBSD/evbarm for SMDK2800 options
machine evbarm arm
include "conf/std" # MI standard options
# Config definitions for SMDK2800
include "arch/evbarm/conf/files.smdk2800"

View File

@ -1,8 +1,9 @@
# $NetBSD: std.tsarm,v 1.1 2004/12/23 04:34:03 joff Exp $
# $NetBSD: std.tsarm,v 1.2 2005/09/17 09:44:06 yamt Exp $
#
# standard NetBSD/evbarm for TS7200 options
machine evbarm arm
include "conf/std" # MI standard options
# Pull in tsarm config definitions.
include "arch/evbarm/conf/files.tsarm"

View File

@ -1,9 +1,10 @@
# $NetBSD: std.viper,v 1.1 2005/06/06 20:24:10 pooka Exp $
# $NetBSD: std.viper,v 1.2 2005/09/17 09:44:06 yamt Exp $
#
# Arcom Viper standard kernel options
#
machine evbarm arm
include "conf/std" # MI standard options
include "arch/evbarm/conf/files.viper"

View File

@ -1,6 +1,7 @@
# $NetBSD: std.malta,v 1.3 2002/12/09 22:54:10 simonb Exp $
# $NetBSD: std.malta,v 1.4 2005/09/17 09:44:06 yamt Exp $
machine evbmips mips
include "conf/std" # MI standard options
options MIPS3_ENABLE_CLOCK_INTR

View File

@ -1,6 +1,7 @@
# $NetBSD: std.pb1000,v 1.1 2002/12/09 22:54:11 simonb Exp $
# $NetBSD: std.pb1000,v 1.2 2005/09/17 09:44:06 yamt Exp $
machine evbmips mips
include "conf/std" # MI standard options
options MIPS3_ENABLE_CLOCK_INTR

View File

@ -1,8 +1,9 @@
# $NetBSD: std.ev64260,v 1.3 2003/08/12 05:15:42 matt Exp $
# $NetBSD: std.ev64260,v 1.4 2005/09/17 09:44:06 yamt Exp $
#
# standard, required NetBSD/evbppc 'options'
machine evbppc powerpc
include "conf/std" # MI standard options
options PPC_OEA # Discovery uses Motorola PPC60x CPUs
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use

View File

@ -1,8 +1,9 @@
# $NetBSD: std.explora,v 1.2 2003/08/12 05:15:42 matt Exp $
# $NetBSD: std.explora,v 1.3 2005/09/17 09:44:06 yamt Exp $
#
# Standard/required options for NetBSD/explora.
machine evbppc powerpc
include "conf/std" # MI standard options
# standard ("mandatory") kernel options.
options PPC_IBM4XX # IBM 40x family

View File

@ -1,8 +1,9 @@
# $NetBSD: std.obs200,v 1.1 2005/03/18 15:31:58 shige Exp $
# $NetBSD: std.obs200,v 1.2 2005/09/17 09:44:06 yamt Exp $
#
# Standard/required options for NetBSD/obs200
machine evbppc powerpc
include "conf/std" # MI standard options
# standard ("mandatory") kernel options.
options PPC_IBM4XX # IBM 40x family

View File

@ -1,8 +1,9 @@
# $NetBSD: std.obs405,v 1.1 2003/09/23 14:45:13 shige Exp $
# $NetBSD: std.obs405,v 1.2 2005/09/17 09:44:06 yamt Exp $
#
# Standard/required options for NetBSD/obs405.
machine evbppc powerpc
include "conf/std" # MI standard options
# standard ("mandatory") kernel options.
options PPC_IBM4XX # IBM 40x family

View File

@ -1,8 +1,9 @@
# $NetBSD: std.walnut,v 1.4 2003/08/12 05:15:42 matt Exp $
# $NetBSD: std.walnut,v 1.5 2005/09/17 09:44:06 yamt Exp $
#
# Standard/required options for NetBSD/walnut.
machine evbppc powerpc
include "conf/std" # MI standard options
# standard ("mandatory") kernel options.
options PPC_IBM4XX # IBM 40x family

View File

@ -1,8 +1,9 @@
# $NetBSD: std.evbsh3.eb,v 1.3 2001/11/20 12:56:26 lukem Exp $
# $NetBSD: std.evbsh3.eb,v 1.4 2005/09/17 09:44:06 yamt Exp $
#
# standard, required NetBSD/evbsh3 'options'
machine evbsh3 sh3
include "conf/std" # MI standard options
options EXEC_SCRIPT # exec #! scripts

View File

@ -1,8 +1,9 @@
# $NetBSD: std.evbsh3.el,v 1.3 2001/11/20 12:56:26 lukem Exp $
# $NetBSD: std.evbsh3.el,v 1.4 2005/09/17 09:44:06 yamt Exp $
#
# standard, required NetBSD/evbsh3 'options'
machine evbsh3 sh3
include "conf/std" # MI standard options
options EXEC_SCRIPT # exec #! scripts

View File

@ -1,9 +1,10 @@
# $NetBSD: std.evbsh5.eb,v 1.1 2002/07/12 19:33:28 scw Exp $
# $NetBSD: std.evbsh5.eb,v 1.2 2005/09/17 09:44:06 yamt Exp $
#
# Options/devices that all Big Endian evbsh5s should have
#
machine evbsh5 sh5
include "conf/std" # MI standard options
options EXEC_ELF32
options EXEC_SCRIPT

View File

@ -1,9 +1,10 @@
# $NetBSD: std.evbsh5.el,v 1.2 2002/07/11 14:42:55 scw Exp $
# $NetBSD: std.evbsh5.el,v 1.3 2005/09/17 09:44:06 yamt Exp $
#
# Options/devices that all Little Endian evbsh5s should have
#
machine evbsh5 sh5
include "conf/std" # MI standard options
options EXEC_ELF32
options EXEC_SCRIPT

View File

@ -1,9 +1,10 @@
# $NetBSD: std.hp300,v 1.8 2001/01/02 04:28:38 simonb Exp $
# $NetBSD: std.hp300,v 1.9 2005/09/17 09:44:06 yamt Exp $
#
# Options/devices that all hp300s should have
#
machine hp300 m68k
include "conf/std" # MI standard options
options EXEC_AOUT # support for exec'ing a.out
options EXEC_ELF32 # support for exec'ing ELF

View File

@ -1,8 +1,9 @@
# $NetBSD: std.hp700,v 1.1 2002/06/06 19:48:02 fredette Exp $
# $NetBSD: std.hp700,v 1.2 2005/09/17 09:44:06 yamt Exp $
#
# standard, required NetBSD/hp700 'options'
machine hp700 hppa
include "conf/std" # MI standard options
options EXEC_ELF32 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts

View File

@ -1,8 +1,9 @@
# $NetBSD: std.hpcarm,v 1.5 2003/05/22 05:52:19 thorpej Exp $
# $NetBSD: std.hpcarm,v 1.6 2005/09/17 09:44:06 yamt Exp $
#
# standard NetBSD/hpcarm options
machine hpcarm arm
include "conf/std" # MI standard options
options EXEC_AOUT
options EXEC_ELF32

View File

@ -1,7 +1,8 @@
# $NetBSD: std.hpcmips,v 1.17 2003/08/30 22:44:39 chs Exp $
# $NetBSD: std.hpcmips,v 1.18 2005/09/17 09:44:06 yamt Exp $
# standard, required hpcmips info
machine hpcmips mips
include "conf/std" # MI standard options
makeoptions MACHINE_ARCH="mipsel"
options NOFPU # No FPU

View File

@ -1,7 +1,8 @@
# $NetBSD: std.lcard,v 1.4 2004/04/15 14:58:30 tv Exp $
# $NetBSD: std.lcard,v 1.5 2005/09/17 09:44:06 yamt Exp $
# standard, required hpcmips info
machine hpcmips mips
include "conf/std" # MI standard options
makeoptions MACHINE_ARCH="mipsel"
options NOFPU # No FPU

View File

@ -1,8 +1,9 @@
# $NetBSD: std.hpcsh,v 1.5 2005/03/07 18:25:22 uwe Exp $
# $NetBSD: std.hpcsh,v 1.6 2005/09/17 09:44:07 yamt Exp $
#
# standard, required NetBSD/hpcsh 'options'
machine hpcsh sh3
include "conf/std" # MI standard options
options EXEC_SCRIPT # exec #! scripts
options IOM_RAM_BEGIN=0x0c000000

View File

@ -1,8 +1,9 @@
# $NetBSD: std.i386,v 1.24 2003/02/26 21:33:36 fvdl Exp $
# $NetBSD: std.i386,v 1.25 2005/09/17 09:44:07 yamt Exp $
#
# standard, required NetBSD/i386 'options'
machine i386 x86
include "conf/std" # MI standard options
options EXEC_AOUT # exec a.out binaries
options EXEC_ELF32 # exec ELF binaries

View File

@ -1,8 +1,9 @@
# $NetBSD: std.ibmnws,v 1.1 2003/10/19 03:33:49 matt Exp $
# $NetBSD: std.ibmnws,v 1.2 2005/09/17 09:44:07 yamt Exp $
#
# standard, required NetBSD/ibmnws 'options'
machine ibmnws powerpc
include "conf/std" # MI standard options
options EXEC_SCRIPT # exec #! scripts
options EXEC_ELF32 # exec ELF binaries

View File

@ -1,8 +1,9 @@
# $NetBSD: std.iyonix,v 1.1 2004/10/13 23:28:35 gavan Exp $
# $NetBSD: std.iyonix,v 1.2 2005/09/17 09:44:07 yamt Exp $
#
# standard NetBSD/iyonix for GENERIC options
machine iyonix arm
include "conf/std" # MI standard options
options EXEC_ELF32
options EXEC_AOUT

View File

@ -1,6 +1,7 @@
# $NetBSD: std.luna68k,v 1.5 2001/12/24 17:56:59 chs Exp $
# $NetBSD: std.luna68k,v 1.6 2005/09/17 09:44:07 yamt Exp $
machine luna68k m68k
include "conf/std" # MI standard options
options EXEC_ELF32 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts

View File

@ -1,8 +1,9 @@
# $NetBSD: std.mac68k,v 1.27 2002/03/25 14:03:05 shiba Exp $
# $NetBSD: std.mac68k,v 1.28 2005/09/17 09:44:07 yamt Exp $
#
# "options" common to all mac68k kernel configs
machine mac68k m68k
include "conf/std" # MI standard options
options HZ=60 # mac clock runs at 60hz

View File

@ -1,8 +1,9 @@
# $NetBSD: std.macppc,v 1.16 2003/08/12 05:15:42 matt Exp $
# $NetBSD: std.macppc,v 1.17 2005/09/17 09:44:07 yamt Exp $
#
# Standard/required options for NetBSD/macppc.
machine macppc powerpc
include "conf/std" # MI standard options
# standard ("mandatory") kernel options.
options PPC_OEA # OEA class PowerPC chips

View File

@ -1,6 +1,7 @@
# $NetBSD: std.mipsco,v 1.9 2003/08/30 22:44:39 chs Exp $
# $NetBSD: std.mipsco,v 1.10 2005/09/17 09:44:07 yamt Exp $
machine mipsco mips
include "conf/std" # MI standard options
makeoptions MACHINE_ARCH="mipseb"
options EXEC_ELF32 # exec ELF32 binaries

View File

@ -1,8 +1,9 @@
# $NetBSD: std.mmeye,v 1.8 2002/05/09 12:35:44 uch Exp $
# $NetBSD: std.mmeye,v 1.9 2005/09/17 09:44:07 yamt Exp $
#
# standard, required NetBSD/mmeye 'options'
machine mmeye sh3
include "conf/std" # MI standard options
options IOM_ROM_BEGIN=0x00000000
options IOM_RAM_SIZE=0x01000000 # 16MB

View File

@ -1,9 +1,10 @@
# $NetBSD: std.mvme68k,v 1.11 2004/01/30 09:42:01 he Exp $
# $NetBSD: std.mvme68k,v 1.12 2005/09/17 09:44:07 yamt Exp $
#
# Options/devices that all mvme68ks should have
#
machine mvme68k m68k
include "conf/std" # MI standard options
timekeeper0 at mainbus0

View File

@ -1,8 +1,9 @@
# $NetBSD: std.mvmeppc,v 1.7 2003/08/12 05:15:43 matt Exp $
# $NetBSD: std.mvmeppc,v 1.8 2005/09/17 09:44:07 yamt Exp $
#
# standard, required NetBSD/mvmeppc 'options'
machine mvmeppc powerpc
include "conf/std" # MI standard options
options PPC_OEA # Support Motorola PPC60x CPUs
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use

View File

@ -1,8 +1,9 @@
# $NetBSD: std.netwinder,v 1.12 2003/06/14 18:54:57 uwe Exp $
# $NetBSD: std.netwinder,v 1.13 2005/09/17 09:44:07 yamt Exp $
#
# standard NetBSD/netwinder options
machine netwinder arm
include "conf/std" # MI standard options
options EXEC_AOUT
options EXEC_SCRIPT

View File

@ -1,6 +1,7 @@
# $NetBSD: std.news68k,v 1.4 2001/11/20 12:56:34 lukem Exp $
# $NetBSD: std.news68k,v 1.5 2005/09/17 09:44:07 yamt Exp $
machine news68k m68k
include "conf/std" # MI standard options
options EXEC_AOUT # exec a.out binaries
options EXEC_ELF32 # exec ELF binaries

View File

@ -1,6 +1,7 @@
# $NetBSD: std.newsmips,v 1.15 2003/08/30 22:44:40 chs Exp $
# $NetBSD: std.newsmips,v 1.16 2005/09/17 09:44:07 yamt Exp $
machine newsmips mips
include "conf/std" # MI standard options
makeoptions MACHINE_ARCH="mipseb"
options EXEC_ELF32 # exec ELF32 binaries

View File

@ -1,7 +1,8 @@
# $NetBSD: std.next68k,v 1.9 2001/05/12 22:35:29 chs Exp $
# $NetBSD: std.next68k,v 1.10 2005/09/17 09:44:07 yamt Exp $
# Standard information for next68k
machine next68k m68k
include "conf/std" # MI standard options
# Standard defines
options EXEC_ELF32

View File

@ -1,8 +1,9 @@
# $NetBSD: std.ofppc,v 1.10 2003/08/12 05:15:43 matt Exp $
# $NetBSD: std.ofppc,v 1.11 2005/09/17 09:44:07 yamt Exp $
#
# standard, required NetBSD/ofppc 'options'
machine ofppc powerpc
include "conf/std" # MI standard options
options PPC_OEA
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use

View File

@ -1,8 +1,9 @@
# $NetBSD: std.pc532,v 1.16 2005/02/22 14:46:47 chs Exp $
# $NetBSD: std.pc532,v 1.17 2005/09/17 09:44:07 yamt Exp $
#
# Standard configuration info for NetBSD/pc532.
machine pc532
include "conf/std" # MI standard options
mainbus0 at root
clock0 at mainbus0 # system timer

View File

@ -1,8 +1,9 @@
# $NetBSD: std.pdp10,v 1.1 2003/08/19 10:49:58 ragge Exp $
# $NetBSD: std.pdp10,v 1.2 2005/09/17 09:44:08 yamt Exp $
#
# Std pdp10files
#
machine pdp10
include "conf/std" # MI standard options
options EXEC_SCRIPT # execve(2) support for scripts
options EXEC_ELF36 # execve(2) support for ELF36 binaries

View File

@ -1,6 +1,7 @@
# $NetBSD: std.playstation2,v 1.6 2003/08/30 22:44:40 chs Exp $
# $NetBSD: std.playstation2,v 1.7 2005/09/17 09:44:08 yamt Exp $
machine playstation2 mips
include "conf/std" # MI standard options
makeoptions MACHINE_ARCH="mipsel"
options MIPS3

View File

@ -1,7 +1,8 @@
# $NetBSD: std.pmax,v 1.16 2003/08/30 22:44:40 chs Exp $
# $NetBSD: std.pmax,v 1.17 2005/09/17 09:44:08 yamt Exp $
# standard, required pmax info
machine pmax mips
include "conf/std" # MI standard options
makeoptions MACHINE_ARCH="mipsel"
# Standard exec-package options

View File

@ -1,8 +1,9 @@
# $NetBSD: std.pmppc,v 1.5 2003/08/12 05:15:44 matt Exp $
# $NetBSD: std.pmppc,v 1.6 2005/09/17 09:44:08 yamt Exp $
#
# standard, required NetBSD/pmppc 'options'
machine pmppc powerpc
include "conf/std" # MI standard options
options PPC_OEA # Artesyn PMPPC uses Motorola PPC750 CPUs
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use

View File

@ -1,8 +1,9 @@
# $NetBSD: std.prep,v 1.7 2003/08/12 05:15:44 matt Exp $
# $NetBSD: std.prep,v 1.8 2005/09/17 09:44:08 yamt Exp $
#
# standard, required NetBSD/prep 'options'
machine prep powerpc
include "conf/std" # MI standard options
options PPC_OEA
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use

View File

@ -1,8 +1,9 @@
# $NetBSD: std.sandpoint,v 1.9 2003/08/12 05:15:44 matt Exp $
# $NetBSD: std.sandpoint,v 1.10 2005/09/17 09:44:08 yamt Exp $
#
# standard, required NetBSD/sandpoint 'options'
machine sandpoint powerpc
include "conf/std" # MI standard options
options PPC_OEA # Sandpoint uses OEA compliant CPUs
makeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use

View File

@ -1,6 +1,7 @@
# $NetBSD: std.sbmips,v 1.3 2002/12/09 22:54:16 simonb Exp $
# $NetBSD: std.sbmips,v 1.4 2005/09/17 09:44:08 yamt Exp $
machine sbmips mips
include "conf/std" # MI standard options
options MIPS64
options MIPS64_SB1 # we use an SB1 core

View File

@ -1,6 +1,7 @@
# $NetBSD: std.sgimips,v 1.15 2004/01/15 08:53:42 pooka Exp $
# $NetBSD: std.sgimips,v 1.16 2005/09/17 09:44:08 yamt Exp $
machine sgimips mips
include "conf/std" # MI standard options
makeoptions MACHINE_ARCH="mipseb"
options EXEC_ELF32 # exec ELF32 binaries

View File

@ -1,8 +1,9 @@
# $NetBSD: std.shark,v 1.3 2003/05/22 05:52:20 thorpej Exp $
# $NetBSD: std.shark,v 1.4 2005/09/17 09:44:08 yamt Exp $
#
# standard NetBSD/shark options
machine shark arm
include "conf/std" # MI standard options
options EXEC_AOUT
options EXEC_ELF32

View File

@ -1,10 +1,11 @@
# $NetBSD: std.sparc,v 1.20 2000/06/22 20:27:56 fvdl Exp $
# $NetBSD: std.sparc,v 1.21 2005/09/17 09:44:08 yamt Exp $
#
# Mandatory NetBSD/sparc kernel options.
#
machine sparc # Machine architecture; required by config(8)
include "conf/std" # MI standard options
options EXEC_AOUT # execve(2) support for a.out binaries
options EXEC_ELF32 # execve(2) support for ELF binaries

View File

@ -1,4 +1,4 @@
# $NetBSD: std.sparc64,v 1.10 2001/10/24 18:49:40 thorpej Exp $
# $NetBSD: std.sparc64,v 1.11 2005/09/17 09:44:08 yamt Exp $
#
# Mandatory NetBSD/sparc64 kernel options when building either 32-bit or
@ -7,5 +7,6 @@
#
machine sparc64 # Machine architecture; required by config(8)
include "conf/std" # MI standard options
options EXEC_SCRIPT # execve(2) support for scripts

View File

@ -1,7 +1,8 @@
# $NetBSD: std.sun2,v 1.3 2001/06/27 16:59:57 fredette Exp $
# $NetBSD: std.sun2,v 1.4 2005/09/17 09:44:08 yamt Exp $
# Standard information for Sun2 machines.
machine sun2 m68k sun68k
include "conf/std" # MI standard options
# Standard defines
options EXEC_ELF32, EXEC_SCRIPT

View File

@ -1,7 +1,8 @@
# $NetBSD: std.sun3,v 1.30 2002/10/20 02:37:34 chs Exp $
# $NetBSD: std.sun3,v 1.31 2005/09/17 09:44:08 yamt Exp $
# Standard information for Sun3 machines.
machine sun3 m68k
include "conf/std" # MI standard options
# Machine type to be supported by this kernel. Note:
# The SUN3 and SUN3X options are mutually exclusive!

View File

@ -1,7 +1,8 @@
# $NetBSD: std.sun3x,v 1.9 2002/10/20 02:37:34 chs Exp $
# $NetBSD: std.sun3x,v 1.10 2005/09/17 09:44:08 yamt Exp $
# Standard information for Sun3X machines.
machine sun3 m68k
include "conf/std" # MI standard options
# Machine type to be supported by this kernel. Note:
# The SUN3 and SUN3X options are mutually exclusive!

View File

@ -1,8 +1,9 @@
# $NetBSD: std.vax,v 1.14 2001/11/20 12:56:42 lukem Exp $
# $NetBSD: std.vax,v 1.15 2005/09/17 09:44:08 yamt Exp $
#
# Std vaxfiles
#
machine vax
include "conf/std" # MI standard options
options EXEC_AOUT # execve(2) support for a.out binaries
options EXEC_SCRIPT # execve(2) support for scripts

View File

@ -1,10 +1,11 @@
# $NetBSD: std.x68k,v 1.10 2001/12/06 04:13:12 minoura Exp $
# $NetBSD: std.x68k,v 1.11 2005/09/17 09:44:08 yamt Exp $
#
# Mandatory NetBSD/x68k kernel options.
#
machine x68k m68k # Machine architecture; required by config(8)
include "conf/std" # MI standard options
options EXEC_ELF32 # execve(2) support for ELF binaries
options EXEC_AOUT # execve(2) support for a.out binaries

View File

@ -1,9 +1,10 @@
# $NetBSD: std.xen,v 1.1 2004/03/11 21:44:08 cl Exp $
# $NetBSD: std.xen,v 1.2 2005/09/17 09:44:08 yamt Exp $
# NetBSD: std.i386,v 1.24 2003/02/26 21:33:36 fvdl Exp
#
# standard, required NetBSD/i386 'options'
machine xen
include "conf/std" # MI standard options
options EXEC_AOUT # exec a.out binaries
options EXEC_ELF32 # exec ELF binaries