mirror of
https://github.com/PDP-10/its.git
synced 2026-01-11 23:53:12 +00:00
Add the tv11 submodule.
This commit is contained in:
parent
1d0891aa97
commit
a7e347654d
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -22,3 +22,6 @@
|
||||
[submodule "tools/sims"]
|
||||
path = tools/sims
|
||||
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.
|
||||
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.
|
||||
RAM = bin/ks10/boot/ram.262
|
||||
@ -59,6 +59,7 @@ ITSTAR=tools/itstar/itstar
|
||||
WRITETAPE=tools/tapeutils/tapewrite
|
||||
MAGFRM=tools/dasm/magfrm
|
||||
GT40=tools/simh/BIN/pdp11 $(OUT)/bootvt.img
|
||||
TV11=tools/tv11/tv11
|
||||
|
||||
H3TEXT=$(shell cd build; ls h3text.*)
|
||||
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)
|
||||
$(TOUCH) $@
|
||||
|
||||
out/sims/stamp: $(OUT)/rp03.2 $(OUT)/rp03.3 $(GT40)
|
||||
out/sims/stamp: $(OUT)/rp03.2 $(OUT)/rp03.3 $(GT40) $(TV11)
|
||||
$(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
|
||||
@ -212,6 +213,10 @@ $(WRITETAPE):
|
||||
$(MAGFRM):
|
||||
$(MAKE) -C tools/dasm
|
||||
|
||||
$(TV11):
|
||||
$(MAKE) -C tools/tv11
|
||||
$(MAKE) -C tools/tv11/tvcon
|
||||
|
||||
tools/supdup/supdup:
|
||||
$(MAKE) -C tools/supdup
|
||||
|
||||
|
||||
@ -11,7 +11,8 @@ install_linux() {
|
||||
sudo apt-get install -my git make gcc libncurses-dev autoconf
|
||||
case "$EMULATOR" in
|
||||
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;;
|
||||
esac
|
||||
}
|
||||
|
||||
1
tools/tv11
Submodule
1
tools/tv11
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 7ed5e7cc85251a20464c105b4a297110bbc1a04b
|
||||
Loading…
x
Reference in New Issue
Block a user