#include <ubixos/kpanic.h>
#include <sys/video.h>
#include <isa/8259.h>
#include <lib/kprintf.h>
#include <stdarg.h>
#include <ubixos/tty.h>
Go to the source code of this file.
| Functions | |
| void | kpanic (const char *fmt,...) | 
| void kpanic | ( | const char * | fmt, | |
| ... | ||||
| ) | 
Definition at line 47 of file kpanic.c.
References irqDisable(), kprintf(), NULL, tty_foreground, vaEnd, vaStart, and vsprintf().
Referenced by __assert(), _int0(), _int1(), _int10(), _int11(), _int12(), _int13(), _int2(), _int3(), _int4(), _int5(), _int6(), _int8(), _int9(), cpuidDetect(), cpuInfo(), devfs_initialize(), dp_recv(), execFile(), execThread(), getEmptyDesc(), insertFreeDesc(), kmain(), kmod_load(), PCtoNIC(), readUbixFS(), sched_init(), schedNewTask(), sys_thread_new(), sysExec(), systemTask(), tcpdump_init(), tty_change(), tty_init(), ubixfs_init(), ubixfs_thread(), ufs_init(), vitals_init(), vmm_pageFault(), vmm_setPageAttributes(), vmmCopyVirtualSpace(), vmmFindFreePage(), vmmGetFreePage(), and vmmGetFreeVirtualPage().
 1.4.7
 1.4.7