diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2025-04-02 09:57:54 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2025-04-02 09:57:54 +0000 |
| commit | fc4a2306b803ccfc27f1bdc4a831176a5278a9d5 (patch) | |
| tree | 81cc4a12440c9818b17e4fd0f837f362faef1040 /arch/x86_64/src/context_switching/main.cpp | |
| parent | 6878ffae67a6940ab8dca9831abf9537322ed2cf (diff) | |
| download | teachos-fc4a2306b803ccfc27f1bdc4a831176a5278a9d5.tar.xz teachos-fc4a2306b803ccfc27f1bdc4a831176a5278a9d5.zip | |
fix interrupt handler and idt
Diffstat (limited to 'arch/x86_64/src/context_switching/main.cpp')
| -rw-r--r-- | arch/x86_64/src/context_switching/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/src/context_switching/main.cpp b/arch/x86_64/src/context_switching/main.cpp index 2b853ec..ac53735 100644 --- a/arch/x86_64/src/context_switching/main.cpp +++ b/arch/x86_64/src/context_switching/main.cpp @@ -22,8 +22,6 @@ namespace teachos::arch::context_switching segment_descriptor_table::update_task_state_segment_register(); - // FIXME: We currently cannot enable interrupts, since for some reason, we will later run into what looks like a GP - // and triple fault. kernel::cpu::set_interrupt_flag(); descriptor_tables tables = {segment_descriptor_table::get_or_create_global_descriptor_table(), |
