On Dec 27, 4:15 am, lynchaj <
lync...@yahoo.com> wrote:
> On Dec 26, 8:00 pm, BobH <
wanderingmetalhead.nospam.ple...@yahoo.com>
> wrote:
> [snip]
>
>
>
>
>
>
>
>
>
>
>
> > I used to run CPM68K on a Compuro / Godbout system. They distributed the
> > source for their bios'es in assembler. There was a loader bios that was
> > similar but separate from the OS bios. The original bios (DR) was done
> > in C, but the Alcyon C compiler was kind of buggy and the performance
> > wasn't great, so using assembler wasn't a bad choice. As I remember,
> > CPM68K did bios calls through a software interrupt, 14 I think. I don't
> > remember well how you spliced the bios to the OS, I think that you
> > loaded it into RAM and the new bios and then wrote the whole image to a
> > disk file. I still have copies of the DR and Compupro docs somewhere. If
> > there is something specific that you want me to look up, I will find
> > them and do so.
>
> > Regards,
> > BobH- Hide quoted text -
>
> Hi Bob! Thanks!
>
> There is some CP/M 68K system documentation here with what appears to
> be CompuPro CP/M-68K information
>
>
http://www.retroarchive.org/docs/software/cpm68.html
>
> Unfortunately there does not appear to be CP/M 68K System Alteration
> Guide AFAIK
>
> Is this documentation what you were remembering? Is this sufficient
> to make our own CP/M-68K CBIOS?
>
> We are in a bit of a "catch-22" since the new S-100 68K CPU board does
> not have a CBIOS yet and it appears to get one we need a running CP/
> M-68K system we don't have. :-(
>
> What I am thinking is the solution to this problem is to start with
> the CompuPro CP/M-68K binary image, isolate the CBIOS section, and
> manually replace it using a custom built CBIOS for the rest of the
> S100computers.com and N8VEM S-100 boards. Then load the CCP, BDOS,
> and new CBIOS sections as binary images and tweak until it works.
>
> This is a nasty kludgy process although I think it would work. I did
> something similar on the original N8VEM SBC for CP/M-80. The initial
> CP/M-80 on it was buggy but worked well enough to spawn much improved
> successors. Now the ROM images are so good they barely even resemble
> my original efforts.
>
> Thanks and have a nice day!
>
> Andrew Lynch
We should be able to have a master/slave 68K CPU running on the S-100
bus within the next few months. Please see her for a description of
the prototype:-.
http://s100computers.com/My%20System%20Pages/68000%20Board/68K%20CPU%20Board.htm
My first choice would definately be using the Godbout 68K image and
splicing in a BIOS written in assembly. The Godbout/Compupro systems
were outstanding. The documentation was great with great examples.
That would be my first choice. As to a windows based 68K assembler. I
would highly recommend
http://www.easy68k.com/
It is just fantastic for a job like this.