Home | History | Annotate | Line # | Download | only in conf
std.x68k revision 1.7
      1 #	$NetBSD: std.x68k,v 1.7 1999/03/30 04:27:08 minoura Exp $
      2 
      3 #
      4 # Mandatory NetBSD/x68k kernel options.
      5 #
      6 
      7 machine		x68k m68k	# Machine architecture; required by config(8)
      8 
      9 options 	EXEC_AOUT	# execve(2) support for a.out binaries
     10 options 	EXEC_SCRIPT	# execve(2) support for scripts
     11 
     12 
     13 ## Fundamental devices
     14 mainbus0 at root			# MANDATORY
     15 intio0	at mainbus0			# MANDATORY: internal I/O space
     16 mfp0	at intio0 addr 0xe88000 intr 64	# MANDATORY: Multi Function Periferal
     17 clock0	at mfp0				# MANDATORY: system tick
     18 rtc0	at intio0 addr 0xe8a000		# MANDATORY: Realtime Clock
     19