1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-27 04:37:20 +00:00

Machine-specific emulator start script.

This commit is contained in:
Lars Brinkhoff
2021-07-17 16:27:08 +02:00
parent 2c5d7866f1
commit 40dd2ffed1
4 changed files with 33 additions and 5 deletions

View File

@@ -50,5 +50,5 @@ while test -n "$1"; do
shift
done
tools/simh/BIN/pdp10 build/simh/boot
tools/simh/BIN/pdp10 out/simh/boot
exit 0