NetBSD/sys/arch/x68k/conf/std.x68k

16 lines
402 B
Plaintext
Raw Normal View History

# $NetBSD: std.x68k,v 1.5 1998/09/08 15:43:27 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
options SWAPPAGER # swap and anonymous memory
options VNODEPAGER # mapped files
options DEVPAGER # mapped devices
1996-05-05 16:17:03 +04:00
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