Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion p4-traps.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Now that our APICs are initialized and set up, we can start handling interrupts.
In this part, we handle the periodic timer interrupts that we had set in
`lapic.c`. The interrupt handler in `trap.c` prints a message everytime the
`lapic.c`. The interrupt handler in `trap.c` prints a message every time the
timer ticks.

In `main.c`, we call `sti` to enable interrupt handling on CPU. However before
Expand Down