Beau Kuiper writes:
>
> On Mon, 15 Nov 1999, you wrote:
> > Stefan Pettersson writes:
> > >
> > > On 13-Nov-99 David Murn wrote:
> > > > On Sat, 13 Nov 1999, Stefan Pettersson wrote:
> > > >
> > > >> So we are back to the usual problem, where in the 640 kB should we put
> > > >> or own EPROM.
> > >
> > > Sorry, my fingers wasn't syncronized with my brain. What I meant was:
> > >
> > > So we are back to the usual problem, where in the 640kB..1024kB range should we
> > > put or own EPROM.
> > >
> >
> > Most of the cards I own default to putting it at segment 0xd800.
> >
> > Al
> But that isn't large enough for the kernel image (64kb) The area between
> d800-F000 is 32kb. A better choice would be probably be c800-d800 or d000-f000.
>
If my calculations are correct 0xd8000 - 0xf0000 is 96K. 0xd8000 - 0xe0000
is 32K. There should be space in this range.
Al