Added the netrmp protocol from the Net/2 tape. While of dubious utility,

it's simple enough that it might actually work and be useful on some systems.
(That's more than you can say for netccitt or netimp!)
This commit is contained in:
Garrett Wollman 1993-11-07 22:54:51 +00:00
parent f4639581fd
commit 9cad5725f1
3 changed files with 9 additions and 6 deletions

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.26 1993/11/07 17:40:05 wollman Exp $
# $Id: LINT,v 1.27 1993/11/07 21:46:25 wollman Exp $
#
machine "i386"
@ -24,7 +24,7 @@ config "386bsd" at 0xFE100000 root on wd0 swap on wd0 and sd0
options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
options "COMPAT_43" #compatible with BSD 4.3
options "SYMTAB_SPACE=102899" #This kernel needs LOTS of symtable
options "SYMTAB_SPACE=102965" #This kernel needs LOTS of symtable
options GATEWAY #internetwork gateway
options KTRACE #kernel tracing
options "NCONS=8" #number of syscons virtual consoles
@ -70,6 +70,7 @@ options PCFS #PC (MSDOS) File System
pseudo-device ppp 2
pseudo-device pty 4
options QUOTA #enable disk quotas
options RMP #HP remote maint protocol
controller scbus0
device sd0
device sd1

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.26 1993/11/07 17:40:05 wollman Exp $
# $Id: LINT,v 1.27 1993/11/07 21:46:25 wollman Exp $
#
machine "i386"
@ -24,7 +24,7 @@ config "386bsd" at 0xFE100000 root on wd0 swap on wd0 and sd0
options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
options "COMPAT_43" #compatible with BSD 4.3
options "SYMTAB_SPACE=102899" #This kernel needs LOTS of symtable
options "SYMTAB_SPACE=102965" #This kernel needs LOTS of symtable
options GATEWAY #internetwork gateway
options KTRACE #kernel tracing
options "NCONS=8" #number of syscons virtual consoles
@ -70,6 +70,7 @@ options PCFS #PC (MSDOS) File System
pseudo-device ppp 2
pseudo-device pty 4
options QUOTA #enable disk quotas
options RMP #HP remote maint protocol
controller scbus0
device sd0
device sd1

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.26 1993/11/07 17:40:05 wollman Exp $
# $Id: LINT,v 1.27 1993/11/07 21:46:25 wollman Exp $
#
machine "i386"
@ -24,7 +24,7 @@ config "386bsd" at 0xFE100000 root on wd0 swap on wd0 and sd0
options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
options "COMPAT_43" #compatible with BSD 4.3
options "SYMTAB_SPACE=102899" #This kernel needs LOTS of symtable
options "SYMTAB_SPACE=102965" #This kernel needs LOTS of symtable
options GATEWAY #internetwork gateway
options KTRACE #kernel tracing
options "NCONS=8" #number of syscons virtual consoles
@ -70,6 +70,7 @@ options PCFS #PC (MSDOS) File System
pseudo-device ppp 2
pseudo-device pty 4
options QUOTA #enable disk quotas
options RMP #HP remote maint protocol
controller scbus0
device sd0
device sd1