1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-26 04:07:36 +00:00

Make the SIMH console escape character be Control-\.

This commit is contained in:
Lars Brinkhoff
2018-05-09 13:58:07 +02:00
parent d5dc99de08
commit a7efcd3ac2
9 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
set console wru=034
set cpu its set cpu its
set cpu idle set cpu idle
set tim y2k set tim y2k

View File

@@ -1,6 +1,6 @@
set build [pwd]/build set build [pwd]/build
set out "out/$env(EMULATOR)" set out "out/$env(EMULATOR)"
set emulator_escape "\005" set emulator_escape "\034"
proc start_salv {} { proc start_salv {} {
uplevel #0 {spawn pdp10 build/simh/init} uplevel #0 {spawn pdp10 build/simh/init}

View File

@@ -1,3 +1,4 @@
set console wru=034
set cpu its set cpu its
set tim y2k set tim y2k
at tu0 out/simh/minsys.tape at tu0 out/simh/minsys.tape

View File

@@ -1,3 +1,4 @@
set console wru=034
set cpu its set cpu its
set cpu 512k set cpu 512k
set pd off set pd off

View File

@@ -1,3 +1,4 @@
set console wru=034
set cpu its set cpu its
set cpu 512k set cpu 512k
set cpu mpx set cpu mpx

View File

@@ -1,6 +1,6 @@
set build [pwd]/build set build [pwd]/build
set out "out/$env(EMULATOR)" set out "out/$env(EMULATOR)"
set emulator_escape "\005" set emulator_escape "\034"
proc start_salv {} { proc start_salv {} {
uplevel #0 {spawn ./tools/sims/BIN/ka10 build/sims/init} uplevel #0 {spawn ./tools/sims/BIN/ka10 build/sims/init}

View File

@@ -1,3 +1,4 @@
set console wru=034
set cpu its set cpu its
set cpu 512k set cpu 512k
at ptr bin/ka10/boot/magdmp.rim at ptr bin/ka10/boot/magdmp.rim

View File

@@ -1,3 +1,4 @@
set console wru=034
set cpu its set cpu its
set cpu 512k set cpu 512k
set cpu idle set cpu idle

View File

@@ -2,13 +2,12 @@
### Saving ITS files and extract them using itstar ### Saving ITS files and extract them using itstar
- Mount a tape image in the emulator. For KLH10, type Control-\\, and - Mount a tape image in the emulator. Type Control-\\, and then for KLH10
then
devmount mta0 files.tape create devmount mta0 files.tape create
continue continue
For SIMH, type Control-E, and then For SIMH, type
attach tu0 files.tape attach tu0 files.tape
continue continue
@@ -18,12 +17,12 @@
wild card. Finish with an empty line. When DUMP has finished wild card. Finish with an empty line. When DUMP has finished
writing the files, type `quit` to exit. writing the files, type `quit` to exit.
- Unmount the tape image. For KLH10, type Control-\\, and - Unmount the tape image. Type Control-\\, and then for KLH10
devunmount mta0 devunmount mta0
continue continue
For SIMH, type Control-E, and then For SIMH, type
detach tu0 detach tu0
continue continue
@@ -42,12 +41,12 @@
itstar -cf files.tape foo bar itstar -cf files.tape foo bar
- Mount the tape image in the emulator. For KLH10, type Control-\\ and - Mount the tape image in the emulator. Type Control-\\, and then for KLH10
devmount mta0 files.tape devmount mta0 files.tape
continue continue
For SIMH, type Control-E, and then For SIMH, type
attach tu0 files.tape attach tu0 files.tape
continue continue