Ronald G Minnich <[EMAIL PROTECTED]> writes:
> On Mon, 11 Dec 2000, Eric Seppanen wrote:
>
> > Actually, no. It looks to me as though it's trying to drop back down to
> > real mode and jump to FFFF:0000. It goes through some serious
> > contortions to get there, so I can't imagine it'd be fun to debug and fix.
> > Probably a lot easier to just find a chipset reset register and use that
> > instead.
>
> now I remember. This code doesn't work at all, and on the machines I
> checked it simply exploded in the middle and rebooted. Tracing with the
> arium left me convinced this stuff is just broken.
Hmm. Sounds possible. Is there anything wrong with the tripple fault
path. Which it sounds like this stuff triggers?
But if this code does get to FFFF:0000 that is physical address:
0xFFFF0 which is where we get to initially.
I guess the real question is what do we want of a reboot path?
I've been doing some research trying to get a good idea, of what
will make decent default BIOS behavior and this is an important
question. I'll try to write up a tenative proposal this week.
Eric