What are the things to consider in a double fault
Posted: Sat Apr 01, 2006 3:24 pm
I am rewriting my double fault exception handler to actually print the message in an extreme system error such as gdt entries being overwritten or an invalid stack
Is there any other correctable error that would cause the first int to fail resulting in a double fault?
I'm trying to just be able to maybe give/write some debug info and tell the user what happened
Is there any other correctable error that would cause the first int to fail resulting in a double fault?
I'm trying to just be able to maybe give/write some debug info and tell the user what happened