Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Try/catch in Linux Kernel | Dark Hacker News
Try/catch in Linux Kernel
(binarydebt.wordpress.com)
5 points
by
bytefire
7 years ago
| 2 comments
yawarmurtaza
7 years ago
|
next
[−]
Interesting write up! Didn't know such a mechanism existed inside Linux kernel. What is cool is that it works for kernel modules as well.
bytefire
7 years ago
|
parent
|
next
[−]
Thanks. I am actually using this inside a kernel module whose job is to inspect Intel's virtualisation state:
https://github.com/bytefire/vmtool