All —
I haven’t posted to this list in the recent past, mostly posting to VCF or the S100 group. But, I’m trying to cast my net wide looking for some specific things for a project I’m working on.
I’ve done recreations/clones of two Lomas S100 boards – the Color Magic and the Thunder 186 (https://github.com/RichCini/LomasBoards). This set creates a two-board computer that can run unmodified PC-DOS. While it’s PC-compatible, it’s compatible in the Tandy 2000 kind of way. I started work on the …
[View More]Color Magic about 2 years ago, pending reversing the PALs, which happened this year. The Thunder 186 was much easier to recreate, and thus was done in a few months.
What this system currently lacks is a mass storage option. Lomas offered a SCSI board (which added an RTC and 4 serial ports), but copies of the manual and schematics aren’t known to exist on the Internet. There’s also a great alternative, the Lifeboat SCSI (for the Z-100 machines), but I haven’t been able to locate the software drivers or firmware for it (I have a manual which has the schematic and PAL equations).
Finally, I can almost get Windows 1.0 running on this setup, but it needs custom drivers. I have the drivers from the Tandy 2000 (aka, the "Tandy 2000 MS-Windows Pre-Installation Disk") which don’t work as-is but I believe could with modifications. I posted to the Tandy Discord server but if anyone should know of the existence of these sources, please let me know.
Thanks!
Rich
--
Rich Cini
http://cini.classiccmp.org
[View Less]
I've got a 7 track tape here that was written on a PDP-10 TENEX setup.
It's identified as a "mini-dump" tape. I can extract the data (PDP-10
5 char/word) successfully, but the format of the block headers (seems to
be about 6 words) eludes me. I'd like to be able to use the original
file names.
Does anyone have information on the mini-dump structure?
TIA
Chuck
Hello Mark.
The Oracle V2.3 manual is only partly usable for 4.1.4.
The build/install scripts copies a help file to [1,1] and you only need to
add the keyword and reference to the help file in mcr.hlp and dcl.hlp.
Yhos help file is mucht more usefull.
If you used the newsinst.cmd file after the installation, it will create a
demo database (scott/tiger), which has several similarities compared to V2.3.
Main difference for UFI, in v2.3 it is 'ufi personnel scott/tiger'
whereas in V4 it is 'ufi …
[View More]scott/tiger' for the basic demo.
Ed
--
Ik email, dus ik besta 😆
January 2, 2025 4:26 PM, "Mark Matlock" <mark(a)rsx11m.com> wrote:
> Ed,
> Congrats to both you and Johnny on bringing this Oracle software back from extinction!!
>
> I was a big fan of Datatrieve but haven’t worked with Oracle before. I downloaded the V2.3 manuals
> and have started reading them, but I ran into a question. To use the UFI, one needs to login with a
> user name and password. Is there a default one or how do you set one up? I configured my
> installation for two users.
>
> Thanks for this great software archeology development!
> Mark
>
>> On Dec 31, 2024, at 5:59 PM, Ed Groenenberg <ed(a)groenenberg.net> wrote:
>>
>> The wait was long, but it's finally available, Oracle V4.1.4 for RSX-11M+.
>> More at www.oracle-v2.online/oracle414
>>
>> Ed
>> --
>>
>> --
>> You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
>> To unsubscribe from this group and stop receiving emails from it, send an email to
>> pidp-11+unsubscribe(a)googlegroups.com.
>> To view this discussion visit
>> https://groups.google.com/d/msgid/pidp-11/f3fe33a34335d8f9bb9daa30ca0a36f0@….
>
> --
> You received this message because you are subscribed to the Google Groups "[PiDP-11]" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
> pidp-11+unsubscribe(a)googlegroups.com.
> To view this discussion visit
> https://groups.google.com/d/msgid/pidp-11/46350799-AC28-4EBD-B890-0955A5083….
[View Less]
Peter,
The command file below is from a SYSGEN driver build of DDDRV from my system but I think it should work for yours. Note that OU: is defined by the SYSGEN process and should be set as a logical to your system disk (DL0:) or perhaps more simply just edited to be SY: Also, note that it uses RSXVEC.STB which should work on the pregenned RL02 RSX11M+.
[200,200]DDDRVBLD.CMD
;
; DDDRVBLD.CMD -- RSX-11M-PLUS loadable DD: driver build command file
;
; Created on 01-NOV-2024 at 14:00:05
;
…
[View More]OU:[1,54]DDDRV/-MM/-HD,SY:[1,34]DDDRV/SH/-SP,OU:[1,54]DDDRV=
SY:[1,24]RSX11M/LB:DDDRV:DDTAB
LB:[3,54]RSXVEC.STB/SS
LB:[1,1]EXELIB/LB
/
STACK=0
PAR=DRVPAR:120000:20000
/
If for some reason you need to assemble the DDDRV driver below is the SYSGEN produced assembly command files.
[200,200]DDDRVASM.CMD
;
; DDDRVASM.CMD -- RSX-11M-PLUS loadable DD: driver assembly command file
;
; Created on 01-NOV-2024 at 12:56:02
;
OU:[11,24]DDDRV,LS:[11,34]DDDRV/-SP=IN:[1,1]EXEMC/ML,[11,10]RSXMC/PA:1,DDDRV
OU:[11,24]DDTAB,LS:[11,34]DDTAB/-SP=IN:[1,1]EXEMC/ML,[11,10]RSXMC/PA:1,DDTAB
Good Luck,
Mark
>
> 1. I need some RSX11M+ TKB help (Peter Ekstrom)
>
> From: Peter Ekstrom <epekstrom(a)gmail.com>
> Subject: [cctalk] I need some RSX11M+ TKB help
> Date: December 29, 2024 at 6:21:46 PM CST
> To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk(a)classiccmp.org>
> Reply-To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk(a)classiccmp.org>
>
> I have RSX11M+ 4.6 BL87 installed and running on my real PDP 11/23+ and
> have gotten DECnet to work as well. But recently a need to access a TU58
> tape has come up, and turns out the DD driver on disk isn't built against
> the correct RSX11M.STB file. So I need to, I guess, recreate the DDDRV.TSK
> file. I have tried some very simplistic TKB commands but keep getting an
> error saying a required file is missing.
>
> I don't have the sysgen stuff on this disk... What I have comes from the
> pregenned RL02 image.
>
> Does anyone know how the TKB command line should look for this? I know, I
> am looking for the easy way out. I have skimmed through some manuals but
> nothing has stood out to me (I'm sure I missed it).
>
> Any help would be greatly appreciated.
>
> - Peter
[View Less]
Hello everyone,
I am working on a Rainbow 100A which is showing a diagnostic code on the
lights at the back of 0110101. This is supposed to be Message 1 "Main Board
Video".
I have disassembled the 8088 firmware and checked address traces with a
logic analyser and my suspicion is that actually this is something to do
with the interaction with the Z80 because it is reading a status from the
shared memory and then using that to set the status lights.
I have been unable so far to work …
[View More]out where in the ROMs the Z80 code lives
or where in the 8088 code it transfers it to the shared memory to allow the
Z80 to run.
Can anyone tell me where the Z80 firmware is in the ROMs? And does anyone
have any insight into the above error or have details of the interaction
between the Z80 and the 8088? The Technical Manual only goes so far
unfortunately.
Thanks
Rob
[View Less]
The IBM 1403 printer had interchangeable print chains. I know of only
four 1403 printers still working — two at the Computer History Museum
in Mountain View, CA, one at the IBM Technology Center in Böblingen,
Germany, and one near Endicott, NY.
All four have the 48-character "A" or "Business" chain, and CHM has a
16-character numeric chain that allows the printer to run twice as fast
for numeric-only output. CHM doesn't have an "H" or "Fortran" chain,
and as far as I know, none of the others …
[View More]do. The difference is that
parentheses are % and "lozenge" — a square with indented edges
— apostrophe is @, and = is # on the "A" chain. IBM also had a 64-
character chain that included box and line drawing graphics. BTW,
nobody seems to know what "lozenge" was meant to represent.
Does anybody know of an existing "H" chain or graphics chain for a
1403?
Van Snyder
[View Less]
I have RSX11M+ 4.6 BL87 installed and running on my real PDP 11/23+ and
have gotten DECnet to work as well. But recently a need to access a TU58
tape has come up, and turns out the DD driver on disk isn't built against
the correct RSX11M.STB file. So I need to, I guess, recreate the DDDRV.TSK
file. I have tried some very simplistic TKB commands but keep getting an
error saying a required file is missing.
I don't have the sysgen stuff on this disk... What I have comes from the
pregenned RL02 …
[View More]image.
Does anyone know how the TKB command line should look for this? I know, I
am looking for the easy way out. I have skimmed through some manuals but
nothing has stood out to me (I'm sure I missed it).
Any help would be greatly appreciated.
- Peter
[View Less]
Anyone have an IBM 4245 printer? I came into a box of NOS print bands and have zero use for them. Don't want to hard them, don't want to throw them out. FTGH, pitch in a couple of bucks for shipping and they're yours. I can get part numbers and quantities if there's interest. There's about a dozen of them and I think they're all the same belt, but do not know for sure.
Hello
I have been doing a several years effort to save (very) old software for posterity, researchers, students. Mostly early 90s UNIXes, SunOS, Solaris, DG-UX, HP-UX, AIX, DEC-UNIX, some VMS software even. I uploaded some things to the Archive, and elsewhere, but I would rather get this off my shoulders, for mortality affects us all. This vanishing would be a loss, with many of these things are nowhere to be found anymore.
I tried contacting the admin(?) bear at typewritten dot org, offering …
[View More]a few things for archiving, without results. Do any of the users here have any means to contact the admin there? I would very much like to access some of the UNIXes software there, and would gladly offer a quid pro quo.
Similarly, if you have any software for Solaris (2.6, earlier) and other UNIXes, regardless of licensing status, I would be very much interested.
Some things probably are lost forever though, such as Proliant PL/I, VisualWorks 2.5, Tibco S-PLUS, Harlequin WebWorks and such.
Thanks in advance, and all the best
Seb.
[View Less]