summaryrefslogtreecommitdiff
path: root/kernel/exceptions.S
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2021-04-12 15:22:27 +0000
committerAda Christine <adachristine18@gmail.com>2021-04-12 15:22:27 +0000
commit6cbe5a00f4e9dc80885a564135b7890dd33d7e19 (patch)
tree1029059b4e06d196c72aa30fca6a42cca848d7c2 /kernel/exceptions.S
parentef1166f6e83d72df360a6dfc2f6643d826ce07ba (diff)
page faults, beginning the heap, bugs in panic.c
Diffstat (limited to 'kernel/exceptions.S')
-rw-r--r--kernel/exceptions.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/exceptions.S b/kernel/exceptions.S
index 03402f2..80d49ee 100644
--- a/kernel/exceptions.S
+++ b/kernel/exceptions.S
@@ -52,4 +52,3 @@ page_fault_isr:
/* leave the isr */
iretq
.size page_fault_isr, . - page_fault_isr
-