Fix a few screwups that made it impossible to config these kernels.
This commit is contained in:
parent
477d46784e
commit
330e4f8d24
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: GENERIC,v 1.12 1997/12/01 15:50:43 kleink Exp $
|
||||
# $NetBSD: GENERIC,v 1.13 1998/02/25 23:29:49 thorpej Exp $
|
||||
#
|
||||
# Generic configuration file for MIPS R4400 PICA system
|
||||
#
|
||||
|
||||
machine pica
|
||||
include "arch/pica/conf/std.pica"
|
||||
|
||||
maxusers 8
|
||||
|
||||
|
@ -12,9 +12,6 @@ options TIMEZONE="8*60" # minutes west of GMT (for)
|
|||
options DST=1 # use daylight savings rules
|
||||
|
||||
# Standard system options
|
||||
options SWAPPAGER # swap pager (anonymous and swap space)
|
||||
options VNODEPAGER # vnode pager (mapped files)
|
||||
options DEVPAGER # device pager (mapped devices)
|
||||
options DIAGNOSTIC # extra kernel debugging checks
|
||||
options DEBUG # extra kernel debugging support
|
||||
options "COMPAT_43" # compatibility with 4.3BSD binaries
|
||||
|
|
|
@ -6,7 +6,7 @@ mainbus0 at root
|
|||
cpu* at mainbus0
|
||||
|
||||
# set CPU architecture level for kernel target
|
||||
options CPU_R4000 # ARC machines use r4000 or r4400
|
||||
options MIPS3
|
||||
|
||||
# Standard (non-optional) system "options"
|
||||
options SWAPPAGER # swap pager (anonymous and swap space)
|
||||
|
|
Loading…
Reference in New Issue