| UbixOS
    2.0
    | 
#include <ubixos/kpanic.h>#include <lib/kprintf.h>#include <isa/8259.h>#include <stdarg.h>#include <ubixos/tty.h>
Go to the source code of this file.
| Functions | |
| void | kpanic (const char *fmt,...) | 
| print panic message and halt system  More... | |
| void kpanic | ( | const char * | fmt, | 
| ... | |||
| ) | 
print panic message and halt system
| fmt | panic message | 
Definition at line 41 of file kpanic.c.
Referenced by cpuidDetect(), cpuInfo(), execFile(), execThread(), fat_init(), kmod_load(), lnc_sendPacket(), PCtoNIC(), readUbixFS(), schedNewTask(), ogDisplay_UbixOS::SetMode(), sys_call(), sys_call_posix(), sys_mmap(), sysExec(), systemTask(), tcpdump_init(), tty_change(), ubthread_mutex_lock(), ubthread_mutex_unlock(), vitals_init(), vmm_allocPageTable(), vmm_findFreePage(), vmm_getFreeKernelPage(), vmm_remapPage(), and vmm_setPageAttributes().