[cctalk] WTB Any storage for a PDP 8/A

2023-02-25 Thread silvercreekvalley--- via cctalk
Hi all, I'm cooking up a new interpreter for the PDP 8. It uses a C like language (C-) and is really a project to get my head round the PDP 8 architecture. Note its an interpreter not compiler :-) I have recently got my hands on a wonderful working PDP 8/a, but it would be nice to have some ac

[cctalk] Re: WTB Any storage for a PDP 8/A

2023-02-25 Thread Jay Jaeger via cctalk
Sounds a bit like SmallC or TinyC from back in the day. Sent from my iPad > On Feb 25, 2023, at 08:46, silvercreekvalley--- via cctalk > wrote: > > Hi all, > > I'm cooking up a new interpreter for the PDP 8. It uses a C like language > (C-) and is really a project to get my head round the

[cctalk] Re: WTB Any storage for a PDP 8/A

2023-02-25 Thread Bill Degnan via cctalk
I am also planning out storage for my 8a, I did not any way yet to load tapes via the serial port ala PDPGUI for pdp11 On Sat, Feb 25, 2023, 9:46 AM silvercreekvalley--- via cctalk < cctalk@classiccmp.org> wrote: > Hi all, > > I'm cooking up a new interpreter for the PDP 8. It uses a C like langu

[cctalk] Re: WTB Any storage for a PDP 8/A

2023-02-25 Thread silvercreekvalley--- via cctalk
Yes - similar to Small C :-) I've written several compilers/interpreters over the years, so thought I'd give the PDP 8 a go. Its challenging because of the lack of stack operations - but there are workarounds.

[cctalk] Re: WTB Any storage for a PDP 8/A

2023-02-25 Thread Vincent Slyngstad via cctalk
On 2/25/2023 6:46 AM, silvercreekvalley--- via cctalk wrote: Hi all, I'm cooking up a new interpreter for the PDP 8. It uses a C like language (C-) and is really a project to get my head round the PDP 8 architecture. Note its an interpreter not compiler :-) I have recently got my hands on a w

[cctalk] Re: WTB Any storage for a PDP 8/A

2023-02-25 Thread silvercreekvalley--- via cctalk
Thanks Vince - I knew about the RX emulators but not the serial disk - that sounds interesting. Is there any documentation on that - I had a look at the GitHub but seemed a bit sparse. I can imagine the FFP8/A is hard to find and replicate. I can probably use emulation - but its nice to check

[cctalk] Re: WTB Any storage for a PDP 8/A

2023-02-25 Thread Vincent Slyngstad via cctalk
On 2/25/2023 9:52 AM, silvercreekvalley--- via cctalk wrote: Thanks Vince - I knew about the RX emulators but not the serial disk - that sounds interesting. Is there any documentation on that - I had a look at the GitHub but seemed a bit sparse. Suggestions on how to make it more accessible a

[cctalk] Re: WTB Any storage for a PDP 8/A

2023-02-25 Thread Vincent Slyngstad via cctalk
Here's a link to a distribution for the E8 emacs-like editor I mentioned: https://tangentsoft.com/e8/wiki?name=Home Also, tangentsoft has a bunch of information about software development related to the PiDP effort, including their version of the C compiler. https://tangentsoft.com/pidp8i/wiki?n

[cctalk] Re: WTB Any storage for a PDP 8/A

2023-02-25 Thread silvercreekvalley--- via cctalk
Great thanks. I'll have a go.

[cctalk] Re: WTB Any storage for a PDP 8/A

2023-02-25 Thread silvercreekvalley--- via cctalk
Thanks Vince - this is great. Working my way through the docs now :-)

[cctalk] email address

2023-02-25 Thread Ian F via cctalk
For some reason my username is my email address. Can I change this ? I have a username / name entered so not sure why this is showing. Thanks

[cctalk] Re: email address

2023-02-25 Thread Ian F via cctalk
Ignore the above - it seems to have changed :-)

[cctalk] Re: Stuff to go or it's off to the dumpster

2023-02-25 Thread Noel Chiappa via cctalk
> From: Chris Zach > So these go *into* RK06 or 07 drives? Yes; per the "Field Guide to UNIBUS and QBUS Modules". Also: https://gunkies.org/wiki/RK611_disk_controller reveals that the RK611 contains "five hex cards" (listed there). Noel

[cctalk] Re: Stuff to go or it's off to the dumpster

2023-02-25 Thread Chris Zach via cctalk
Ok good. I am working through the replies, they will not go into the dumpster. C On 2/25/2023 3:26 PM, Noel Chiappa via cctalk wrote: > From: Chris Zach > So these go *into* RK06 or 07 drives? Yes; per the "Field Guide to UNIBUS and QBUS Modules". Also: https://gunkies.org/wiki

[cctalk] Getting QRST files onto a floppy (sigh)

2023-02-25 Thread Chris Zach via cctalk
So I'm working on restoring a Compaq DeskPro/XE system to allow me to use the 5.25 floppy to copy files from my 3.5 floppies which will come from my Windows 10 system so that I can extract on the Deskpro/XE using teledisk the .td0 files that make up a RX50 floppy disk set so I can load POS 3.2

[cctalk] Re: Getting QRST files onto a floppy (sigh)

2023-02-25 Thread Wayne S via cctalk
“ QRST under DOSBOX on Windows10 can't properly access a floppy even if "mounted" with a -t floppy extension.” It is a dosbox thing really? Win 10 comes with cmd so do you need to use dosbox? Sent from my iPhone > On Feb 25, 2023, at 14:12, Chris Zach via cctalk > wrote: > > So I'm workin

[cctalk] Re: Getting QRST files onto a floppy (sigh)

2023-02-25 Thread Wayne S via cctalk
Also you might just create a dos 6 bootable floppy and boos dos from the “A” drive. Would thst work? Sent from my iPhone > On Feb 25, 2023, at 15:17, Wayne S wrote: > > “ QRST under DOSBOX on Windows10 can't properly access a floppy even if > "mounted" with a -t floppy extension.” > It is a

[cctalk] Re: Getting QRST files onto a floppy (sigh)

2023-02-25 Thread Wayne S via cctalk
I read that Qrst was just a file format. To quote The QRST disc image format was used by Compaq to distribute disk images of diagnostic software. The file QRST.EXE or QRST5.EXE would be supplied with the disc images to write them to a floppy drive. -So do you have the QRST programs available? S

[cctalk] Re: Getting QRST files onto a floppy (sigh)

2023-02-25 Thread Chris Zach via cctalk
I read that Qrst was just a file format. To quote The QRST disc image format was used by Compaq to distribute disk images of diagnostic software. The file QRST.EXE or QRST5.EXE would be supplied with the disc images to write them to a floppy drive. -So do you have the QRST programs available?

[cctalk] Re: Getting QRST files onto a floppy (sigh)

2023-02-25 Thread Wayne S via cctalk
Yep. I can probably burn a floppy for you if you put the programs and data software somewhere i can get to it. I’ll try and then you can tell me where to send the floppies. Sent from my iPhone > On Feb 25, 2023, at 16:17, Chris Zach via cctalk > wrote: > >  >> >> I read that Qrst was just

[cctalk] Re: Getting QRST files onto a floppy (sigh)

2023-02-25 Thread Wayne S via cctalk
Btw… here’s the link to the Qrst info… http://fileformats.archiveteam.org/wiki/Quick_Release_Sector_Transfer Sent from my iPhone On Feb 25, 2023, at 16:23, Wayne S wrote: Yep. I can probably burn a floppy for you if you put the programs and data software somewhere i can get to it. I’ll try

[cctalk] Re: Getting QRST files onto a floppy (sigh)

2023-02-25 Thread Wayne S via cctalk
Since, allowing for snail mail, it will probably be a week, i have a question. Can you run the qrst.exe program at all? Was thinking that it might be possible to extract the image to hard disk then use an image burning prog to write to the floppy eith needing 16 bit drivers. Sent from my iPhone

[cctalk] Re: WTB Any storage for a PDP 8/A

2023-02-25 Thread ED SHARPE via cctalk
I always wanted to build a tss8 system! Ed#  hiding out at smecc Sent from AOL on Android On Sat, Feb 25, 2023 at 11:34 AM, Vincent Slyngstad via cctalk wrote: On 2/25/2023 9:52 AM, silvercreekvalley--- via cctalk wrote: > Thanks Vince - I knew about the RX emulators but not the serial di

[cctalk] Re: WTB Any storage for a PDP 8/A

2023-02-25 Thread Tom Hunter via cctalk
Hi Vince, Could you please point us to the Makefile which "actually converts a disk image" using SIMH to "automate the ritual of unistalling RK05 drivers and replacing them with SerialDisk drivers"? Thanks Tom On Sun, Feb 26, 2023 at 2:34 AM Vincent Slyngstad via cctalk < cctalk@classiccmp.org>

[cctalk] Re: WTB Any storage for a PDP 8/A

2023-02-25 Thread Vincent Slyngstad via cctalk
On 2/25/2023 10:46 PM, Tom Hunter via cctalk wrote: Hi Vince, Could you please point us to the Makefile which "actually converts a disk image" using SIMH to "automate the ritual of unistalling RK05 drivers and replacing them with SerialDisk drivers"? Ah, I seem to have misspoken. Inspecting t