Re: SCSI Tape to TAP utility
On Sat, 8 Aug 2015, Chuck Guzis wrote: I've got a Linux utility to translate SIMH .tap to raw binary, if that's interesting to anyone. I would have thought that such utilities existed already. They probably do, but I have written my own set of tools for reading and writing TAP and AWS files, as probably most who do tape archiving. Christian
Re: DEC RX02-PA?
On 09/08/2015 23:21, Sean Caron wrote: I did not know that. It must have been a fairly rare thing? I don't think I've ever seen one photographed. I didn't think it was /that/ rare. I believe should have one here somewhere, so if I can find one I'll photograph it. On Sun, Aug 9, 2015 at 6:06 PM, Pete Turnbull wrote: On 09/08/2015 18:14, Sean Caron wrote: DEC did sell a version of the BA23 that was intended to be used just as an expansion peripherals cabinet. You shouldn't have any problems putting HH devices in BA23 bays (so long as you have the appropriate interfaces to drive them) but you may need i.e. 3.5" to 5.25" bracket to attach to the BA23 sleds, and you'll have (cosmetic) blank space on top after putting a HH device in a FH bay. I imagine you'd have to make a special bracket to mount a TZ30/RX33 over-under in one of the 5.25" bays in the BA23 but it could certainly be done ... No such factory configuration exists AFAIK If a TZ30 has the same mounting holes as a 5.25" disk drive, it's doable. There's an official DEC mounting kit to mount 2 x RX33 where you'd normally find an RX50 in a BA23/BA123. It's basically two side plates, to hold the upper and lower drives together. -- Pete Pete Turnbull -- Pete Pete Turnbull
Re: Apollo DN series HP root account
On 08/09/2015 07:39 PM, Bill Newman wrote: I have a vintage apollo question... In the late 1980's when HP acquired Apollo Computer Inc, I recall there was an HP root account, that shipped with every new machine. In many cases this account was not removed. I recently acquired a DN3000 and to my amazement it was clean, and booted to an SR10.4 login prompt. Does anybody remember that HP account and password? Alternative cracks would be welcomed as well. Bill, First try user/, user/apollo and root/apollo ... failing that there's some info here about clearing the registry: http://web.mit.edu/kolya/www/csa-faq.html#4.24 I used to know quite a bit about these machines, but apparently it's all fallen out of my brain now :/ cheers Jules
Re: Classic programming
> On Aug 9, 2015, at 10:01 PM, Nigel Williams > wrote: > > On Mon, Aug 10, 2015 at 10:19 AM, Paul Koning wrote: >> Right. And further tweaked by myself, also at DEC (for RSTS/E), though I >> don’t believe that version was sent back to DECUS. > > Neat! I'm a big fan of RSTS/E, are you able to make your tweaked > version available? I’m trying to get that done. paul
FOR SALE: HP 700/92 green screen monitor
Excellent condition, $100 plus shipping or best offer.
Re: Apollo DN series HP root account
Hmmm. Not that I recall. Seems to me that one could boot with the boot switch in service mode (so it doesn't boot right through to DOMAIN/OS, though, and you could get a shell, allowing one to use a command-line editor to edit out the offending password. If you are still stuck in a couple of days, I can fire up my SR10.2 DN3000 and see what I can see. JRJ On 8/9/2015 7:39 PM, Bill Newman wrote: > I have a vintage apollo question... > > In the late 1980's when HP acquired Apollo Computer Inc, I recall there > was an HP root account, that shipped with every new machine. In many > cases this account was not removed. > > I recently acquired a DN3000 and to my amazement it was clean, and > booted to an SR10.4 login prompt. Does anybody remember that HP account > and password? Alternative cracks would be welcomed as well. > > Bill Newman > >
Re: SCSI Tape to TAP utility
On 8/9/2015 7:57 PM, Chuck Guzis wrote: > On 08/09/2015 03:03 PM, Jay Jaeger wrote: > > I'd pretty much left the 360 world after DOS/360 (that really dates me), > so I couldn't comment--except that I never trusted an operator to mount > tapes, if I could do anything about it. A lot of the tapes came from > customers who supplied them to demonstrate a problem. Losing one meant > a lot of apologies and begging. > Isn't that what removed write rings were for? ;) > Much of my big-iron days were spent in operating system work, so I > needed the machine all to myself in any case---you know, > middle-of-the-night block time, after the CEs were through. Build a > tape, deadstart it, watch the machine crash, get a dump, punch some > cards, lather, rinse, repeat. Come home to grab a shower and dinner and > be back in time for the 9AM status meeting. Been there, done that, though not with OS/360 - but with VMS. > > Those years have affected my sleep habits all the way to my "golden > years". They didn't do much for my social life either. > > --Chuck Chuckle. JRJ
Re: SCSI Tape to TAP utility
Reminds me of James Ellwood from one of my favorite TZ episode “From Agnes, With Love” https://en.wikipedia.org/wiki/From_Agnes—With_Love > On Aug 9, 2015, at 8:57 PM, Chuck Guzis wrote: > > They didn't do much for my social life either. > > --Chuck > > >
Re: SCSI Tape to TAP utility
The link below is to a Google Drive folder with three files that I will leave up for a while: awstape.c - Read a SCSI tape, output in AWS format (Linux) awstoraw.c - Read an AWS file, output a raw byte stream awstosimh.c - Read an AWS file, output a SimH https://drive.google.com/folderview?id=0B2v4WRwISEQRfi1TWnlKU1hqUXphWVhpZ1FKOGFoVjRPVnppX1F2aUMwTUw0QkxSNEsyMjg&usp=sharing They are anything but elegant, but have gotten the job done for me. JRU On 8/9/2015 11:57 PM, Marc Verdiell wrote: > Hey, I'll take the offer, I am interested in both. > Marc > >> Jay Jaeger wrote: >> If anyone is interested, I have code for a Linux SCSI tape to >> AWSTAPE program, and a program that translates aws format to a raw >> byte stream. Not sure if I have one that translates to the SimH .tap >> format, though. GNU C. > >> Chuck Guzis wrote: >> I've got a Linux utility to translate SIMH .tap to raw binary, if that's >> interesting to anyone. I would have thought that such utilities existed >> already. > > >
Adding a Hard Drive to an Original IBM PC Using a Raspberry Pi
One of my favorite old computers to tinker with is a rev B IBM PC. I recently moved it out into my living room to hopefully inspire me to mess with it more, but I still didn’t want to mess with having to put everything on 360k floppies. With all the slots occupied I had to find another solution for mass storage. Raspberry Pi to the rescue! I was able to use XTIDE and a Pi to emulate a hard drive over the RS232 port. All the details are here on my blog post: http://www.insentricity.com/a.cl/244 -- Follow me on twitter: @FozzTexx Check out my blog: http://insentricity.com
Re: Adding a Hard Drive to an Original IBM PC Using a Raspberry Pi
On Mon, 10 Aug 2015, Chris Osborn wrote: One of my favorite old computers to tinker with is a rev B IBM PC. I recently moved it out into my living room to hopefully inspire me to mess with it more, but I still didn’t want to mess with having to put everything on 360k floppies. With all the slots occupied I had to find another solution for mass storage. Raspberry Pi to the rescue! I was able to use XTIDE and a Pi to emulate a hard drive over the RS232 port. All the details are here on my blog post: http://www.insentricity.com/a.cl/244 Nice job. But, why give up an entire ISA slot just to hold a DB25 and a DA15 connector? You coulda made up a Compact Flash or SD card pseudo hard-drive that ALSO has a DE9 and DA15 connector on its bracket. BTW, the original 5150 also had an empty ROM socket.
Re: Adding a Hard Drive to an Original IBM PC Using a Raspberry Pi
On Aug 10, 2015, at 9:43 AM, Fred Cisin wrote: > But, why give up an entire ISA slot just to hold a DB25 and a DA15 connector? > You coulda made up a Compact Flash or SD card pseudo hard-drive that ALSO > has a DE9 and DA15 connector on its bracket. I have plans to make a bracketless XTIDE card that has a 2mm notebook drive header on it so I can use an SD card to notebook adapter I have. It’ll fit in the unused slot and let the AST SixPakPlus continue to hang the parallel and game port off the bracket in the back. Of course laying out a PCB to do that is a lot more work than just using a serial connection and I don’t know when I’ll find time to get the card designed. :-) -- Follow me on twitter: @FozzTexx Check out my blog: http://insentricity.com
Re: Booting an IBM MP 3000 S/390 System
Guy, On Tue, Aug 04, 2015 at 11:20:42PM -0700, Guy Sotomayor wrote: > I spent some time today and made a video of my MP 3000 system booting up > to z/OS. The video is here: http://youtu.be/WnJmeQR0GQU. Sadly I'll have to wait until I get home to watch it. YouTube is blocked where I work. I suspect I'll be experiencing extreme envy as I watch it. The closest I have is Hercules running the OSes freely available to hobbyists. Just one thing - one doesn't boot z/OS, one IPL's z/OS. :-) -- Kevin http://www.RawFedDogs.net http://www.Lassie.xyz http://www.WacoAgilityGroup.org Bruceville, TX What's the definition of a legacy system? One that works! Errare humanum est, ignoscere caninum.
Re: Apollo DN series HP root account
I did a little Googling and some site suggested password "-apollo-" but unfortunately I don't have one and have never really worked with them so I can't back that up from personal experience. Best, Sean On Mon, Aug 10, 2015 at 10:07 AM, Jules Richardson < jules.richardso...@gmail.com> wrote: > On 08/09/2015 07:39 PM, Bill Newman wrote: > >> I have a vintage apollo question... >> >> In the late 1980's when HP acquired Apollo Computer Inc, I recall there >> was >> an HP root account, that shipped with every new machine. In many cases >> this account was not removed. >> >> I recently acquired a DN3000 and to my amazement it was clean, and booted >> to an SR10.4 login prompt. Does anybody remember that HP account and >> password? Alternative cracks would be welcomed as well. >> > > Bill, > > First try user/, user/apollo and root/apollo ... failing that > there's some info here about clearing the registry: > > http://web.mit.edu/kolya/www/csa-faq.html#4.24 > > I used to know quite a bit about these machines, but apparently it's all > fallen out of my brain now :/ > > cheers > > Jules > >
MTS
There have been a few references to MTS over the past couple of months that led me to suspect people are running it under Hercules. I did some poking around a while back and managed to find some tape images (bitsaver, I think), and did some cursory reading of the release notes. I think there might be enough there to IPL and perform a basic installation, but what immediately caught my attention was the mention that sites had to purchase ASMH from IBM, which leads me to believe the public distributions don't contain an assembler. I cut my teeth on *real* computers on the U of Alberta's Amdahl running MTS, and I can't possibly imagine using it without an assembler. So my first question is: is anyone running MTS under Hercules from these public images? And if yes, question 2 is: which languages are included? One of the main reasons I would like to get MTS running would be to play around with the scheduler code. I remember some changes that were introduced circa 1981 that - I thought - destroyed the interactive response time of the system. E.g. APL went from being a joy to practically un-usable, IMO. I've always wanted to poke around in there and see if I couldn't fix it. And to get thoroughly esoteric and obscure, what are the odds that someone out there squirreled away an archive of SHOW:? from UQV-MTS? --lyndon
Re: MTS
The UMich guys have made available images of tapes from many MTS releases. Not all releases are complete. They've also provided a built system of D6.0 (1986? -87?) with all the further changes it was running just before shutdown in the 90s. (No tape images for this version yet.) You may want to look at: http://archive.michigan-terminal-system.org/ ASMH is a licensed program product, so they can't make it available. MTS used a fairly heavily modified version of it. A lot of other languages are included, though. There's a list on the above web site somewhere of the license status of many things. Source is included in the tapes. If the SHOW bits to which you refer were shared amongst the consortium, and predate the release of D6.0, they're quite likely in there somewhere. IIRC the copy of the MTS manuals on bitsavers were actually freshly generated in the last few years, so the thing might be referenced there. De
Re: Booting an IBM MP 3000 S/390 System
On Mon, Aug 10, 2015 at 2:55 PM, Kevin Monceaux wrote: > Guy, > > On Tue, Aug 04, 2015 at 11:20:42PM -0700, Guy Sotomayor wrote: > >> I spent some time today and made a video of my MP 3000 system booting up >> to z/OS. The video is here: http://youtu.be/WnJmeQR0GQU. > > Sadly I'll have to wait until I get home to watch it. YouTube is blocked > where I work. I suspect I'll be experiencing extreme envy as I watch it. > The closest I have is Hercules running the OSes freely available to > hobbyists. Just one thing - one doesn't boot z/OS, one IPL's z/OS. :-) He corrects that in the video itself :) -- Eric Christopherson
Friendly reminder to any 5620 / BLIT owners...
The battery in the teletype DMD 5620 is mounted in a very fatal position, and does indeed leak, as I learned this weekend. If you have not removed it, I would get on that now. In fact, if you still have batteries in anything, you might be doing it wrong... ;) Cheers, - Ian -- Ian Finder (206) 395-MIPS ian.fin...@gmail.com
Re: MTS
On 8/10/2015 1:24 PM, Lyndon Nerenberg wrote: There have been a few references to MTS over the past couple of months that led me to suspect people are running it under Hercules. I did some poking around a while back and managed to find some tape images (bitsaver, I think), and did some cursory reading of the release notes. I think there might be enough there to IPL and perform a basic installation, but what immediately caught my attention was the mention that sites had to purchase ASMH from IBM, which leads me to believe the public distributions don't contain an assembler. I cut my teeth on *real* computers on the U of Alberta's Amdahl running MTS, and I can't possibly imagine using it without an assembler. So my first question is: is anyone running MTS under Hercules from these public images? And if yes, question 2 is: which languages are included? One of the main reasons I would like to get MTS running would be to play around with the scheduler code. I remember some changes that were introduced circa 1981 that - I thought - destroyed the interactive response time of the system. E.g. APL went from being a joy to practically un-usable, IMO. I've always wanted to poke around in there and see if I couldn't fix it. And to get thoroughly esoteric and obscure, what are the odds that someone out there squirreled away an archive of SHOW:? from UQV-MTS? --lyndon Lyndon, there is a Yahoo group, h390-...@yahoogroups.com which I archive and is active which deals with MTS, assuming that it is the same mainframe system. I didn't see that you had posted to any of the yahoogroups Hercules groups, and you may be lurking, but wanted to mention them. I can post all of the hercules groups or send them offline if you need. thanks Jim
RE: Classic programming
From: Noel Chiappa Sent: Sunday, August 09, 2015 8:25 AM > As to who actually did do EMACS, it was a cast of characters, and I wasn't > enough part of it to know who should be listed. RMS was, of course, primus > inter pares, but there were others. E.g. I remember Gene Cicarelli did > some stuff. As I understand the history, RMS created ^R mode in TECO ("real-time editing", for the uninitiated), and lots of people began creating TECO init files that defined various key bindings for favored commands. RMS then collected everyone's init files, put the ones with consensus into a default configuration, and published the result as EMACS. The things that didn't make it into the default key bindings went into libraries. > There was this thing called IVORY which IIRC 'purified' TECO code so that it > could be dumped out in a compressed form (for faster loading, execution, etc > - it may have also been possible to have it read-only, and the page(s) shared > between multiple EMACS instances, but my memory is foggy on this), and Gene > did that. IVORY was an alternative to PURIFY. PURIFY stripped out comments and white space; IVORY stripped comments, but left white space alone. It could also combine PURIFYed and IVORYed compressed output into a library. (I used to have my own version of EMACS, with different key bindings for the kinds of things I needed to do often and functions from some of the other libraries built into the main library instead. That got lost when I parted ways with XKL; I still miss it, years later.) Rich Rich Alderson Vintage Computing Sr. Systems Engineer Living Computer Museum 2245 1st Avenue S Seattle, WA 98134 mailto:ri...@livingcomputermuseum.org http://www.LivingComputerMuseum.org/
Re: MTS
On Mon, Aug 10, 2015 at 01:24:41PM -0700, Lyndon Nerenberg wrote: >I think there might be enough there to IPL and perform a basic installation, >but what immediately caught my attention was the mention that sites had to >purchase ASMH from IBM, which leads me to believe the public distributions >don't contain an assembler. I assume you're saying that the real MTS sites bought *ASMH back in the old days, not that it's possible for mere mortals to buy a license for home emulator use nowadays at a finite price? I'd love to be wrong (and I'd gladly pay four digits, as long as it's one-time and not per-year). It'd be hard to get very far w/o *ASMH (it's horrible but it's the standard, and MTS had plenty of languages I miss less), and writing a clean/legal reimplementaation now would only take, say, 5000 person-years. John Wilson USERHA8G@RPITSMTS.Bitnet
RE: MTS
> -Original Message- > From: cctalk [mailto:cctalk-boun...@classiccmp.org] On Behalf Of John > Wilson > Sent: 10 August 2015 22:05 > To: General Discussion: On-Topic and Off-Topic Posts > > Subject: Re: MTS > > On Mon, Aug 10, 2015 at 01:24:41PM -0700, Lyndon Nerenberg wrote: > >I think there might be enough there to IPL and perform a basic > >installation, but what immediately caught my attention was the mention > >that sites had to purchase ASMH from IBM, which leads me to believe the > >public distributions don't contain an assembler. > > I assume you're saying that the real MTS sites bought *ASMH back in the old > days, not that it's possible for mere mortals to buy a license for home > emulator use nowadays at a finite price? That is correct, they bought Assembler H. There are Assembler H compatible alternatives such as:- http://tachyonsoft.com/ and even http://z390.org/ but neither of these have the MTS extensions, and the MTS folks say these are needed to re-configure MTS > > I'd love to be wrong (and I'd gladly pay four digits, as long as it's one-time and > not per-year). It'd be hard to get very far w/o *ASMH (it's horrible but it's > the standard, and MTS had plenty of languages I miss less), and writing a > clean/legal reimplementaation now would only take, say, 5000 person-years. > As I say there are at least two clean replacements, but they don't have the MTS extras. However as Hercules allows you to change the config then the major need for MTS Assembler H has gone away. Some folks have also worked out how to patch some of the MTS tables to change the I/o so again reducing the need. All this has meen discussed in the H390-MTS group so its worth joining and reading the info there.. > John Wilson > USERHA8G@RPITSMTS.Bitnet Dave Wade G4UGM (once upon a time PM27 on the Newcastle Upon Tyne MTS system)
Re: MTS
You may want to look at: http://archive.michigan-terminal-system.org/ By sheer coincidence, I happened across that site this morning. Very useful! Source is included in the tapes. If the SHOW bits to which you refer were shared amongst the consortium, and predate the release of D6.0, they're quite likely in there somewhere. SHOW was Keith Fenske's personal account at the UofA. It hosted the most astounding collection of games and other nifty bric-a-brac. His version of Space War (for the 3270) probably sucked down more student CPU soft dollars than all their combined course work did!) --lyndon
Re: MTS
I didn't see that you had posted to any of the yahoogroups Hercules groups, and you may be lurking, but wanted to mention them. I can post all of the hercules groups or send them offline if you need. I'm aware of them, and have scanned a couple of the groups (how I found pointers to the VM six-pack). But the Yahoo Groups interface is so repulsive as to be unusable (by me, anyway). --lyndon
R: Booting an IBM MP 3000 S/390 System
Well, there's a z/os image for hercules, floating around -Messaggio originale- Da: cctalk [mailto:cctalk-boun...@classiccmp.org] Per conto di Kevin Monceaux Inviato: lunedì 10 agosto 2015 21:55 A: General Discussion: On-Topic and Off-Topic Posts Oggetto: Re: Booting an IBM MP 3000 S/390 System Guy, On Tue, Aug 04, 2015 at 11:20:42PM -0700, Guy Sotomayor wrote: > I spent some time today and made a video of my MP 3000 system booting > up to z/OS. The video is here: http://youtu.be/WnJmeQR0GQU. Sadly I'll have to wait until I get home to watch it. YouTube is blocked where I work. I suspect I'll be experiencing extreme envy as I watch it. The closest I have is Hercules running the OSes freely available to hobbyists. Just one thing - one doesn't boot z/OS, one IPL's z/OS. :-) -- Kevin http://www.RawFedDogs.net http://www.Lassie.xyz http://www.WacoAgilityGroup.org Bruceville, TX What's the definition of a legacy system? One that works! Errare humanum est, ignoscere caninum.
RE: MTS
> -Original Message- > From: cctalk [mailto:cctalk-boun...@classiccmp.org] On Behalf Of Lyndon > Nerenberg > Sent: 10 August 2015 22:16 > To: jwsm...@jwsss.com; General Discussion: On-Topic and Off-Topic Posts > > Subject: Re: MTS > > > I didn't see that you had posted to any of the yahoogroups Hercules > > groups, and you may be lurking, but wanted to mention them. I can > > post all of the hercules groups or send them offline if you need. > > I'm aware of them, and have scanned a couple of the groups (how I found > pointers to the VM six-pack). > > But the Yahoo Groups interface is so repulsive as to be unusable (by me, > anyway). > > --lyndon Just sign up for e-mail. But if you want to use MTS the best way to get support from the MTS guys is via Yahoo...
Re: MTS
On Mon, Aug 10, 2015 at 02:13:56PM -0700, Lyndon Nerenberg wrote: >probably sucked down more student CPU soft dollars You mean "MT$". John
Re: MTS
--On August 10, 2015 at 2:13:56 PM -0700 Lyndon Nerenberg wrote: Source is included in the tapes. If the SHOW bits to which you refer were shared amongst the consortium, and predate the release of D6.0, they're quite likely in there somewhere. SHOW was Keith Fenske's personal account at the UofA. It hosted the most astounding collection of games and other nifty bric-a-brac. His version of Space War (for the 3270) probably sucked down more student CPU soft dollars than all their combined course work did!) Unless someone at UQV archived those files, they are probably gone. I'm quite sure they aren't on any tapes from Michigan that were saved. Mike
Re: MTS
On 8/10/2015 2:16 PM, Lyndon Nerenberg wrote: I didn't see that you had posted to any of the yahoogroups Hercules groups, and you may be lurking, but wanted to mention them. I can post all of the hercules groups or send them offline if you need. I'm aware of them, and have scanned a couple of the groups (how I found pointers to the VM six-pack). But the Yahoo Groups interface is so repulsive as to be unusable (by me, anyway). --lyndon They have the MTS system working, and you can peruse the group messages w/o joining via their web, just google h390-mts and go to that link. If you want anything in the file section, you will have to join, or feel free to message me and I'll retrieve it. Looks like manuals, and patches are available there, don't know if they are archived elsewhere. I've not searched to see who is hosting the system, you will have to read for yourself. If you can read the cctalk archive online, you can read the MTS group message archive online. I subscribe to many groups and archive them all via email and use that resource personally, but if you have not subscribed since the inception of the group, you will of course have missed a lot. Several of the authors of MTS are participating, and you are denying yourself a resource that is very valuable, but whatever. thanks Jim
RE: SCSI Tape to TAP utility
From: Jay Jaeger Sent: Monday, August 10, 2015 8:56 AM > The link below is to a Google Drive folder with three files that I will > leave up for a while: > awstape.c - Read a SCSI tape, output in AWS format (Linux) > awstoraw.c - Read an AWS file, output a raw byte stream > awstosimh.c - Read an AWS file, output a SimH Thanks, Jay! I was dreading having to write these (in Macro-20) in the near future. Rich Rich Alderson Vintage Computing Sr. Systems Engineer Living Computer Museum 2245 1st Avenue S Seattle, WA 98134 mailto:ri...@livingcomputermuseum.org http://www.LivingComputerMuseum.org/
Re: OT: Slow booting, was re: Booting an IBM MP 3000 S/390 System
Just a follow-up on the problem of a Supermicro P6DGE taking forever to boot up. I tried several versions of the BIOS with pretty much the same result. Since each reset the configuration (CMOS) memory, there was little issue of an overlooked setting contributing to the slow boot. I tested the "fast boot" in both enabled and disabled settings and found that the POST took almost exactly the same time--the only difference was that the memory check "odometer" didn't display in the "fast boot" setting. Could it be that the presence of ECC registered SDRAM requires that every memory location get written before boot-up can proceed? There's 2GB of the stuff, so that could be the difference. --Chuck
Re: SCSI Tape to TAP utility
Glad to help. On 8/10/2015 6:14 PM, Rich Alderson wrote: > From: Jay Jaeger > Sent: Monday, August 10, 2015 8:56 AM > >> The link below is to a Google Drive folder with three files that I will >> leave up for a while: > >> awstape.c - Read a SCSI tape, output in AWS format (Linux) >> awstoraw.c - Read an AWS file, output a raw byte stream >> awstosimh.c - Read an AWS file, output a SimH > > Thanks, Jay! I was dreading having to write these (in Macro-20) in the > near future. > > Rich > > > Rich Alderson > Vintage Computing Sr. Systems Engineer > Living Computer Museum > 2245 1st Avenue S > Seattle, WA 98134 > > mailto:ri...@livingcomputermuseum.org > > http://www.LivingComputerMuseum.org/ >
Re: Friendly reminder to any 5620 / BLIT owners...
On Mon, Aug 10, 2015 at 4:41 PM, Ian Finder wrote: > The battery in the teletype DMD 5620 is mounted in a very fatal position, > and does indeed leak, as I learned this weekend. Ow! > If you have not removed it, I would get on that now. Thanks for the tip. I just checked the Blit I received this summer, and the battery is thankfully intact. Zero voltage, but no leaks (yet). > In fact, if you still have batteries in anything, you might be doing it > wrong... ;) I lost an A4000 because I _thought_ I pulled the battery, but I was wrong. :-( It might be fixable, and I will try, but I'm expecting to have to replace it. Now I just need to find out why this Blit doesn't display anything when I power it on. The motherboard seems typical of AT&T products - a massive grid of square-pad-vias and a number of proprietary/private-label ICs. The firmware is on 8 27128s. In case I might have bitrot in 30-year-old EPROMs, does anyone have backups of the firmware I can test/reburn with? The RAM is 1MB of soldered Hitachi 50256s. Probably OK but no easy way to test them. -ethan
Re: Friendly reminder to any 5620 / BLIT owners...
On Mon, Aug 10, 2015 at 8:48 PM, Ethan Dicks wrote: > On Mon, Aug 10, 2015 at 4:41 PM, Ian Finder wrote: >> The battery in the teletype DMD 5620 is mounted in a very fatal position, >> and does indeed leak, as I learned this weekend. > > Now I just need to find out why this Blit doesn't display anything > when I power it on... Ah ha! Pulling the dead battery has brought the Blit back to life. It passes self-tests and now is screaming "WAITING FOR KEYBOARD STATUS". Back to the search for a compatible keyboard. Two, really, since I also have a 730+ that needs one. -ethan
Re: Friendly reminder to any 5620 / BLIT owners...
Dang Ethan! What Ian said! Get 'em out rtfn! On Mon, Aug 10, 2015 at 9:32 PM, Ethan Dicks wrote: > On Mon, Aug 10, 2015 at 8:48 PM, Ethan Dicks > wrote: > > On Mon, Aug 10, 2015 at 4:41 PM, Ian Finder > wrote: > >> The battery in the teletype DMD 5620 is mounted in a very fatal > position, > >> and does indeed leak, as I learned this weekend. > > > > Now I just need to find out why this Blit doesn't display anything > > when I power it on... > > Ah ha! Pulling the dead battery has brought the Blit back to life. > It passes self-tests and now is screaming "WAITING FOR KEYBOARD > STATUS". > > Back to the search for a compatible keyboard. Two, really, since I > also have a 730+ that needs one. > > -ethan >
Re: SCSI Tape to TAP utility
Thanks Jay! Marc From: Jay Jaeger The link below is to a Google Drive folder with three files that I will leave up for a while: awstape.c - Read a SCSI tape, output in AWS format (Linux) awstoraw.c - Read an AWS file, output a raw byte stream awstosimh.c - Read an AWS file, output a SimH https://drive.google.com/folderview?id=0B2v4WRwISEQRfi1TWnlKU1hqUXphWVhpZ1FK OGFoVjRPVnppX1F2aUMwTUw0QkxSNEsyMjg&usp=sharing They are anything but elegant, but have gotten the job done for me. JRU --
Re: MTS
Dennis is correct, the MTS source and binary tapes were released to the public a few years back and the URL he quotes is the hub for everything MTS. If you want to spin up an instance yourself from scratch, I wrote a little tutorial some time ago that will distill down the installation documentation for you, and notes a few potential snags: http://wildflower.diablonet.net/~scaron/herculesmts.html It's actually pretty easy to install and run MTS from scratch, in rather stark contrast to many operating systems that ran on the 360/370 platform. There are a wide variety of assemblers and compilers included; here's an overview; just a few of them are broken (Pascal, C) but most run: http://archive.michigan-terminal-system.org/discussions/programming-languages-available-under-mts Have fun! MTS runs great on Hercules. I have an instance running pretty much continuously on one of my servers and I'm always on there playing around with old languages. Best, Sean On Mon, Aug 10, 2015 at 4:35 PM, Dennis Boone wrote: > The UMich guys have made available images of tapes from many MTS > releases. Not all releases are complete. They've also provided a built > system of D6.0 (1986? -87?) with all the further changes it was running > just before shutdown in the 90s. (No tape images for this version yet.) > > You may want to look at: > > http://archive.michigan-terminal-system.org/ > > ASMH is a licensed program product, so they can't make it available. > MTS used a fairly heavily modified version of it. A lot of other > languages are included, though. There's a list on the above web site > somewhere of the license status of many things. > > Source is included in the tapes. If the SHOW bits to which you refer > were shared amongst the consortium, and predate the release of D6.0, > they're quite likely in there somewhere. IIRC the copy of the MTS > manuals on bitsavers were actually freshly generated in the last few > years, so the thing might be referenced there. > > De >
Re: Booting an IBM MP 3000 S/390 System
Does it include ISPF? Using MVS is a bear without it... Best, Sean On Mon, Aug 10, 2015 at 5:17 PM, Mazzini Alessandro wrote: > Well, there's a z/os image for hercules, floating around > > -Messaggio originale- > Da: cctalk [mailto:cctalk-boun...@classiccmp.org] Per conto di Kevin > Monceaux > Inviato: lunedì 10 agosto 2015 21:55 > A: General Discussion: On-Topic and Off-Topic Posts > Oggetto: Re: Booting an IBM MP 3000 S/390 System > > Guy, > > On Tue, Aug 04, 2015 at 11:20:42PM -0700, Guy Sotomayor wrote: > > > I spent some time today and made a video of my MP 3000 system booting > > up to z/OS. The video is here: http://youtu.be/WnJmeQR0GQU. > > Sadly I'll have to wait until I get home to watch it. YouTube is blocked > where I work. I suspect I'll be experiencing extreme envy as I watch it. > The closest I have is Hercules running the OSes freely available to > hobbyists. Just one thing - one doesn't boot z/OS, one IPL's z/OS. :-) > > > > -- > > Kevin > http://www.RawFedDogs.net > http://www.Lassie.xyz > http://www.WacoAgilityGroup.org > Bruceville, TX > > What's the definition of a legacy system? One that works! > Errare humanum est, ignoscere caninum. > >
And speaking of ALGOL
One could always implement a KDF9 emulator and then port Randall and Russell code (from the book). And r.e. ALGOL68, Peter Hibbard had some sort of ALGOL68 system working on the PDP11s at CMU I believe.
Re: PDP-12 Restoration at the RICM
We found a shorted diode in one of the rectifiers in the +/-42VDC supply in the VR14 that was causing the main fuse to blow. The donor of the PDP-12 gave us a spare so that was an easy fix. We reinstalled the VR14 in the PDP-12 and ran the display diags. The VR14 display actually works! We found a open trimpot for the gain on the vertical flip-chip. We swapped the horizontal and vertical flip-chips, adjusted the gain trimpot, removed the flip-chip, and added a fixed resistor with the same value for now. The display when running the diags looks very nice and crisp. We booted LAP6-DIAL and could display a listing of the files on the tape on the VR14 monitor. After about 20 minutes of running nicely, the TC12 went back into the mode where it could not find blocks. Oh well, more debugging to do. -- Michael Thompson
Re: And speaking of ALGOL
On Tue, Aug 11, 2015 at 12:07 PM, Mark Kahrs wrote: > One could always implement a KDF9 emulator and then port Randall and > Russell code (from the book). Both of those requirements are already done: http://www.findlayw.plus.com/KDF9/emulation/emulator.html
Re: Booting an IBM MP 3000 S/390 System
z/OS is a licensed product from IBM (read $$$'s involved). Generally you can't run anything newer than MVS 3.8j on Hercules. See the Hercules website (http://www.hercules-390.eu). It has links to other sites where you can get various OS's and other programs that can be legally run. Note that there is a "turnkey" system for MVS 3.8j that is set up for Hercules that has an ISPF-like clone. I have that set up to run on my Mac. I also have the VM/370 "sixpack" installed as well when I want to run VM/370. The version of z/OS installed on my MP3000 does have ISPF (along with lots of other program products) installed. TTFN - Guy On 8/10/15 2:33 PM, Sean Caron wrote: Does it include ISPF? Using MVS is a bear without it... Best, Sean On Mon, Aug 10, 2015 at 5:17 PM, Mazzini Alessandro wrote: Well, there's a z/os image for hercules, floating around -Messaggio originale- Da: cctalk [mailto:cctalk-boun...@classiccmp.org] Per conto di Kevin Monceaux Inviato: lunedì 10 agosto 2015 21:55 A: General Discussion: On-Topic and Off-Topic Posts Oggetto: Re: Booting an IBM MP 3000 S/390 System Guy, On Tue, Aug 04, 2015 at 11:20:42PM -0700, Guy Sotomayor wrote: I spent some time today and made a video of my MP 3000 system booting up to z/OS. The video is here: http://youtu.be/WnJmeQR0GQU. Sadly I'll have to wait until I get home to watch it. YouTube is blocked where I work. I suspect I'll be experiencing extreme envy as I watch it. The closest I have is Hercules running the OSes freely available to hobbyists. Just one thing - one doesn't boot z/OS, one IPL's z/OS. :-) -- Kevin http://www.RawFedDogs.net http://www.Lassie.xyz http://www.WacoAgilityGroup.org Bruceville, TX What's the definition of a legacy system? One that works! Errare humanum est, ignoscere caninum.
Re: And speaking of ALGOL
On 8/10/15 7:07 PM, Mark Kahrs wrote: One could always implement a KDF9 emulator and then port Randall and Russell code (from the book). And r.e. ALGOL68, Peter Hibbard had some sort of ALGOL68 system working on the PDP11s at CMU I believe. It was a cross compiler. The compiler ran on TOP-10 and generated code that would run on C.MMP (a 16-way shared memory multiprocessor PDP-11) running Hydra (a very cool capabilities based OS). I still have my copy of the "Hydra Songbook" which is the manual that describes all of the K-calls (kernel calls) and the basic application environment. TTFN - Guy
Re: And speaking of ALGOL
On 08/10/2015 07:07 PM, Mark Kahrs wrote: One could always implement a KDF9 emulator and then port Randall and Russell code (from the book). And r.e. ALGOL68, Peter Hibbard had some sort of ALGOL68 system working on the PDP11s at CMU I believe. Why all this DEC stuff about Algol? Go to the source--the Burroughs B5500 (or if you want, the B5000). A piece of engineering much advanced for its time. Did DEC ever produce a machine that ate Algol as its native programming language? --Chuck