ClassicOS/kernel/panic.c

6 lines
83 B
C

#include "panic.h"
void panic(const char *message) {
// Panic handling code
}