1 # $NetBSD: std.x68k,v 1.4 1998/09/07 14:24:08 minoura Exp $ 2 3 4 # 5 # Mandatory NetBSD/x68k kernel options. 6 # 7 8 machine x68k m68k # Machine architecture; required by config(8) 9 10 #options SWAPPAGER # swap and anonymous memory 11 #options VNODEPAGER # mapped files 12 #options DEVPAGER # mapped devices 13 14 options EXEC_AOUT # execve(2) support for a.out binaries 15 options EXEC_SCRIPT # execve(2) support for scripts 16