2001-12-06 07:13:12 +03:00
|
|
|
# $NetBSD: std.x68k,v 1.10 2001/12/06 04:13:12 minoura Exp $
|
1996-05-05 16:17:03 +04:00
|
|
|
|
1998-09-07 18:24:08 +04:00
|
|
|
#
|
|
|
|
# Mandatory NetBSD/x68k kernel options.
|
|
|
|
#
|
1996-05-05 16:17:03 +04:00
|
|
|
|
1998-09-07 18:24:08 +04:00
|
|
|
machine x68k m68k # Machine architecture; required by config(8)
|
1996-05-05 16:17:03 +04:00
|
|
|
|
2001-12-06 07:13:12 +03:00
|
|
|
options EXEC_ELF32 # execve(2) support for ELF binaries
|
1998-09-07 18:24:08 +04:00
|
|
|
options EXEC_AOUT # execve(2) support for a.out binaries
|
|
|
|
options EXEC_SCRIPT # execve(2) support for scripts
|
1999-03-16 19:30:16 +03:00
|
|
|
|
|
|
|
|
|
|
|
## Fundamental devices
|
|
|
|
mainbus0 at root # MANDATORY
|
|
|
|
intio0 at mainbus0 # MANDATORY: internal I/O space
|
|
|
|
mfp0 at intio0 addr 0xe88000 intr 64 # MANDATORY: Multi Function Periferal
|
|
|
|
clock0 at mfp0 # MANDATORY: system tick
|
|
|
|
rtc0 at intio0 addr 0xe8a000 # MANDATORY: Realtime Clock
|