-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build the SIMH H316 emulator. This is for emulating an IMP in an ARPA network.
- Loading branch information
1 parent
4074a9a
commit daa4582
Showing
6 changed files
with
8,331 additions
and
2 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
set debug stdout | ||
set hi1 debug | ||
|
||
do impconfig.simh | ||
set imp num=6 | ||
do impcode.simh | ||
attach mi1 4421::4431 | ||
attach hi1 22001:localhost:22002 | ||
set hi1 short | ||
|
||
go |
Oops, something went wrong.