1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-06 03:19:18 +00:00

Add PEEK source code, and build it.

This commit is contained in:
Lars Brinkhoff
2016-11-08 09:48:48 +01:00
parent c0cea68218
commit 0387058d08
4 changed files with 7470 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
SRC = system syseng sysen1 sysnet kshack midas _teco_ rms klh
SRC = system syseng sysen1 sysen2 sysnet kshack midas _teco_ rms klh
MINSYS = _ sys sys3
RAM = bin/boot/ram.262
NSALV = bin/boot/salv.rp06

View File

@@ -164,6 +164,14 @@ respond " BIN" "\r"
respond "*" ":kill\r"
respond "*" ":link sys3;ts crtsty,sysbin;crtsty bin\r"
respond "*" ":midas sysbin;_sysen2;peek\r"
expect ":KILL"
respond "*" ":job peek\r"
respond "*" ":load sysbin;peek bin\r"
respond "*" "purify\033g"
respond "Idle" "q"
expect ":KILL"
respond "*" "\005"
respond "sim>" "at tu0 out/output.tape\r"
respond "sim>" "c\r"

View File

@@ -34,3 +34,4 @@ The `$` character represents typing ESC.
| ps | $$v | :listj |
| killall -9 id | id$j $^X | :job id :kill |
| sudo -u u cmd | u$^S cmd | |
| top | | :peek |

7460
src/sysen2/peek.629 Executable file

File diff suppressed because it is too large Load Diff