diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-05-06 13:40:42 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-05-06 13:40:42 +0000 |
| commit | c9f46f3773e7943ce114af888a44f50061c2ac1d (patch) | |
| tree | 1c12055e7157da9fe08d6695d21d5195979117d7 /arch/x86_64/src/interrupt_handling | |
| parent | 7d2e8bc16e6c1bacb3c676d21ea2245d8132218f (diff) | |
| download | teachos-c9f46f3773e7943ce114af888a44f50061c2ac1d.tar.xz teachos-c9f46f3773e7943ce114af888a44f50061c2ac1d.zip | |
Remove user Mode Access to VGA / Heap and Kernel Methods.
Diffstat (limited to 'arch/x86_64/src/interrupt_handling')
| -rw-r--r-- | arch/x86_64/src/interrupt_handling/generic_interrupt_handler.cpp | 1 |
1 files changed, 1 insertions, 0 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 8e2c62d..9d061a8 100644 --- a/arch/x86_64/src/interrupt_handling/generic_interrupt_handler.cpp +++ b/arch/x86_64/src/interrupt_handling/generic_interrupt_handler.cpp @@ -8,5 +8,6 @@ namespace teachos::arch::interrupt_handling { (void)frame; video::vga::text::write("An Interrupt occurred.", video::vga::text::common_attributes::green_on_black); + video::vga::text::newline(); } } // namespace teachos::arch::interrupt_handling |
