Login
From:
Binary Debt
(Uncensored)
subscribe
try/catch in Linux Kernel – Binary Debt
https://binarydebt.wordpress.com/2018/11/16/try-catch-in-linux-kernel/
links
backlinks
Tagged with:
linux kernel
x86
exception handling
interrupt
x86 64
Roast topics
Find topics
Find it!
In higher level languages like Java and C#, one can recover from unexpected bahaviour using try/catch like language constructs. Things are different inside Linux kernel. The code is considered trus…