OurOS 0.1
Operating System built by McGill Students
 
Loading...
Searching...
No Matches
panic.h
Go to the documentation of this file.
1
6#ifndef _PANIC_H
7#define _PANIC_H
8
14void panic(const char *msg);
15
16#endif
void panic(const char *msg)
kernel panic function for unsalvageable errors, panic can be used to display an error message to the ...
Definition panic.c:6