feature: kpanic on interrupts (merdella cmd to test it)

This commit is contained in:
2024-10-03 17:00:47 +02:00
parent 83e513c32f
commit 14758ff4ea
2 changed files with 23 additions and 23 deletions

View File

@ -46,4 +46,5 @@ void merdella_cmd(char *arg)
{
(void)arg;
kprintf(POOP);
int i = 1 / 0;
}