On Fri, Oct 29, 2004 at 11:49:25AM +0800, Gin wrote:
I could build an image now. Thanks all. I am curious about how fallback image and normal image are used. It looks like in the normal image, it always jumps to the Protected_start. I don't think it should be the start when the system boots up since it will be in real-mode. So which image should I use?
Both. The fallback image tries to load the normal image but if that fails it'll take over and continue with the fallback image.
For only a single image, use fallback.
//Peter