feat: reformatted code
This commit is contained in:
@@ -9,7 +9,7 @@ void k_wait_for_interrupt() {
|
||||
__asm__ __volatile__("hlt;");
|
||||
}
|
||||
|
||||
void k_panics(const char* msg) {
|
||||
void k_panics(const char *msg) {
|
||||
kprint(msg);
|
||||
kprint("PANIC!");
|
||||
__asm__ __volatile__("cli;"
|
||||
|
||||
Reference in New Issue
Block a user