NetBSD/sys/arch/mvme68k/conf/std.mvme68k

14 lines
387 B
Plaintext
Raw Normal View History

# $NetBSD: std.mvme68k,v 1.3 1997/10/12 15:39:39 scw Exp $
#
# Options/devices that all mvme68ks should have
#
machine mvme68k m68k
options SWAPPAGER # swap pager (anonymous and swap space)
options VNODEPAGER # vnode pager (mapped files)
options DEVPAGER # device pager (mapped devices)
options EXEC_AOUT # support for exec'ing a.out
options EXEC_SCRIPT # support for #! scripts