Hi,
I was wondering if there's any way to copy port and port's right from a user task into the kernel task assuming I'm running from a kernel extension.
my final goal is to use 'task_set_exception_ports' to set my own port (created in kernel) as the task's exception port, and if I get an exception that I'm not handling than I want to be able to forward that message to the previous exception port.
Thanks!
I was wondering if there's any way to copy port and port's right from a user task into the kernel task assuming I'm running from a kernel extension.
my final goal is to use 'task_set_exception_ports' to set my own port (created in kernel) as the task's exception port, and if I get an exception that I'm not handling than I want to be able to forward that message to the previous exception port.
Thanks!