| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-02-18 | add panic.kmod, an easy way to trigger a panic. takes a 'how' argument | jmcneill | |
| 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. | |||
