You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing the UEFI boot on my Dell latitude E5510 (firmware A07) I discovered that bootloader will always triple fault, but not while booting with BIOS. After some testing I discovered this happens immediately when enable_write_protect_bit() is called.
After setting up an IDT I wasn't able to catch a page fault or a double fault to find exactly what is causing the triple fault. I can only assume that the stack is set to read only
The text was updated successfully, but these errors were encountered:
Testing the UEFI boot on my Dell latitude E5510 (firmware A07) I discovered that bootloader will always triple fault, but not while booting with BIOS. After some testing I discovered this happens immediately when
enable_write_protect_bit()
is called.After setting up an IDT I wasn't able to catch a page fault or a double fault to find exactly what is causing the triple fault. I can only assume that the stack is set to read only
The text was updated successfully, but these errors were encountered: