UbixOS  2.0
kpanic.c File Reference
#include <ubixos/kpanic.h>
#include <lib/kprintf.h>
#include <isa/8259.h>
#include <stdarg.h>
#include <ubixos/tty.h>
Include dependency graph for kpanic.c:

Go to the source code of this file.

Functions

void kpanic (const char *fmt,...)
 print panic message and halt system More...
 

Function Documentation

◆ kpanic()