summaryrefslogtreecommitdiff
path: root/src/arch/amd64/debugger.h
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-02-03 00:50:07 -0500
committerFreya Murphy <freya@freyacat.org>2024-02-03 00:53:58 -0500
commit90a6065691beee52bf5309916fba98f7580d27be (patch)
tree0b5375d20c189f62d394c473d371f7bf7f1d3fc5 /src/arch/amd64/debugger.h
parentimproved debugger, refactored (diff)
downloadcorn-90a6065691beee52bf5309916fba98f7580d27be.tar.gz
corn-90a6065691beee52bf5309916fba98f7580d27be.tar.bz2
corn-90a6065691beee52bf5309916fba98f7580d27be.zip
refactor, new arch dirs, (wip) page alloc on write, hsv screen (convert to userspace later), other fixes
Diffstat (limited to 'src/arch/amd64/debugger.h')
-rw-r--r--src/arch/amd64/debugger.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/arch/amd64/debugger.h b/src/arch/amd64/debugger.h
deleted file mode 100644
index e679c07..0000000
--- a/src/arch/amd64/debugger.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#pragma once
-
-#include "idt.h"
-
-#define DEBUG_INT3 0x00
-#define DEBUG_DBG 0x01
-#define DEBUG_FAULT 0x02
-
-void debugger(struct isr_regs *state, int cause);