scripted setup of tops10 for decwar #18
Replies: 14 comments 8 replies
-
hi rich - @rcornwell - so i've got the 'pdp10-kl load.ini' script rolling along seemingly ok - boots from tape, creates the two rp6 files in /dsk, nice console output and can get a command line (think it's booted from the rp6 files by then actually?) but then, having trouble with 'pdp10-kl run.ini' though - so bypassing tape and just booting from the rp6 files - not getting any console output and command line, so far - just kinda 'locks up' - the lights on the front panel are blinking, but doesn't look too healthy, not like the boot from tape... any experiences with difficulties around kl booting from the rp6 files? cheers, noah |
Beta Was this translation helpful? Give feedback.
-
You can't boot directly to the RP06 on KL10. You need to load "bts/boot.exb", then continue to get it running, You get a BOOT prompt, pressing return will load and execute "dsk:system.exe[1,4]. |
Beta Was this translation helpful? Give feedback.
-
will try to track script versions here https://github.com/drforbin/decwar/blob/minimalist/docs/sec6-scripted-tops10-setup.md |
Beta Was this translation helpful? Give feedback.
-
note to self around accounts - simply making a junk pile here of past notes, to help try to remember some of this stuff:) rando noteshere's some comments from merlyn
current pic is that the three files below could be direct from the utexas tape that got sent to compuserve. notice they don't mention the many 'newer / later / compuserve' fortran files. so... at utexas the build was done in [10,30,decwar] and then deployed to gam: which was a 'logical device name' assigned to [5,30]. at compuserve, the build was deployed to [1,27]. not clear yet where they did there build, hopefully doesn't really matter too much? note to self, if it's not already there, create p,pn [1,27] using react, then copy DECWAR.EXE, DECWAR.GRP, DECWAR.HLP, DECWAR.NWS to its home folder to 'deploy/install' it. [1,27] is where decwar was deployed for compuserve. for utexas it was logical device name 'gam:', assigned to [5,30]. decwar.imp has mucho learnings about 'building decwar from tape'this is clearly some important stuff. hence the '.imp' extension. and note it's first thing listed in decwar.tap file. in fact, decwar.imp and decwar.tap match up perfectly. one useful thing could be that [10,30,DECWAR] was an important folder / sfd at some point, probably for the build from tape described in decwar.imp, so p,pn 10,30 and sfd [10,30,decwar] were important back then, and could still be! in fact it's even possible that if we were 10,30 and in [10,30,decwar] then everything would magically work. this may be something to try asap. for our possible 'include' troubles, note especially
hmmm, don't have teco 124, potential trouble? wasn't for merlyn! but potentially could be for a 'build from tape'?
merlyn's build workflow and the 'steubentech descendant'with kermit rolling and files prepped over from raspi side to tops10 side, time this weekend to start digging into merlyn's instructions from the file 'changes' in the repo.
these two @COM1, @com2 are splitting up and equiv to @deccmp. @can1 gets used for r link.
the one already there decwar in [1,27] is definitely working. and looks like there's also another older one already there in [5,30]
|
Beta Was this translation helpful? Give feedback.
-
First off you can add additional accounts in my script by adding them to load.ini under r react section. Most likely I would say source for decwar probably can go in [10,30,decwar], data files in whatever ppn you want. Then put main decwar executable in [1,4]. So they can just say "r decwar". |
Beta Was this translation helpful? Give feedback.
-
That's incorrect. It's looking for account [1,27] for the stat files. |
Beta Was this translation helpful? Give feedback.
-
I could change it! But the cis code is looking for the stat (history) files in 1,27. |
Beta Was this translation helpful? Give feedback.
-
You dont have to login as 1,27 |
Beta Was this translation helpful? Give feedback.
-
Again thxs for keeping this alive guys! |
Beta Was this translation helpful? Give feedback.
-
Did I commit my changes fixing the romulan speaking and the TALK command? |
Beta Was this translation helpful? Give feedback.
-
The latest is up on the server...my tops10 server which you have access to Noah |
Beta Was this translation helpful? Give feedback.
-
You do not have to create an account for [1,27], just create a directory. "r credir", then "dskb:[1,27]/protect:xxx". |
Beta Was this translation helpful? Give feedback.
-
Yes, that's correct. You just need ufd. |
Beta Was this translation helpful? Give feedback.
-
just thinking about it and realizing that for a 'normal install' / install from tape, there's good reasons to keep things nice and minimal and zen with just ufd [1,27] - build elsewhere and install 'around' a [1,27] ufd (however the install ends up looking in detail, exe file elsewhere etc:) |
Beta Was this translation helpful? Give feedback.
-
idea is to build on rich's work https://sky-visions.com/dec/tops703/ for scripted setup of a baseline tops10 for decwar
based on the steubentech image modified by merlyn that we have and that does work, we want scripted install from tape of fortran-10 v6 from https://pdp-10.trailing-edge.com/ - here's download of tape image https://pdp-10.trailing-edge.com/tapes/BB-D480C-SB_1981.tap.bz2
Beta Was this translation helpful? Give feedback.
All reactions