Hi,
Pete wrote:
Just a side thought. A while ago I tried searching the intel manual (vol 3) for "triple fault" and it didn't turn up once IIRC. Does intel try to hide that it exists?
Have a look in the double fault (int 0x08) docs:
"If another exception occurs while attempting to call the double-fault handler, the processor
enters shutdown mode. This mode is similar to the state following execution of an HLT instruction.
In this mode, the processor stops executing instructions until an NMI interrupt, SMI interrupt,
hardware reset, or INIT# is received. The processor generates a special bus cycle to
indicate that it has entered shutdown mode. Software designers may need to be aware of the
response of hardware when it goes into shutdown mode. For example, hardware may turn on an
indicator light on the front panel, generate an NMI interrupt to record diagnostic information,
invoke reset initialization, generate an INIT initialization, or generate an SMI."
I think the term "triple fault" isn't Intel's...
Cheers,
Brendan