14 lines
385 B
Plaintext
14 lines
385 B
Plaintext
# $NetBSD: std.hp300,v 1.2 1997/01/30 09:55:45 thorpej Exp $
|
|
#
|
|
# Options/devices that all hp300s should have
|
|
#
|
|
|
|
machine hp300 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
|