Re: [Simh] Terminal Emulator

2018-01-25 Thread Richard
I used PROCOMM on an 8088; I never used telix. -- "The Direct3D Graphics Pipeline" free book The Terminals Wiki The Computer Graphics Museum Legalize Adulthood! (my blog)

Re: [Simh] Terminal Emulator

2018-01-25 Thread Zane Healy
I initially had to use Telix running on a 386sx laptop to send the bootstrap to my PDP-11. I used it a lot in the 90’s. One of the best MS DOS programs I know of. Zane > On Jan 25, 2018, at 6:45 PM, Dan Gahlinger wrote: > > telix > > Original message

Re: [Simh] Terminal Emulator

2018-01-25 Thread Gregg Levine
Hello! Normally I use Putty when it can connect. But Kermit certainly will, and since it is available for most of what you'd want to run inside, it will fully enable loading and downloading of files. - Gregg C Levine gregg.drw...@gmail.com "This signature fought the Time Wars, time and again."

[Simh] Terminal Emulator

2018-01-25 Thread Pär Moberg
Hello, I am looking for good terminal emulators for my 286. I will attach to Linux and simh/pdp-11 and simh/pdp-8. I got a vga card for my 286. //Pär ___ Simh mailing list Simh@trailing-edge.com http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] Simh Digest, Vol 168, Issue 38

2018-01-25 Thread khandy21yo
The MicroVAX 3100 had a bug in the boot Rom that limited it to a 1.06? Disk. I don't know if it also occurred on other systems. Sent from my Galaxy Tab® A Original message From: Larry Baker Date: 1/25/18 7:17 PM (GMT-07:00) To: heal...@avanthar.com Cc: SIMH

Re: [Simh] 101 Basic Games for RSTS/E (was Re: PDP11 on Simh for public access)

2018-01-25 Thread Kevin Handy
Ok, I already have a tool to convert old "noextend" basic+ to the newer "extend" format. It is 'b1filter.cc' in the src directory of git clone http://github.com/khandy21yo/btran.git it handles the end-of-line stuff as well as the '&' for print. There are some things it doesn't handle, like

Re: [Simh] Simh Digest, Vol 168, Issue 38

2018-01-25 Thread Larry Baker
We ran into this on a real VAX when we added a 20GB SCSI disk, as I recall. Either VAX/VMS or the hardware (I think it was VAX/VMS) only looks at the low-order 24 bits of the disk size. So, our 20GB disk was viewed as a 3+GB drive on the VAX. Alpha/VMS has no problem handling larger drives.

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Larry Baker
As far as I am aware, there is no limit, up to the amount of disk space available. Backup Save Sets are just RMS sequential files with fixed record lengths (on disk, usually 32768 bytes, on tape, I think the default is 4096, except 2048 for Interchange format). Larry Baker US Geological

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Zane Healy
> On Jan 25, 2018, at 4:18 PM, Johnny Billquist wrote: > > Exabytes? > I know there was some people who thought they couldn't do variable size > reocrds, but that is actually incorrect. They can. It might be wasting space > on the underlying tape or something, I don't know.

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Zane Healy
> On Jan 25, 2018, at 1:39 PM, Larry Baker wrote: > > I agree completely. DECnet is your friend. On VMS, it works right out of > the box. I have never had a need to try rmt. As I mentioned in an earlier > email, I have built a DECnet FAL-to-NFS gateway using DECnet-Linux.

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Zane Healy
> On Jan 25, 2018, at 2:22 PM, Dennis Boone wrote: > > If you're venturing into unix technology, it's possible to mount nfs > shares on the VMS machines. Then you can use BACKUP to write save sets > onto the nfs share. There seems to be some care needed with ADF > metadata.

Re: [Simh] Assorted ramblings was: Re: VAX Tape Emulation?

2018-01-25 Thread Clem Cole
On Thu, Jan 25, 2018 at 7:35 PM, Armistead, Jason wrote: > Clem and all > > > > Your knowledge of this and many other obscure (and not-so-obscure) > subjects from the “early days” never ceases to amaze me. If only there was > a way to capture all these anecdotes into

Re: [Simh] 101 Basic Games for RSTS/E (was Re: PDP11 on Simh for public access)

2018-01-25 Thread khandy21yo
Rsts basic+ has two modes. Extend and noextend, Noextend is the original mode, where 'line continues with a linseed and ends with a return. The & character works as a shortcut for print. Statements were separated with a colon : Extend mode was changed things around. It was a later addition.

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Zane Healy
If it was applicable to the situation, then VMSTPC would work great. It’s already installed on my Alpha, and I’m pretty sure there is a VAX binary for it in the VAX directory on there. I also have it installed on my RSX-11M+. It’s definitely a great tool. Just not for this. :-) Zane > On

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Clem Cole
s/couple of people/couple of families/ ᐧ On Thu, Jan 25, 2018 at 8:47 PM, Clem Cole wrote: > > > On Thu, Jan 25, 2018 at 7:46 PM, Johnny Billquist wrote: > >> >> Domain OS using 1056 bytes? On what systems? I used a lot of DN3000, 4000 >> and 5000 systems, and

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Clem Cole
On Thu, Jan 25, 2018 at 7:46 PM, Johnny Billquist wrote: > > Domain OS using 1056 bytes? On what systems? I used a lot of DN3000, 4000 > and 5000 systems, and they used bog standard disk drives with 512 byte > sectors. (Interesting systems in some ways, but their windowing

[Simh] Fwd: 101 Basic Games for RSTS/E (was Re: PDP11 on Simh for public access)

2018-01-25 Thread Warren Young
On Thu, Jan 25, 2018 at 5:52 PM, Johnny Billquist wrote: > On 2018-01-26 01:34, Warren Young wrote: > >> On Thu, Jan 25, 2018 at 4:44 PM, Johnny Billquist > > wrote: >> >> I wonder if...this might be from some other BASIC dialect

Re: [Simh] 101 Basic Games for RSTS/E (was Re: PDP11 on Simh for public access)

2018-01-25 Thread Clem Cole
On Thu, Jan 25, 2018 at 7:23 PM, Johnny Billquist wrote: > I thought Dave Ahl didn't come from that environment. I'm pretty sure Ahl was in Education System's group, which I thought at one point was in MRO (Marlboro).Small-systems was in the Mill. MRO was 36-bit land.

Re: [Simh] 101 Basic Games for RSTS/E (was Re: PDP11 on Simh for public access)

2018-01-25 Thread Johnny Billquist
Yeah, as far as I can recall he was at EduSystems. Didn't really reflect that they might have had their own dialect. But that would make sense. Johnny Al Kossow skrev: (26 januari 2018 01:59:57 CET) > > >On 1/25/18 4:52 PM, Johnny Billquist wrote: > >> Hmm. I would not

Re: [Simh] 101 Basic Games for RSTS/E (was Re: PDP11 on Simh for public access)

2018-01-25 Thread Al Kossow
On 1/25/18 4:52 PM, Johnny Billquist wrote: > Hmm. I would not expect much of that code to work on the BASIC that's under > OS/8 without changes as well. Edusystem BASIC? Didn't he come out of that world? ___ Simh mailing list

Re: [Simh] 101 Basic Games for RSTS/E (was Re: PDP11 on Simh for public access)

2018-01-25 Thread Johnny Billquist
On 2018-01-26 01:34, Warren Young wrote: On Thu, Jan 25, 2018 at 4:44 PM, Johnny Billquist > wrote: I wonder if...this might be from some other BASIC dialect that DEC had at some point. I believe we're using these BASIC programs as-is in our

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Johnny Billquist
On 2018-01-26 00:44, Clem Cole wrote: On Thu, Jan 25, 2018 at 4:57 PM, Mark Pizzolato > wrote: I think the documentation comment “cannot write variable-length blocks and do not allow skipping forward over records between read

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Johnny Billquist
On 2018-01-26 01:25, Phil Budne wrote: Johnny Billquist wrote: This is obviously a limitation of the rmt protocol, which makes the assumption that all records are of equal length. Works for the standard Unix tools, which also tend to want to use tapes with a fixed record

Re: [Simh] Assorted ramblings was: Re: VAX Tape Emulation?

2018-01-25 Thread Armistead, Jason
Clem and all Your knowledge of this and many other obscure (and not-so-obscure) subjects from the “early days” never ceases to amaze me. If only there was a way to capture all these anecdotes into one coherent “Wikipedia of computing history” … Many of these stories are absolutely

Re: [Simh] 101 Basic Games for RSTS/E (was Re: PDP11 on Simh for public access)

2018-01-25 Thread Johnny Billquist
On 2018-01-26 01:03, Tony Nicholson wrote: Definitely BASIC-Plus on RSTS!  You may need to replace the “&” with “PRINT” in some of the files. Which should tell you that it's not for BASIC+ on RSTS/E. :-) Also, : for separating statements is, as far as I remember, also not in BASIC+, which

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Johnny Billquist
On 2018-01-25 22:57, Mark Pizzolato wrote: I think the documentation comment “cannot write variable-length blocks and do not allow skipping forward over records between read operations” was written when talking about the common cartridge tapes that were available on 80s and 90s Unix

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Johnny Billquist
On 2018-01-25 22:31, Clem Cole wrote: On Thu, Jan 25, 2018 at 4:14 PM, Larry Baker > wrote: Because UNIX tapes and tape driverscannot write variable-length blocks and do not allow skipping forward over records between read operations

Re: [Simh] 101 Basic Games for RSTS/E (was Re: PDP11 on Simh for public access)

2018-01-25 Thread Tony Nicholson
Definitely BASIC-Plus on RSTS! You may need to replace the “&” with “PRINT” in some of the files. Tony On Fri, 26 Jan 2018 at 11:00, Clem Cole wrote: > On Thu, Jan 25, 2018 at 6:44 PM, Johnny Billquist wrote: > >> if this might be from some other BASIC

Re: [Simh] 101 Basic Games for RSTS/E (was Re: PDP11 on Simh for public access)

2018-01-25 Thread Clem Cole
On Thu, Jan 25, 2018 at 6:44 PM, Johnny Billquist wrote: > if this might be from some other BASIC dialect that DEC had at some point. > ​I think this is the Tops-10 BASIC dialect ​ ᐧ ___ Simh mailing list Simh@trailing-edge.com

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Clem Cole
The old netnews copytape program from the 80s did the same thing. Somebody has a GitHub version of it: https://github.com/halfmanhalftaco/copytape ᐧ On Thu, Jan 25, 2018 at 5:47 PM, Johnny Billquist wrote: > Zane - unless I remember wrong, there is a tool from DECUS to copy

Re: [Simh] 101 Basic Games for RSTS/E (was Re: PDP11 on Simh for public access)

2018-01-25 Thread Johnny Billquist
Cool. Thanks. Downloaded and unpacket. Anyone interested and on HECnet can now find them on MIM::DU:[101GAMES] Looked a little at one or two files. BASIC+2 do not like them. The code uses special shorts, functions and specifics that don't match. I wonder if BASIC+ accepts them either, or if

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Clem Cole
On Thu, Jan 25, 2018 at 4:57 PM, Mark Pizzolato wrote: > I think the documentation comment “cannot write variable-length blocks > and do not allow skipping forward over records between read operations” > was written when talking about the common cartridge tapes that were >

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Armistead, Jason
Zane The program that Johnny is thinking of is VMSPTC http://www.digiater.nl/openvms/decus/vax86a/bnelson/vmstpc/vmstpc.c Note sure if this is the latest, but it came up in the first set of Google search results for "VMSTPC" Good luck Jason -Original Message- From: Simh

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Johnny Billquist
Zane - unless I remember wrong, there is a tool from DECUS to copy tapes to a file image, and then get that back to a tape again. The RSX version is called TPC, and I'm pretty sure it also exists for VMS. Using that, pull your physical tapes into files, copy the files over to the simulated

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Mark Pizzolato
On Thursday, January 25, 2018 at 2:22 PM, Dennis Boone wrote: > > At one point, I remember that some VMS folks in ZK3 (CJ Coppersmith > > seems to stick in my head by I do not remember) were messing we > > putting a the UCB sockets library into VMS and were somebody ported > > the

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Dennis Boone
> At one point, I remember that some VMS folks in ZK3 (CJ Coppersmith > seems to stick in my head by I do not remember) were messing we > putting a the UCB sockets library into VMS and were somebody ported > the Berkeley rcmd(3) suite on VMS from Tru64. If you're venturing into unix

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Dennis Boone
> I think the documentation comment "cannot write variable-length > blocks and do not allow skipping forward over records between read > operations" was written when talking about the common cartridge tapes > that were available on 80s and 90s Unix workstations. I don't recall > the name.

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Mark Pizzolato
I think the documentation comment “cannot write variable-length blocks and do not allow skipping forward over records between read operations” was written when talking about the common cartridge tapes that were available on 80s and 90s Unix workstations. I don’t recall the name. These things

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Larry Baker
I agree completely. DECnet is your friend. On VMS, it works right out of the box. I have never had a need to try rmt. As I mentioned in an earlier email, I have built a DECnet FAL-to-NFS gateway using DECnet-Linux. It works great for storing Backup Save Sets on an NFS file server. Once

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Clem Cole
On Thu, Jan 25, 2018 at 4:14 PM, Larry Baker wrote: > Because UNIX tapes and tape drivers cannot write variable-length blocks > and do not allow skipping forward over records between read operations > ​That's not a correct statement. UNIX does it great - I've used it (and rmt)

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Larry Baker
The answer is: the rmt protocol is not sufficient to support Backup. From the Multinet Installation and Administrator's Guide (http://www.process.com/docs/multinet5_5/install_admin.pdf): About the RMT Client The RMT client MULTINET RMTALLOC is used for accessing tape or CD-ROM drives on

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Clem Cole
The question is do the standard tape utilities know how to exploit it -- i.e. the moral equiv of the UNIX sequence: cmd -f - | rmt host I thought CJ and Co had some way to make that work in mid 90's versions of VMS but I've forgotten the details (many beers ago). ᐧ On Thu, Jan 25, 2018 at

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Tony Nicholson
On Fri, 26 Jan 2018 at 07:00, Larry Baker wrote: > Clem, > > MultiNet included rmt support. I do not know which versions included it > or whether MultiNet has a Hobbyist License. > Process Software’s Multinet and PMDF for OpenVMS have had hobbyist licenses for a long time

Re: [Simh] Simh Digest, Vol 168, Issue 26

2018-01-25 Thread Larry Baker
Zane, Now you lost me. You initially said you wanted to backup SIMH VAXes. If you want to do the backup to a virtual tape drive from a real VAX, you'll need something like MultiNet, and something on the other end that speaks the rmt protocol. If you want to do a backup to something over the

Re: [Simh] EXT :Re: VAX Tape Emulation?

2018-01-25 Thread Hittner, David T [US] (MS)
You are not alone. I thought that myself the first time I saw it in GitHub. ;-) Dave -Original Message- From: Simh [mailto:simh-boun...@trailing-edge.com] On Behalf Of Zane Healy Sent: Thursday, January 25, 2018 2:46 PM To: Paul Koning Cc: simh

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Zane Healy
>> >> As far as I can tell, the GITHUB repository lacks such files. >> https://github.com/simh/simh/tree/master/ > > No, it's right there. Remember that Github displays are case sensitive, so > all the machine directories (being upper case, apart from "alpha") come > first, then the lowercase

Re: [Simh] 101 Basic Games for RSTS/E (was Re: PDP11 on Simh for public access)

2018-01-25 Thread Tony Nicholson
On Fri, Jan 26, 2018 at 12:18 AM, Johnny Billquist wrote: > Since the disk pack contains basic sorces, this could also probably be > used on rsx systems, but then we need a different file system. Care to > create a disk in rt11 format, since that is pretty much the common file >

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Larry Baker
Clem, MultiNet included rmt support. I do not know which versions included it or whether MultiNet has a Hobbyist License. Larry Baker US Geological Survey 650-329-5608 ba...@usgs.gov > On 25 Jan 2018, at 7:57:30 AM, simh-requ...@trailing-edge.com wrote: > > Message: 1 > Date: Thu, 25 Jan

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Larry Baker
Zane, Your idea of connecting a second disk to your SIMH VAXes will work fine. Create a second SIMH hard drive for your VAX(es). Initialize it on the VAX. Then boot Standalone Backup and make an image Backup Save Set on your second disk. Or, make an image copy. Then you'll have a second

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Paul Koning
> On Jan 25, 2018, at 10:50 AM, Zane Healy wrote: > > >> ... > > Interesting. I wonder if the documentation has gotten dropped somehow. > Either that or I’m still being blind. > > As far as I can tell, the GITHUB repository lacks such files. >

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Zane Healy
> On Jan 25, 2018, at 6:57 AM, Clem Cole wrote: > > > > On Wed, Jan 24, 2018 at 5:25 PM, Zane Healy > wrote: > > I’d like to backup to a simulated tape drive on the one emulated VAX. The > largest drive on my Alpha is

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Zane Healy
> On Jan 25, 2018, at 6:28 AM, Paul Koning wrote: > > On Jan 24, 2018, at 8:33 PM, Zane Healy wrote: >> >> How do I set the tape size to 0? I’d say that’s a stupid question, but I’ve >> had very little luck finding documentation on the options.

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Zane Healy
Just to be clear, I’m looking to backup a physical machine, to a virtual tape drive, such that I can restore the data to either SIMH or a Physical machine. I don’t need to extract files. I can extract files (and I have with some of the most critical) via NFS to my Mac. Except for legacy

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Clem Cole
On Wed, Jan 24, 2018 at 5:25 PM, Zane Healy wrote: > > I’d like to backup to a simulated tape drive on the one emulated VAX. > The largest drive on my Alpha is 50GB. I’d prefer not to have to span > tapes. :-) ​Another thought... what are you running the emulator on?

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Paul Koning
On Jan 24, 2018, at 8:33 PM, Zane Healy wrote: > > How do I set the tape size to 0? I’d say that’s a stupid question, but I’ve > had very little luck finding documentation on the options. Though I won’t > rule out that I might be blind. :-) In the SIMH source tree

Re: [Simh] VAX Tape Emulation?

2018-01-25 Thread Johnny Billquist
Hmm. None of the tools I wrote ever had that limit. They just process records and don't give a damn about absolute disk or tape position. Johnny Tim Shoppa skrev: (25 januari 2018 00:53:34 CET) >Many common tape image tools as of two decades use 32-bit integers to >carry