mirror of
https://github.com/PDP-10/its.git
synced 2026-03-03 18:26:16 +00:00
Make the SIMH console escape character be Control-\.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
set console wru=034
|
||||
set cpu its
|
||||
set cpu idle
|
||||
set tim y2k
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
set build [pwd]/build
|
||||
set out "out/$env(EMULATOR)"
|
||||
set emulator_escape "\005"
|
||||
set emulator_escape "\034"
|
||||
|
||||
proc start_salv {} {
|
||||
uplevel #0 {spawn pdp10 build/simh/init}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
set console wru=034
|
||||
set cpu its
|
||||
set tim y2k
|
||||
at tu0 out/simh/minsys.tape
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
set console wru=034
|
||||
set cpu its
|
||||
set cpu 512k
|
||||
set pd off
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
set console wru=034
|
||||
set cpu its
|
||||
set cpu 512k
|
||||
set cpu mpx
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
set build [pwd]/build
|
||||
set out "out/$env(EMULATOR)"
|
||||
set emulator_escape "\005"
|
||||
set emulator_escape "\034"
|
||||
|
||||
proc start_salv {} {
|
||||
uplevel #0 {spawn ./tools/sims/BIN/ka10 build/sims/init}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
set console wru=034
|
||||
set cpu its
|
||||
set cpu 512k
|
||||
at ptr bin/ka10/boot/magdmp.rim
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
set console wru=034
|
||||
set cpu its
|
||||
set cpu 512k
|
||||
set cpu idle
|
||||
|
||||
@@ -2,13 +2,12 @@
|
||||
|
||||
### Saving ITS files and extract them using itstar
|
||||
|
||||
- Mount a tape image in the emulator. For KLH10, type Control-\\, and
|
||||
then
|
||||
- Mount a tape image in the emulator. Type Control-\\, and then for KLH10
|
||||
|
||||
devmount mta0 files.tape create
|
||||
continue
|
||||
|
||||
For SIMH, type Control-E, and then
|
||||
For SIMH, type
|
||||
|
||||
attach tu0 files.tape
|
||||
continue
|
||||
@@ -18,12 +17,12 @@
|
||||
wild card. Finish with an empty line. When DUMP has finished
|
||||
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
|
||||
continue
|
||||
|
||||
For SIMH, type Control-E, and then
|
||||
For SIMH, type
|
||||
|
||||
detach tu0
|
||||
continue
|
||||
@@ -42,12 +41,12 @@
|
||||
|
||||
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
|
||||
continue
|
||||
|
||||
For SIMH, type Control-E, and then
|
||||
For SIMH, type
|
||||
|
||||
attach tu0 files.tape
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user