diff --git a/sys/arch/pmax/conf/INSTALL b/sys/arch/pmax/conf/INSTALL index a44dd5218735..e2e4633e953b 100644 --- a/sys/arch/pmax/conf/INSTALL +++ b/sys/arch/pmax/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.7 1997/08/20 04:21:35 jonathan Exp $ +# $NetBSD: INSTALL,v 1.8 1997/10/20 03:45:08 jonathan Exp $ # # Distribution root-on-NFS network install kernel (any model) # root on NFS to boot diskless for installation, @@ -11,6 +11,7 @@ include "arch/pmax/conf/std.pmax" maxusers 8 +# CPU options options MIPS1 # R2000/R3000 support options MIPS3 # R4000/R4400 support @@ -50,6 +51,8 @@ options INET # Internet protocols options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP +options COMPAT_12 + # pmax specific options "HZ=256" # RTC rate required diff --git a/sys/arch/pmax/conf/NFSINSTALL b/sys/arch/pmax/conf/NFSINSTALL index a039c3e196bc..2ab60f52979b 100644 --- a/sys/arch/pmax/conf/NFSINSTALL +++ b/sys/arch/pmax/conf/NFSINSTALL @@ -1,4 +1,4 @@ -# $NetBSD: NFSINSTALL,v 1.7 1997/08/20 04:21:35 jonathan Exp $ +# $NetBSD: NFSINSTALL,v 1.8 1997/10/20 03:45:08 jonathan Exp $ # # Distribution root-on-NFS network install kernel (any model) # root on NFS to boot diskless for installation, @@ -11,6 +11,7 @@ include "arch/pmax/conf/std.pmax" maxusers 8 +# CPU options options MIPS1 # R2000/R3000 support options MIPS3 # R4000/R4400 support @@ -50,6 +51,8 @@ options INET # Internet protocols options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP +options COMPAT_12 + # pmax specific options "HZ=256" # RTC rate required