OurOS 0.1
Operating System built by McGill Students
 
Loading...
Searching...
No Matches
panic.c File Reference
#include "panic.h"
#include "console.h"

Functions

void panic (const char *msg)
 kernel panic function for unsalvageable errors, panic can be used to display an error message to the screen and halt the cpu.
 

Function Documentation

◆ panic()

void panic ( const char *  msg)

kernel panic function for unsalvageable errors, panic can be used to display an error message to the screen and halt the cpu.

Parameters
msgerror message to show on screen