mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
Merge branch 'main' of https://github.com/BoredDevNL/BoredOS
This commit is contained in:
@@ -4,15 +4,13 @@
|
||||
#include "idt.h"
|
||||
#include "io.h"
|
||||
#include "kutils.h"
|
||||
#include "../core/panic.h"
|
||||
|
||||
extern void serial_write(const char *str);
|
||||
|
||||
#include "process.h"
|
||||
#include "cmd.h"
|
||||
|
||||
|
||||
void kernel_panic(registers_t *regs, const char *error_name);
|
||||
|
||||
static const char *exception_messages[] = {
|
||||
"Division By Zero",
|
||||
"Debug",
|
||||
|
||||
Reference in New Issue
Block a user