I’m working on an x86-64 OS kernel project. I have a kpanic
proc that does what I need but I wanted to investigate setting a custom panic handler. I’ve dug through the base and core packages and haven’t seen anything to indicate that I can do so. I just wanted to make sure I didn’t overlook anything.
To be clear, I’m not suggesting this should be a feature. Just crossing my i’s and dotting my t’s.