You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: blog/content/edition-2/posts/07-hardware-interrupts/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ The default configuration of the PICs is not usable, because it sends interrupt
77
77
78
78
The configuration happens by writing special values to the command and data ports of the PICs. Fortunately there is already a crate called [`pic8259`], so we don't need to write the initialization sequence ourselves. In case you are interested how it works, check out [its source code][pic crate source], it's fairly small and well documented.
0 commit comments