This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[localuser@dell-poweredge-2950 ~/SimhVirtualMachines/netbsdvax7.1]$ | |
[localuser@dell-poweredge-2950 ~/SimhVirtualMachines/netbsdvax7.1]$ | |
[localuser@dell-poweredge-2950 ~/SimhVirtualMachines/netbsdvax7.1]$ ls | |
NetBSD-7.1-vax.iso ka655x.bin netbsd-install.log | |
NetBSD-SIMH-Howto.txt netbsd-boot.ini | |
[localuser@dell-poweredge-2950 ~/SimhVirtualMachines/netbsdvax7.1]$ | |
[localuser@dell-poweredge-2950 ~/SimhVirtualMachines/netbsdvax7.1]$ | |
[localuser@dell-poweredge-2950 ~/SimhVirtualMachines/netbsdvax7.1]$ vi netbsd-boot.ini | |
load -r ka655x.bin | |
set cpu 64m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# ------------------------------ | |
# vde-switch.sh | |
# Setup VDE switch and bridged tap interfaces | |
# FreeBSD 12-RELEASE | |
# Uses vde2 package | |
# | |
# ***** | |
# MUST RUN AS ROOT! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//// This is part 2 of installing the CMU-TEK TCP/IP on a dual-adapter | |
//// SIMH VAX machine running VAX/VMS 4.7 using the following in SIMH ini: | |
//// set xu enable | |
//// ; IP - 10.42.2.27 | |
//// set xu mac=DA-D5-73-C4-33-B3 | |
//// attach xu vde:/tmp/vde-ip.ctl | |
//// | |
//// set xub enable | |
//// ; DECnet - 31.23 | |
//// set xub mac=AA-00-04-00-17-7C |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//// Dual-Adapter SIMH VAX running VAX/VMS 4.7 using the following in SIMH ini: | |
//// set xu enable | |
//// ; IP - 10.42.2.27 | |
//// set xu mac=DA-D5-73-C4-33-B3 | |
//// attach xu vde:/tmp/vde-ip.ctl | |
//// | |
//// set xub enable | |
//// ; DECnet - 31.23 | |
//// set xub mac=AA-00-04-00-17-7C | |
//// attach xub vde:/tmp/vde-dnet.ctl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installation of TOPS-10 operating system fresh from tapes on SIMH PDP-10 using | |
latest SIMH 4.0 PDP-10 V4.0-0 (git commit id: 314a1da9). This is a screen session | |
log of executing the awesome procedure documented at: | |
http://www.asun.net/pdp10/downloads/t10inst.txt | |
Visit the above URL for very helpful tips. | |
- Supratim Sanyal (http://tuklusan.decsystem.org) | |
---- | |
Script started on 2019-03-17 22:10:04+00:00 [TERM="xterm-256color" TTY="/dev/pts/5" COLUMNS="80" LINES="37"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Complete session log of installing and configuring Panda TOPS-20 distribution, including DECnet Phase IV, on KLH10 PDP-10. | |
Details: https://supratim-sanyal.blogspot.com/2019/03/visiting-fountain-of-computing-folklore.html | |
localuser@opensuse:~/PDP-10.TOPS-20/KLH10> ls -l panda-dist.tar.gz | |
-rw-r--r-- 1 localuser users 221145391 Jun 24 2006 panda-dist.tar.gz | |
localuser@opensuse:~/PDP-10.TOPS-20/KLH10> | |
localuser@opensuse:~/PDP-10.TOPS-20/KLH10> tar xvzf panda-dist.tar.gz | |
panda-dist/ | |
panda-dist/RH20.RP07.1 | |
panda-dist/README |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$! --- | |
$! AUTHOR: SUPRATIM SANYAL | |
$! http://tuklusan.decsystem.org | |
$! --- | |
$ NODELIST = "QCOCAL,CLOUDY,JUICHI,FEDACH,FOMFOR,OSTARA,WEXPEE,ENTEE4,RAPTOR,IMPVAX,MACOS9,WFW311,WXPEE2,TRU64,XLVII,TSTVAX,MOKSHA,MACOS7,RST101,SHAKTI,IMPRTR,1.750,MASON,DUNE,ZZYZZX,SUBWAY,BMT,KNARF,A12RTR,AREA27,CTAKAH,MIM" | |
$ OUTPUT_TXT="sys$scratch:sanyalnet-labs-decnet-node-status.txt" | |
$! | |
$ SET PROC/PRIV=ALL | |
$ SET NOON | |
$ NCP="MCR NCP" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
localuser@opensuse:~/PDP-11> | |
localuser@opensuse:~/PDP-11> cat rsts.ini | |
set cpu 11/73, 4M, idle | |
set clk 50Hz | |
show cpu | |
set hk disable | |
set ptr disable | |
set ptp disable | |
set rk disable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; SANYALnet Labs | |
; PDP-11/73, RSTS/E 10.1, DECnet/E 4.1 | |
; Supratim Sanyal's Hobbyist Server | |
; See https://supratim-sanyal.blogspot.com/2019/03/deploying-pdp-1173-running-rstse-101.html | |
; -- | |
; System account is [xx,yy] | |
; System account password is ... | |
; -- | |
set cpu 11/73, 4M, idle | |
set clk 50Hz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
localuser@opensuse:~/PDP-11> ls -l rsts | |
lrwxrwxrwx 1 localuser users 5 Mar 8 05:18 rsts -> pdp11 | |
localuser@opensuse:~/PDP-11> | |
localuser@opensuse:~/PDP-11> ls -l pdp11 | |
-rwxr-xr-x 1 localuser users 2054016 Mar 8 04:52 pdp11 | |
localuser@opensuse:~/PDP-11> | |
localuser@opensuse:~/PDP-11> | |
localuser@opensuse:~/PDP-11> cat rsts.ini | |
set cpu 11/73, 4M, idle | |
set clk 50Hz |