diff options
| author | Ada Christine <adachristine18@gmail.com> | 2021-04-12 15:22:27 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2021-04-12 15:22:27 +0000 |
| commit | 6cbe5a00f4e9dc80885a564135b7890dd33d7e19 (patch) | |
| tree | 1029059b4e06d196c72aa30fca6a42cca848d7c2 /kernel/exceptions.S | |
| parent | ef1166f6e83d72df360a6dfc2f6643d826ce07ba (diff) | |
page faults, beginning the heap, bugs in panic.c
Diffstat (limited to 'kernel/exceptions.S')
| -rw-r--r-- | kernel/exceptions.S | 1 |
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 - |
