Move IRQ handling from kernel executive to hardware layer
Některé kontroly se nezdařily
Builds / ExectOS (amd64, release) (push) Failing after 26s
Builds / ExectOS (i686, release) (push) Failing after 23s
Builds / ExectOS (amd64, debug) (push) Failing after 36s
Builds / ExectOS (i686, debug) (push) Failing after 33s

Tento commit je obsažen v:
2026-03-27 12:00:09 +01:00
rodič 9b19bc94b3
revize 64b5de98c8
7 změnil soubory, kde provedl 11 přidání a 97 odebrání

Zobrazit soubor

@@ -18,6 +18,7 @@
#include <hl/init.hh>
#include <hl/ioport.hh>
#include <hl/ioreg.hh>
#include <hl/irq.hh>
#include <hl/pic.hh>
#include <hl/runlevel.hh>