This file contains 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/bash -x | |
# * ---------------------------------------------------------------------------- | |
# * "THE BEER-WARE LICENSE" (Revision 42): | |
# * Supratim Sanyal wrote this file. As long as you retain this notice you | |
# * can do whatever you want with this stuff. If we meet some day, and you think | |
# * this stuff is worth it, you can buy me a beer in return. | |
# * https://www.emailmeform.com/builder/form/65c8aanX6uJ8RVa | |
# * ---------------------------------------------------------------------------- |
This file contains 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
SNMPv2-PDU DEFINITIONS ::= BEGIN | |
ObjectName ::= OBJECT IDENTIFIER | |
ObjectSyntax ::= CHOICE { | |
simple SimpleSyntax, | |
application-wide ApplicationSyntax } | |
SimpleSyntax ::= CHOICE { | |
integer-value INTEGER (-2147483648..2147483647), |
This file contains 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
IF-MIB DEFINITIONS ::= BEGIN | |
IMPORTS | |
MODULE-IDENTITY, OBJECT-TYPE, Counter32, Gauge32, Counter64, | |
Integer32, TimeTicks, mib-2, | |
NOTIFICATION-TYPE FROM SNMPv2-SMI | |
TEXTUAL-CONVENTION, DisplayString, | |
PhysAddress, TruthValue, RowStatus, | |
TimeStamp, AutonomousType, TestAndIncr FROM SNMPv2-TC | |
MODULE-COMPLIANCE, OBJECT-GROUP, |
This file contains 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
# --- | |
# IPGEN (BQTCP) | |
# PDP-11 with two ethernet Adapters: One for DECnet and one for TCP/IP on a | |
# PDP-11/93 RSX-11M-PLUS Version 4.6 Base level 87 (QBUS, 2 x DEQNA) | |
# --- | |
# ----- | |
# 31.34_NANAJU is simply a link to the SimH PDP11 binary | |
# 31.34_NANAJU.ini is the SimH configuration file | |
# BQTCP is available from http://mim.update.uu.se/tcpip.htm |
This file contains 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
# --- | |
# NETGEN | |
# PDP-11 with two ethernet Adapters: One for DECnet and one for TCP/IP on a | |
# PDP-11/93 RSX-11M-PLUS Version 4.6 Base level 87 (QBUS, 2 x DEQNA) | |
# --- | |
/home/linuxuser/simh.run/pdp11-93/bin $ ./31.34_NANAJU | |
removed '../data/NANAJU-console.log' | |
PDP-11 simulator V4.0-0 Current simh git commit id: 4c44975e |
This file contains 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
# --- | |
# SYSGEN | |
# PDP-11 with two ethernet Adapters: One for DECnet and one for TCP/IP on a | |
# PDP-11/93 RSX-11M-PLUS Version 4.6 Base level 87 (QBUS, 2 x DEQNA) | |
# --- | |
# ----- | |
# 31.34_NANAJU is simply a link to the SimH PDP11 binary | |
# 31.34_NANAJU.ini is the SimH configuration file | |
# ----- |
This file contains 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
.MCALL .MODULE | |
.MODULE NU,VERSION=15,COMMENT=<DEUNA Port Handler>,AUDIT=NO | |
; COPYRIGHT 1989, 1990, 1991 BY | |
; DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. | |
; ALL RIGHTS RESERVED | |
; | |
;THIS SOFTWARE IS FURNISHED UNDER A LICENSE AND MAY BE USED AND COPIED | |
;ONLY IN ACCORDANCE WITH THE TERMS OF SUCH LICENSE AND WITH THE | |
;INCLUSION OF THE ABOVE COPYRIGHT NOTICE. THIS SOFTWARE OR ANY OTHER |
This file contains 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
.RUN DSKA:MONGEN[1,4] | |
;Write MONGEN.MIC (YES,NO) | |
*Y | |
;MONGEN for 704 monitors | |
; | |
;MONGEN will generate any known TOPS-10 configuration. For information | |
;about which configurations are supported, please refer to the SPD. | |
; | |
;/HELP (PROMPT,SHORT,LONG) | |
*PROMPT |
This file contains 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
##### | |
# We bump up the number of DUP lines on TWONKY | |
# dup0 = DECNET | |
# dup1 - dup3 = ANF10 | |
# | |
# We do 4 lines because SimH allows 4 lines | |
# | |
# NOTE: We can have 8 DUP lines on TWONKY but running it under | |
# SimH's support of max 4 lines causes numerous problems | |
# So stick to 4 DUP lines |
This file contains 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
Login | |
===== | |
login username password - no password needed on operator console | |
A "#" response means its asking for username again (something was wrong in last attempt) | |
Logout | |
====== | |
kjob | |
Shutdown |
NewerOlder