Replies: 13 comments 1 reply
|
I went several rounds trying to get the boot tapes right, so its entirely possible there's something wrong with that one. I'll do a test later and see if I need to go a few more rounds. :) |
|
Tried the Rev 23.2 from https://yagi.h-net.org/ and get .. I'm impressed you've done as many rounds as you have! |
|
The ones at sysovl.info are slightly newer, so maybe my mistake was not keeping multiple web points in sync. |
|
Confirmed, both of the 23.x tapes at sysovl.info are busted, and probably even more of the stuff on yagi.h-net.org. I'll get that fixed. The 21.x and 24.x tapes from sysovl.info seem to be more bootable. |
|
As I was digging around working on the boot record problem, I rediscovered a note I left myself about how the 23.2 set is somewhat broken, which is why it isn't listed on sysovl.info. I did update the boot record, and it is in the directory on yagi, but I'm not sure it's worth spending time on. I have uploaded the 23.3 set. I was able to boot from this, make the pack, restore it all, and reboot from disk, so I think it's in decent shape. I'll work on the 23.4 set next. |
|
Perfect! Have an issue with erase, though. Using PUTTY as my client, and set CONFIG - ERASE to 377 for PUTTY's defaul xterm PC backspace. Problem is is that the cursor doesn't actually move back and remove a character. R19 -> 22 work as expected, but not R23 The default 'CTRL-H' (ERASE 210) moves the cursor back, but doesn't remove a character. Do I need another CONFIG change? Also, you may want to note in https://sysovl.info/reference_prime_drb_installing_primos233.html that the cfg233,tap over-writes the System Name unless you remember to edit CONFIG - SYSNAM |
|
Base PRIMOS doesn't do cleanup as you might see in unix where it echoes backspace-space-backspace. If ECL is running, it will do the cleanup. Are you seeing ECL not do it? |
|
ECL works as expected with both CTRL-H and Backspace. So that's nice! Ta! |
|
Still getting some strangeness with 'erase' - these are all via a PuTTY SSH session to a Pi4. Console command prompt with ECL works as expected, but in commands (eg MAGRST or ED etc) 'erase 377 /* backspace' doesn't move the cursor back, but 'erase 210 /* ctrl-h' does. (ditto for R22 & R24) R19 -> R21 don't show the same behaviour. Telnet into the emulated servers as a user at any revision with either erase config works as expected. (No change in PuTTY settings apart from Telnet rather than SSH) Can work round it, but it is odd. |
|
Oh, right. Subsystems don't necessarily use ECL for input. I know DBG at rev23 does, for example, but I don't think MAGSAV/MAGRST ever did. Assuming ECL is not involved, and echo is on, PRIMOS is going to echo back whatever character you type, and the terminal will react to that. Pretty much no terminal does anything visibly useful in response to a DEL character. A BS does what you would expect on most. Most of the time I spent on Primes, they were working hard enough that character echo was a bit slow, and I was therefore basically forced to learn to count keystrokes and visualize the results in my head anyway. We also used non-vt100-family terminals, most of which use BS as the backspace character. (For us, tvi925 emulation.) |
|
I've put it back to the default 210 and set-up slighty different PuTTY profiles, so it's all peachy now. (Complete with Green or Amber depending on which server I'm talking to.) Mulling over this, it rings faint memory bells of when we started introducing PCs at work and getting ProComm to act how we had our Pericomm terminals behaving. |
|
If your users were trained to use the backspace key on the Pericom terminals, then switching to PC-based emulation which often wants to send DEL for the <----- key, would definitely have required an adjustment. I don't think we got many Pericom terminals on this side of the pond. I certainly wasn't familiar with them. |
|
Most of the original Pericomm DEC VT100 clones I managed were a PITA to support as crappy DIP switch packages had to be reset and contact-cleaner sprayed for them to 'remember' their settings. Sneeze near the blasted things and they'd change. Or the DB25 would fall off the board. Handy settings cheat-sheet under the keyboard, which was handy. The later amber ones were bullet proof, though. I'd love to get one, but suspect one's signifcant other may consider the £££ not as much as an upgrade as me! ;) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
As a distraction from reading Subroutines Ref guides, I thought I'd start a clean install of Rev 23 just for the hell of it.
Rev23 from https://sysovl.info/downloads_prime_primedist.html
Prime Emulator ver ebf5511 May 5 2020
Following https://sysovl.info/reference_prime_drb_installing_primos233.html
Hosted on Pi4 Raspbian GNU/Linux 10 (buster)
But here's what I get when I try to boot ...
The tape reads OK on my patch-work R20 system, and contains (via regular MAGRST) ...
Is the tape unbootable, or have I done something dumb?
All reactions