This question is of general interest so I have copied the list.
Perhaps it will get picked up in a good searchable mail archive :)

Ronald G Minnich <[EMAIL PROTECTED]> writes:

> I built from example-normal.config
> 
> it's not doing what I thought it would :-)
> 
> here is the tail end of the romimage:
> 006dcc0 0000 0000 0000 0000 0000 0000 0000 0000
> *
> 006fff0 0000 0000 0000 0000 6fe9 ff40 00ff 0000
          ^^                  ^^
          16 bit entry point  32 bit entry point with jump.

> note no jump. What did I do wrong?
Nothing.

The fallback image always receives control, and always transisions to
32 bit protected mode.  It then checks whether it or the normal
image is supposed to recieve control, and jumps to the 32 bit image.

I didn't reuse the 16 bit entry point so that there is the possibility
of having an image boot both ways.

Eric

Reply via email to