mirror of
https://github.com/PDP-10/its.git
synced 2026-05-02 14:30:41 +00:00
Add the tv11 submodule.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -22,3 +22,6 @@
|
|||||||
[submodule "tools/sims"]
|
[submodule "tools/sims"]
|
||||||
path = tools/sims
|
path = tools/sims
|
||||||
url = https://github.com/larsbrinkhoff/ka10-simh
|
url = https://github.com/larsbrinkhoff/ka10-simh
|
||||||
|
[submodule "tools/tv11"]
|
||||||
|
path = tools/tv11
|
||||||
|
url = https://github.com/aap/tv11
|
||||||
|
|||||||
9
Makefile
9
Makefile
@@ -45,7 +45,7 @@ BINIGNORE=-e '^(ka10|ks10|sys)$$'
|
|||||||
# These are on the minsrc tape.
|
# These are on the minsrc tape.
|
||||||
SRCIGNORE=-e '^(system|midas)$$'
|
SRCIGNORE=-e '^(system|midas)$$'
|
||||||
|
|
||||||
SUBMODULES = dasm itstar klh10 mldev simh sims supdup tapeutils
|
SUBMODULES = dasm itstar klh10 mldev simh sims supdup tapeutils tv11
|
||||||
|
|
||||||
# These files are used to create bootable tape images.
|
# These files are used to create bootable tape images.
|
||||||
RAM = bin/ks10/boot/ram.262
|
RAM = bin/ks10/boot/ram.262
|
||||||
@@ -59,6 +59,7 @@ ITSTAR=tools/itstar/itstar
|
|||||||
WRITETAPE=tools/tapeutils/tapewrite
|
WRITETAPE=tools/tapeutils/tapewrite
|
||||||
MAGFRM=tools/dasm/magfrm
|
MAGFRM=tools/dasm/magfrm
|
||||||
GT40=tools/simh/BIN/pdp11 $(OUT)/bootvt.img
|
GT40=tools/simh/BIN/pdp11 $(OUT)/bootvt.img
|
||||||
|
TV11=tools/tv11/tv11
|
||||||
|
|
||||||
H3TEXT=$(shell cd build; ls h3text.*)
|
H3TEXT=$(shell cd build; ls h3text.*)
|
||||||
DDT=$(shell cd src; ls sysen1/ddt.* syseng/lsrtns.* syseng/msgs.* syseng/datime.*)
|
DDT=$(shell cd src; ls sysen1/ddt.* syseng/lsrtns.* syseng/msgs.* syseng/datime.*)
|
||||||
@@ -78,7 +79,7 @@ out/klh10/stamp: $(OUT)/rp0.dsk
|
|||||||
out/simh/stamp: $(OUT)/rp0.dsk $(GT40)
|
out/simh/stamp: $(OUT)/rp0.dsk $(GT40)
|
||||||
$(TOUCH) $@
|
$(TOUCH) $@
|
||||||
|
|
||||||
out/sims/stamp: $(OUT)/rp03.2 $(OUT)/rp03.3 $(GT40)
|
out/sims/stamp: $(OUT)/rp03.2 $(OUT)/rp03.3 $(GT40) $(TV11)
|
||||||
$(TOUCH) $@
|
$(TOUCH) $@
|
||||||
|
|
||||||
$(OUT)/rp0.dsk: build/simh/init $(OUT)/minsys.tape $(OUT)/minsrc.tape $(OUT)/salv.tape $(OUT)/dskdmp.tape build/build.tcl $(OUT)/sources.tape build/$(EMULATOR)/stamp
|
$(OUT)/rp0.dsk: build/simh/init $(OUT)/minsys.tape $(OUT)/minsrc.tape $(OUT)/salv.tape $(OUT)/dskdmp.tape build/build.tcl $(OUT)/sources.tape build/$(EMULATOR)/stamp
|
||||||
@@ -212,6 +213,10 @@ $(WRITETAPE):
|
|||||||
$(MAGFRM):
|
$(MAGFRM):
|
||||||
$(MAKE) -C tools/dasm
|
$(MAKE) -C tools/dasm
|
||||||
|
|
||||||
|
$(TV11):
|
||||||
|
$(MAKE) -C tools/tv11
|
||||||
|
$(MAKE) -C tools/tv11/tvcon
|
||||||
|
|
||||||
tools/supdup/supdup:
|
tools/supdup/supdup:
|
||||||
$(MAKE) -C tools/supdup
|
$(MAKE) -C tools/supdup
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,8 @@ install_linux() {
|
|||||||
sudo apt-get install -my git make gcc libncurses-dev autoconf
|
sudo apt-get install -my git make gcc libncurses-dev autoconf
|
||||||
case "$EMULATOR" in
|
case "$EMULATOR" in
|
||||||
simh) sudo apt-get install -y simh;;
|
simh) sudo apt-get install -y simh;;
|
||||||
sims) sudo apt-get install -y libx11-dev libxt-dev;;
|
sims) sudo apt-get install -y libegl1-mesa-dev libgles2-mesa-dev
|
||||||
|
sudo apt-get install -y libx11-dev libxt-dev libsdl2-dev;;
|
||||||
klh10) sudo apt-get install -y libusb-1.0-0-dev;;
|
klh10) sudo apt-get install -y libusb-1.0-0-dev;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|||||||
1
tools/tv11
Submodule
1
tools/tv11
Submodule
Submodule tools/tv11 added at 7ed5e7cc85
Reference in New Issue
Block a user