NetBSD/sys/arch/pica/conf/std.pica
jonathan b1224d9a3d * Add /sys-relative paths for NetBSD-1.2b config.
* Add standard mips EXEC packages  to std.pica
* Move non-optional options to std.pica
1996-11-21 03:23:42 +00:00

19 lines
553 B
Plaintext

# $NetBSD: std.pmax,v 1.0 1995/04/28 03:10:41 jonathan Exp
# standard pica info
machine pica mips
mainbus0 at root
cpu* at mainbus0
# set CPU architecture level for kernel target
options CPU_R4000 # ARC machines use r4000 or r4400
# Standard (non-optional) system "options"
options SWAPPAGER # swap pager (anonymous and swap space)
options VNODEPAGER # vnode pager (mapped files)
options DEVPAGER # device pager (mapped devices)
# Standard exec-package options
options EXEC_ELF32 # native exec format
options EXEC_SCRIPT # may be unsafe