From: Bill Sudbrink <wh.sudbrink(a)verizon.net>
>You should add that it is a real kick when you finally get
>everything right and the sucker actually boots and works!
That's still the best reason to do it. It's a total immersion project
and once done there are few parts of the system that will not be
understood at the software (maybe hardware too) level.
>All of my boxes that run CP/M run 2.2 built from the source
>found at the "unofficial CP/M web site":
Some of those I copied to Tim! I was useing them back when
to build mine, from the emergence of V2.2 on.
>http://www.retroarchive.org/cpm/archive/unofficial/
Da place!
>Finding a build environment is left as an exercise for the reader.
I recommend MyZ80 as a starting point. Then work the hardware
dependent stuff iteritively on the target via serial download.
Allison
On Tue, 4 Feb 2014, FidoNetDan at aol.com wrote:
> Not much here, for DOS. but a lot for old systems
>
> http://www.retroarchive.org/
>
I've actually added a mirror of the old Garbo archive this past summer and
I'm currently working on getting the Vetusware mirror pulled. I'm
rate-limiting the wget so I don't smash the poor guy though. It'll take a
while for it to finish.
> > Dan
>
> FidoNetDan
> Sysop of FogLine - FidoNet node 1:14/627
>
Greetings from 1:138/142! :D
g.
--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
http://www.diy-cockpits.org/coll - Go Collimated or Go Home.
Some people collect things for a hobby. Geeks collect hobbies.
ScarletDME - The red hot Data Management Environment
A Multi-Value database for the masses, not the classes.
http://scarlet.deltasoft.com - Get it _today_!
On 12/1/2019 8:19 AM, Peter Coghlan via cctalk wrote:
>
> On 2019/11/30 23:32:55 -0800, jim stephens via cctalk wrote:
>> On 11/30/2019 9:45 PM, Eric Dittman via cctalk wrote:
>>> On 11/30/2019 8:34 PM, jim stephens via cctalk wrote:
>>>>
>
> [snip]
>
>>
>> Links.txt
>>
>
> [snip]
>
>> http://www.classiccmp.org/dunfield/img/index.htm
>> ???? Daves Old Computers - Disk/Software Images. Boot disks for lots
>> ???? of different vintage computers are here. It's not nearly the
>> ???? size of Don Maslin's lost archive, but it's a start.
>>
>
> I don't keep up with CP/M etc but I thought I recall it being
> announced that Don Maslin's lost archive had been recovered?
>
Here's the archive
http://www.retroarchive.org/maslin/
P112 I think is way newer than anything related though.
> Regards,
> Peter Coghlan.
>
>
On Sat, 17 Nov 2012, Fred Cisin wrote:
> On Sat, 17 Nov 2012, Jay West wrote:
>> 1) Due to the generosity of Richard (with myself making up the balance
>> of the cost),
>
> THANK YOU, BOTH!
>
I'll second this. Jay is also host to retroarchive.org.
>
>> that we'll host any service for free that is vintage computer related
>> - not just websites. We'll host mailing lists, ftp or rsyncd
>> repositories, whatever you wish.
>
> THAT makes me wish that I knew how to set up a GOPHER
Ask Cameron. He'll get you straightened out. :)
g.
--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
http://www.diy-cockpits.org/coll - Go Collimated or Go Home.
Some people collect things for a hobby. Geeks collect hobbies.
ScarletDME - The red hot Data Management Environment
A Multi-Value database for the masses, not the classes.
http://www.scarletdme.org - Get it _today_!
Thanks James.
g.
On Thu, 10 Oct 2002, James Rice wrote:
> Actually, I prefer pdf format. I tend to store documentation on CD's
> and print if necessary. The pdf format is much easier to print and
> handle, no editing of links, etc.
>
> Just my opinion,
>
> James
>
> Gene Buckle wrote:
>
> >I'm in the process of OCR'ing a full set of the Staunch 8/89'er
> >newsletters for addition to the Commercial CP/M Archive.
> >
> >My problem is that while HTML renderings of the newsletters is acceptable,
> >the PDF version that ABBYY FineReader generates is spectacular.
> >
> >Do you folks think I should produce them as PDF, HTML or both?
> >
> >Thanks.
> >
> >g.
> >http://www.retroarchive.org
> >
> >
> >
> >
> >
> >
>
>
> --
> http://webpages.charter.net/jrice54/classiccomp2.html
>
>
>
>
Kevin Handy wrote:
> Fred N. van Kempen wrote:
>
>> Yes, sorry. It was Aztec. Very neat little compiler. On more
>> thought, it did NOT have a Make included, I believe I stole the
>> one from Borland, or some PD make.
>>
>>
>> Gawd, I would love a copy of that compiler again, especially if
>> they used the (more or less same) codebase for several backends,
>> most of which I use ;-)
>>
>> --f
>>
>>
>>
> Probaly not the version you are looking for, but:
>
> http://www.retroarchive.org/cpm/lang/lang.htm
Hmm. I recall porting a fairly large application from Hitech C
(CP/M-80) to Aztec C 3.02 (CP/M-86) a couple of years ago and
running into all kinds of foolishness with it, particularly
regarding function prototypes and struct pointers. Easy enough
to fix with some conditional compilation #defines, but still a
pain.
Glen
0/0
Hi,
This might interest someone here, so I thought I'd post it.
I've been working on a colour demodulator for my Apple //c. It converts the
output to component video suitable for any television with component inputs.
The original composite output of the //c becomes the luminance input and the
circuit extracts the red and blue difference signals.
It's not 100% perfect but it does display colour that mostly resembles the
original NTSC colour palette.
http://kaput.homeunix.org/appleii
or
http://kaput.retroarchive.org/appleii
If you have two MC1496's, feel free to build it. I'd like to see if it works
unmodified (or with any modifications) on an NTSC model Apple ][ or //.
The reason why I made this is because I don't have a PAL modulator for my //c.
My television does support NTSC, but the Australian version of the machine
doesn't output the correct timings for NTSC... it was designed to be attached
to the PAL modulator.
Cheers,
Alexis.
> This is the S-100 world you've entered, not the PC world. The BIOS doesn't go
> into an EPROM, and you don't buy the BIOS. If you can't find one written for
> your EXACT hardware environment, which you usually can't, you have to write it
> yourself. Then you have to incorporate it into a bootable image of CP/M and
> then find a way to propagate it onto a bootable diskette.
>
> That will require some study and some effort. Hopefully you're endowed with
> enogh free time and interested enough in the related tasks to get that done.
You should add that it is a real kick when you finally get
everything right and the sucker actually boots and works!
All of my boxes that run CP/M run 2.2 built from the source
found at the "unofficial CP/M web site":
http://www.retroarchive.org/cpm/archive/unofficial/
Finding a build environment is left as an exercise for the reader.
For they Kaypro fans in the audience, you might want to stop over here:
http://www.retroarchive.org/docs/magazines/profiles/index.html
I've scanned a ton of the Kaypro Profiles magazines. They're not OCRed
however. If you have an issue that would fill a hole in the collection,
please let me know! (Note with magazines, I do destructive scanning - the
binding is sheared off and fed into a high-speed duplexing scanner)
g.
--
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
http://www.diy-cockpits.org/coll - Go Collimated or Go Home.
Some people collect things for a hobby. Geeks collect hobbies.
ScarletDME - The red hot Data Management Environment
A Multi-Value database for the masses, not the classes.
http://www.scarletdme.org - Get it _today_!
Buying desktop hardware and installing a server OS doesn't make a
server-class system any more than sitting in a puddle makes you a duck.
[Cipher in a.s.r]