Add kernel panic function
This commit is contained in:
9
kernel/include/kernel/panic.h
Normal file
9
kernel/include/kernel/panic.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
namespace Kernel
|
||||
{
|
||||
|
||||
__attribute__((__noreturn__))
|
||||
void panic(const char* message);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user