std.mvme68k revision 1.1
11.1Sthorpej# $NetBSD: std.mvme68k,v 1.1 1997/03/18 21:41:50 thorpej Exp $ 21.1Sthorpej# 31.1Sthorpej# Options/devices that all mvme68ks should have 41.1Sthorpej# 51.1Sthorpej 61.1Sthorpejmachine mvme68k m68k 71.1Sthorpej 81.1Sthorpejoptions SWAPPAGER # swap pager (anonymous and swap space) 91.1Sthorpejoptions VNODEPAGER # vnode pager (mapped files) 101.1Sthorpejoptions DEVPAGER # device pager (mapped devices) 111.1Sthorpej 121.1Sthorpejoptions EXEC_AOUT # support for exec'ing a.out 131.1Sthorpejoptions EXEC_SCRIPT # support for #! scripts 14