page allocation
This commit is contained in:
parent
e64cf1ef72
commit
3efbcf24f4
5 changed files with 40 additions and 3 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include <syscon/syscon.h>
|
||||
|
||||
void kpanic(const char *reason){
|
||||
kprint("\n!!! PANIC!!!\n");
|
||||
kprint(reason);
|
||||
poweroff();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue