MentOS
0.8.0
The Mentoring Operating System
mentos
inc
system
panic.h
Go to the documentation of this file.
1
6
#pragma once
7
10
void
kernel_panic
(
const
char
*msg);
11
13
#define TODO(msg) kernel_panic(#msg);
kernel_panic
void kernel_panic(const char *msg)
Prints the given message and safely stop the execution of the kernel.
Definition:
panic.c:14
Generated by
1.9.1