• Please review our updated Terms and Rules here

Walnut Creek CP/M archive 1994 CD-ROM ISO image

In my vast experience, a CDROM in a good mailer costs less than a buck to mail almost anywhere in the USA.

BTW, I have the .iso, which I d/l-ed from one of the above sites. Anybody wanna volunteer some webspace to post it for posterity (and whoever else might want it)?

--T
 
Forget the postage...

Forget the postage...

It was late here and I wasn't thinking. Send your address to:

crcamper at gmail dot com

If there are too many I may ask some to resend to others.

Sorry
 
What a great present to put under the tree. Thankyou for the archive.

I just got a serial interface for a SD card http://www.4dsystems.com.au/prod.php?id=22 Up to 2Gb of storage and the absolute most simplest serial interface imaginable. You don't even have to program the baud rate - just send it a single character at the baud rate you want.

I think it should just need a bit of Z80 machine code to turn it into a 64Mb drive for the N8VEM. Then it should be possible to have pretty much everything ever written for CP/M on one board...
 
Last edited:
I would like to say a big thankyou to kb2syd for hosting that ISO. It took a day to download but works fine. But buried in the files were two little programs that have proved absolutely marvellous. See the attached photo - this is a network setup of 4 CP/M boards. 3 of them have little LCD displays, and one has a keyboard plugged in. The aim here is to build a network. The boards with 4 serial ports can act as routers, and boards can accept input from an old school serial terminal, or a terminal program on a PC (or indeed, a local keyboard).

The first board decides it wants a directory listing from the second board. It can send the characters "D" "I" "R" <CR> with a suitable typematic delay (30ms or so) and the second board responds by printing out a listing. The only problem with that is that the length of that listing is unknown, and particularly with radio, it is much more reliable to send data as packets (eg using xmodem) with proper error checking and packet resend etc.

Enter the first little program on the Walnut Creek archive, which can do a DIR and save it to a file. Then send that file using xmodem.

The second useful program is an mbasic program to chain another .com program with a save to a $$$.sub file. It is only a few lines, but this opens up huge possibilities for programs to chain each other. Writing lots of little programs that are known to work is sometimes easier than one big program. You can even save a .sub file, then chain that, and the .sub file can end by running the original program again.

Both of these programs are proving invaluable in this network experiment. So thankyou again for that archive!
 

Attachments

  • Network.jpg
    Network.jpg
    68.4 KB · Views: 1
Gosh, gee..

Um, you're welcome. Hasn't been too much of a load on the bandwidth. Please don't take that as a challange.

Kelly
 
The ISO is online and you can browse the contents. .bat, .exe and .com files cannot be viewed or downloaded individually.

http://www.catcorner.org/cpm

Try and be gentle.
Kelly

This is now available via anonymous ftp at ftp.catcorner.org. You can now grab any of the files.

Still a home DSL line so please think before downloading the entire archive. If that's what you want, grab the ISO and burn your own.

Kelly
 
Back
Top