xref: /netbsd-src/sys/arch/x68k/conf/std.x68k (revision 93f9db1b75d415b78f73ed629beeb86235153473)
1#	$NetBSD: std.x68k,v 1.5 1998/09/08 15:43:27 minoura Exp $
2
3
4#
5# Mandatory NetBSD/x68k kernel options.
6#
7
8machine		x68k m68k	# Machine architecture; required by config(8)
9
10options 	SWAPPAGER	# swap and anonymous memory
11options 	VNODEPAGER	# mapped files
12options 	DEVPAGER	# mapped devices
13
14options 	EXEC_AOUT	# execve(2) support for a.out binaries
15options 	EXEC_SCRIPT	# execve(2) support for scripts
16