update for correct SPU type and COMPAT_13.

This commit is contained in:
hpeyerl 1997-12-21 17:15:01 +00:00
parent 24f2924d70
commit 6563f769af
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: LAGER,v 1.21 1997/11/17 01:57:47 lukem Exp $
# $NetBSD: LAGER,v 1.22 1997/12/21 17:15:01 hpeyerl Exp $
#
# LAGER (hpeyerl's hp425s)
#
@ -7,7 +7,7 @@
include "arch/hp300/conf/std.hp300"
# Support for various CPU types
options HP380 # includes 425t, 425s, 433s
options HP433
options FPSP # floating point interface for 68040
# Need to set locally
@ -20,6 +20,7 @@ options COMPAT_09 # compatibility with NetBSD 0.9
options COMPAT_10 # compatibility with NetBSD 1.0
options COMPAT_11 # compatibility with NetBSD 1.1
options COMPAT_12 # compatibility with NetBSD 1.2
options COMPAT_13 # compatibility with NetBSD 1.3
options KTRACE # system call tracing support
options NKMEMCLUSTERS=2048 # # 4K pages in kernel malloc pool
options LKM # loadable kernel modules