1996-03-13 07:58:04 +03:00
|
|
|
# $NetBSD: std.pmax,v 1.0 1995/04/28 03:10:41 jonathan Exp
|
|
|
|
# standard pica info
|
|
|
|
|
1996-03-27 14:02:19 +03:00
|
|
|
machine pica mips
|
1996-03-13 07:58:04 +03:00
|
|
|
mainbus0 at root
|
|
|
|
cpu* at mainbus0
|
1996-11-21 06:23:42 +03:00
|
|
|
|
|
|
|
# set CPU architecture level for kernel target
|
1998-02-26 02:29:49 +03:00
|
|
|
options MIPS3
|
1996-11-21 06:23:42 +03:00
|
|
|
|
|
|
|
# Standard (non-optional) system "options"
|
1997-11-17 04:57:23 +03:00
|
|
|
options SWAPPAGER # swap pager (anonymous and swap space)
|
|
|
|
options VNODEPAGER # vnode pager (mapped files)
|
|
|
|
options DEVPAGER # device pager (mapped devices)
|
1996-11-21 06:23:42 +03:00
|
|
|
|
|
|
|
# Standard exec-package options
|
1997-11-17 04:57:23 +03:00
|
|
|
options EXEC_ELF32 # native exec format
|
|
|
|
options EXEC_SCRIPT # may be unsafe
|