1

Sync after submission

This commit is contained in:
2023-03-08 15:18:50 +01:00
parent 5349bca520
commit e7e2feb179
14 changed files with 1807 additions and 28 deletions

View File

@ -103,7 +103,7 @@ To be able to easily extend an APIC implementation for single-core systems to SM
\subsection{Interrupt Handling in HhuOS}
\label{subsec:apxcurrenthhuos}
In hhuOS, external interrupts are handled in two stages (see \autoref{subsec:apxcurrenthhuos} for code examples):
In hhuOS, external interrupts are handled in two stages:
\begin{enumerate}
\item After an IRQ is sent by an interrupt controller, the CPU looks up the interrupt handler address in the IDT\@.