17 lines
451 B
Plaintext
17 lines
451 B
Plaintext
# $NetBSD: std.pmax,v 1.9 1998/11/15 05:43:32 mhitch Exp $
|
|
# standard, required pmax info
|
|
|
|
machine pmax mips
|
|
|
|
# Non-optional options
|
|
options SWAPPAGER # paging
|
|
options VNODEPAGER # mmap() of files
|
|
options DEVPAGER # mmap() of devices
|
|
|
|
# Standard exec-package options
|
|
options EXEC_ELF32 # 32-bit ELF support (native format)
|
|
options EXEC_SCRIPT # exec of #! scripts
|
|
|
|
# UVM is the standard VM system on NetBSD/pmax
|
|
options UVM # New UVM VM system
|