Err elfUnload(Process* p, void* base){ if(p == taskGetKernelProcess()) { Panic("ELF unload in kernel not implemented. why are you trying it anyways?"); }
I wonder the face of the guy that should recieve that message.. :D so funny.
You never would receive it. It was a reminder to me. That part is now implemented. It's a code path that gets called when you unload a kernel module.
Post a Comment
2 comments:
I wonder the face of the guy that should recieve that message.. :D so funny.
You never would receive it. It was a reminder to me. That part is now implemented. It's a code path that gets called when you unload a kernel module.
Post a Comment