std.x68k revision 1.8 1 # $NetBSD: std.x68k,v 1.8 1999/11/15 19:00:31 fvdl Exp $
2
3 #
4 # Mandatory NetBSD/x68k kernel options.
5 #
6
7 machine x68k m68k # Machine architecture; required by config(8)
8
9 prefix ../gnu/sys
10 cinclude "conf/files.softdep"
11 prefix
12
13 options EXEC_AOUT # execve(2) support for a.out binaries
14 options EXEC_SCRIPT # execve(2) support for scripts
15
16
17 ## Fundamental devices
18 mainbus0 at root # MANDATORY
19 intio0 at mainbus0 # MANDATORY: internal I/O space
20 mfp0 at intio0 addr 0xe88000 intr 64 # MANDATORY: Multi Function Periferal
21 clock0 at mfp0 # MANDATORY: system tick
22 rtc0 at intio0 addr 0xe8a000 # MANDATORY: Realtime Clock
23