mirror of
https://github.com/PDP-10/its.git
synced 2026-03-03 02:08:00 +00:00
Avoid binary patch of literal by instead editing source
Come on?
This commit is contained in:
committed by
Lars Brinkhoff
parent
6a6a2ae390
commit
978d362813
@@ -832,16 +832,9 @@ respond "*" ":midas sys1;ts pty_sysen1;pty\r"
|
||||
expect ":KILL"
|
||||
|
||||
# PRUFD
|
||||
respond "*" ":midas sysbin;prufd bin_sysen2;prufd\r"
|
||||
respond "*" ":midas sys1;ts prufd_sysen2;prufd\r"
|
||||
expect ":KILL"
|
||||
|
||||
# patch PRUFD to use the TTY: device rather than the LPT: device
|
||||
respond "*" ":job prufd\r"
|
||||
respond "*" ":load sysbin;prufd bin\r"
|
||||
respond "*" "nlinks+14/ A,,646471\r"
|
||||
type ":pdump sys1;ts prufd\r"
|
||||
respond "*" ":kill\r"
|
||||
|
||||
# udir
|
||||
respond "*" ":midas sys3;ts nudir_sysen3; nudir\r"
|
||||
expect ":KILL"
|
||||
|
||||
@@ -62,7 +62,7 @@ PDL: BLOCK LPDL+1
|
||||
|
||||
;INITIALIZE
|
||||
|
||||
PRINI: .OPEN LPTC,[1,,SIXBIT / LPTPRUFD WPAPER/]
|
||||
PRINI: .OPEN LPTC,[1,,SIXBIT / TTYPRUFD WPAPER/]
|
||||
.VALUE ;LPT NOT AVAILABLE
|
||||
IRPS NAME,,[USER BLOCKS LINKS]
|
||||
MOVE AA,[SIXBIT /NAME/]
|
||||
Reference in New Issue
Block a user