add: kpanic
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "debug.h"
|
||||
#include "power.h"
|
||||
|
||||
#define PROMPT "> "
|
||||
|
||||
[[__maybe_unused__]] static const char *POOP =
|
||||
@ -44,8 +47,5 @@
|
||||
"\n";
|
||||
|
||||
void shell_init(void);
|
||||
void reboot(void);
|
||||
void halt(void);
|
||||
void print_stack(void);
|
||||
void date(void);
|
||||
void merdella(void);
|
||||
|
Reference in New Issue
Block a user