-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With TSU disk added, does this contain Cobol, Fortran, Algol, APSLF, BLISS compilers. #3
Comments
Here is another TOPS-10 installation you can try. It mentions Cobol and Fortran. NOTE, it runs on @rcornwell's PDP-10 emulator: https://github.com/rcornwell/sims/ |
Thanks Lars. Yes, I've been using that install too.
…On Wed, Apr 20, 2022 at 4:15 AM Lars Brinkhoff ***@***.***> wrote:
Here is another TOPS-10 installation you can try. It mentions Cobol and
Fortran.
*NOTE*, it runs on @rcornwell <https://github.com/rcornwell>'s PDP-10
emulator: https://github.com/rcornwell/sims/
https://www.sky-visions.com/dec/tops10.shtml
—
Reply to this email directly, view it on GitHub
<#3 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYRYNQSWRLRJCY6TA3PERO3VF64J3ANCNFSM5TTEQKVQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
TSU is a set of patches, that need to be applied. In terms of Tops 10 7.04 I would avoid it unless you want to upgrade it. The printer does not work. This is no problem on klh10 since it does not support printer. |
Hi Richard,
Thanks. I have a good Tops 7.04 build using the images on you provided on
your web site.
Cobol, Fortran, Algol, AplSF, Basic all working.
There is the Printing issue as you mentioned when running under simh KL-10B
emulation.
This is a affecting a Fortran program that I was running.
It would be very nice to be able to apply the TSU patches as a kind of Tops
10 7.05 version.
Regarding the TSU set of patches, the file mounts as a disk.
I'm more of a developer rather than a computer operator, but I'm learning
(as you know).
Would you be able to provide a few easy things:
[1] Which command to use to get a list of patches on the TSU disk.
[2] How to apply the patches. If you just provide 1 example, I can do the
rest, and then post the full script here so it will benefit others.
Thanks,
Bill
…On Wed, Apr 20, 2022 at 8:19 AM Richard Cornwell ***@***.***> wrote:
TSU is a set of patches, that need to be applied. In terms of Tops 10 7.04
I would avoid it unless you want to upgrade it. The printer does not work.
This is no problem on klh10 since it does not support printer.
—
Reply to this email directly, view it on GitHub
<#3 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYRYNQTOCYJGOEWHHLXPSCTVF7Y5VANCNFSM5TTEQKVQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
With TSU disk added, does this contain Cobol, Fortran, Algol, APSLF, BLISS compilers?
This disk image runs fine in klh10. It's a smooth running Tops 7.04 image with SOS and BASIC.
I noticed it's the same twonky file system that was included with the original klh10 2.0A release back in 2001, except
for the addition of the TSU disk which is specified in the pdp10.ini as:
devdef dsk0 rh0.0 rp type=rp06 sn=1024 format=dbd9 path=disks/T10-RP06.0-dbd9
devdef dsk1 rh0.1 rp type=rp06 sn=1026 format=dbd9 path=disks/T10-RP06.1-dbd9
devdef dsk2 rh0.2 rp type=rp06 sn=1028 format=dbd9 path=disks/tsu
So with the addition of thatl tsu disk, I had the hope that it might contain the Cobol, Fortran, Algol, APSLF, BLISS compilers.
I see them listed in dir SYS:, but when trying to run them they don't run.
Could there be any commands needed to add what is in the tsu disk to the search list or some other way to make the compilers work
that I am not seeing?
Thanks,
Bill
The text was updated successfully, but these errors were encountered: