- for details see w11a blog 2017-06-06
- patch
/usr/src/sys/pdp/mch_fpsim.s
- rebuild
RETRONFPETH
kernel - patch
sh.dol.c
andsh.glob.c
in/usr/src/bin/tcsh
- rebuild
tcsh
-
enable login on first four dz11 lines
/etc/ttys
contains nowtty00 "/usr/libexec/getty std.9600" vt100 on secure tty01 "/usr/libexec/getty std.9600" vt100 on secure tty02 "/usr/libexec/getty std.9600" vt100 on secure tty03 "/usr/libexec/getty std.9600" vt100 on secure
-
update network context
- use 192.168.178.* instead of 192.168.2.*
/etc/hosts
contains now127.0.0.1 localhost 192.168.178.150 w11a 192.168.178.20 athome
/etc/netstart
contains nowhostname=w11a netmask=255.255.255.0 broadcast=192.168.178.255 default=192.168.178.1
Derived from the 211bsd_rp. A new kernel with
NETHER 1 # was 0, enable ethernet
NDE 1 # was 0, enable DEUNA
NSL 1 # was 1, remove slip
In /etc/netstart the networking is enabled with
hostname=w11a
netmask=255.255.255.0
broadcast=192.168.2.255
default=192.168.2.1
...
ifconfig de0 inet netmask $netmask $hostname broadcast $broadcast
route add default $default 1