diff options
Diffstat (limited to 'sys/arch/hp300/conf/std.hp300')
-rw-r--r-- | sys/arch/hp300/conf/std.hp300 | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/sys/arch/hp300/conf/std.hp300 b/sys/arch/hp300/conf/std.hp300 index 144419845ef..cacfbba6f57 100644 --- a/sys/arch/hp300/conf/std.hp300 +++ b/sys/arch/hp300/conf/std.hp300 @@ -1,17 +1,11 @@ -# $OpenBSD: std.hp300,v 1.1 1997/01/12 15:12:16 downsj Exp $ -# $NetBSD: std.hp300,v 1.1 1996/12/17 08:40:58 thorpej Exp $ +# $OpenBSD: std.hp300,v 1.2 1997/02/03 04:47:09 downsj Exp $ +# $NetBSD: std.hp300,v 1.2 1997/01/30 09:55:45 thorpej Exp $ # # Options/devices that all hp300s should have # machine hp300 m68k -# XXX new config glue, for now -options NEWCONFIG - -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 +#option SWAPPAGER # swap pager (anonymous and swap space) +#option VNODEPAGER # vnode pager (mapped files) +#option DEVPAGER # device pager (mapped devices) |