1# $NetBSD: std.x68k,v 1.13 2010/09/19 02:09:29 tsutsui Exp $ 2 3# 4# Mandatory NetBSD/x68k kernel options. 5# 6 7machine x68k m68k # Machine architecture; required by config(1) 8include "conf/std" # MI standard options 9include "arch/m68k/conf/std.m68k" # m68k standard options 10 11options EXEC_AOUT # execve(2) support for a.out binaries 12 13 14## Fundamental devices 15mainbus0 at root # MANDATORY 16intio0 at mainbus0 # MANDATORY: internal I/O space 17mfp0 at intio0 addr 0xe88000 intr 64 # MANDATORY: Multi Function Periferal 18clock0 at mfp0 # MANDATORY: system tick 19rtc0 at intio0 addr 0xe8a000 # MANDATORY: Realtime Clock 20