clean up link file a bit.

This commit is contained in:
Kelvin Sherlock 2021-10-24 21:47:29 -04:00
parent 77ec62a091
commit c470e945ec
2 changed files with 7 additions and 12 deletions

6
make-vt100.sh Normal file
View File

@ -0,0 +1,6 @@
iix qlink vt100.link.S && \
profuse -orw vt100.po && \
cp vt100.system /Volumes/vt100/vt100.system \
&& umount /Volumes/vt100

View File

@ -4,8 +4,6 @@
lkv 0
org $2000
* asm boot.S
* asm vt100.ctrl.S
asm vt100.main.S
asm vt100.esc.S
asm vt100.tabs.S
@ -17,15 +15,6 @@
asm vt100.beep.S
asm vt100.cda.S
* lnk boot.S
* pos ; reset
* pos EMU_SIZE
*EMU_SIZE ext
*EMU_BLOCKS geq EMU_SIZE+511\512
lnk vt100.main.L
lnk vt100.esc.L
lnk vt100.tabs.L
@ -38,4 +27,4 @@
lnk vt100.cda.L
typ $ff
sav vt100.sys
sav vt100.system