[Duplicate] zh-CN/double-fault-exceptions/ #1227
Replies: 1 comment
-
my qemu send an error message
I tried 0xdeadbee0, the qemu looped into reboot successfully. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Double Faults (zh-CN)
在这篇文章中,我们会探索 double fault 异常的细节,它的触发条件是调用错误处理函数失败。通过捕获该异常,我们可以阻止致命的 triple faults 异常导致系统重启。为了尽可能避免 triple faults ,我们会在一个独立的内核栈配置 中断栈表 来捕捉 double fault…
https://os.phil-opp.com/zh-CN/double-fault-exceptions/
Beta Was this translation helpful? Give feedback.
All reactions