std.hp300 revision 1.1
11.1Sthorpej# $NetBSD: std.hp300,v 1.1 1996/12/17 08:40:58 thorpej Exp $ 21.1Sthorpej# 31.1Sthorpej# Options/devices that all hp300s should have 41.1Sthorpej# 51.1Sthorpej 61.1Sthorpejmachine hp300 m68k 71.1Sthorpej 81.1Sthorpej# XXX new config glue, for now 91.1Sthorpejoptions NEWCONFIG 101.1Sthorpej 111.1Sthorpejoptions SWAPPAGER # swap pager (anonymous and swap space) 121.1Sthorpejoptions VNODEPAGER # vnode pager (mapped files) 131.1Sthorpejoptions DEVPAGER # device pager (mapped devices) 141.1Sthorpej 151.1Sthorpejoptions EXEC_AOUT # support for exec'ing a.out 161.1Sthorpejoptions EXEC_SCRIPT # support for #! scripts 17