to specify how to trigger the panic: modload -s how=panic panic.kmod <-- just calls panic() modload -s how=nullptr panic.kmod <-- null ptr deref if how isn't specified, it defaults to 'panic'. feel free to add more.