Ronald G Minnich <[EMAIL PROTECTED]> writes: > At some point someone mentioned to me that, technically, the GDT has to be > in writeable memory as the CPU actually does write to a few of the bits. > > I sure hope this is not the problem, or we're in big trouble ... but I > doubt it very much. Just a random thought.
That was it. We needed to preset the accessed bit... The Intel docs say it should work from a rom if we do that, and it does! Now on to the next problem. Eric