aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/interrupt_handling
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2025-03-31 10:38:53 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2025-03-31 10:38:53 +0000
commitabe7bd7480c8f4e1e30b9f0f3b98966222817f3e (patch)
tree37a27a84eadcd4694843b8d5e1e24bf498106dd5 /arch/x86_64/src/interrupt_handling
parent8d16dcb672c4b5f4b0a12ef2eac3486f1b2bb316 (diff)
downloadteachos-abe7bd7480c8f4e1e30b9f0f3b98966222817f3e.tar.xz
teachos-abe7bd7480c8f4e1e30b9f0f3b98966222817f3e.zip
Clean up global descriptor table initalization
Diffstat (limited to 'arch/x86_64/src/interrupt_handling')
-rw-r--r--arch/x86_64/src/interrupt_handling/generic_interrupt_handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/src/interrupt_handling/generic_interrupt_handler.cpp b/arch/x86_64/src/interrupt_handling/generic_interrupt_handler.cpp
index 68b4568..2f599e5 100644
--- a/arch/x86_64/src/interrupt_handling/generic_interrupt_handler.cpp
+++ b/arch/x86_64/src/interrupt_handling/generic_interrupt_handler.cpp
@@ -11,4 +11,4 @@ namespace teachos::arch::interrupt_handling
(void)frame;
video::vga::text::write("An Interrupt occurred.", video::vga::text::common_attributes::green_on_black);
}
-} // namespace teachos::arch::interrupt_handling \ No newline at end of file
+} // namespace teachos::arch::interrupt_handling