1
0
mirror of https://github.com/PDP-10/its.git synced 2026-05-02 14:30:41 +00:00

Add :VK where needed, remove where not needed.

Replace a few instances of sleep with :VK to get a * prompt.

Running :VK after making a link is no longer needed.
This commit is contained in:
Lars Brinkhoff
2025-02-09 07:46:43 +01:00
parent d2b8d49e70
commit 3af19c73d8
8 changed files with 7 additions and 32 deletions

View File

@@ -4,15 +4,14 @@ patch_its_and_go
pdset
respond "*" ":login db\r"
sleep 1
type ":vk\r"
# Normally we'd save the old ITS as OITS, but since it was used for
# bootstrapping with another configuration, it's no longer any use.
type ":delete .;@ its\r"
respond "*" ":delete .;@ its\r"
# The new ITS is now canonical.
respond "*" ":rename .;@ nits, .;@ its\r"
sleep 1
respond "*" ":midas sysbin;_syseng;dump\r"
dump_switches
@@ -117,13 +116,9 @@ expect ":KILL"
respond "*" ":midas sysbin;_sysen2;find\r"
expect ":KILL"
respond "*" ":link sys;ts find,sysbin;find bin\r"
type ":vk\r"
respond "*" ":link sys;ts fi,sys;ts find\r"
type ":vk\r"
respond "*" ":link sys;ts comb,sys;ts find\r"
type ":vk\r"
respond "*" ":link sys2;ts lf,sys;ts find\r"
type ":vk\r"
respond "*" ":midas sys;ts dskuse_syseng;dskuse\r"
expect ":KILL"