We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7e169 commit 30ea1feCopy full SHA for 30ea1fe
02_Architecture/05_InterruptHandling.md
@@ -169,11 +169,11 @@ push %rbx
169
push %r14
170
push %r15
171
172
-call interrupt_disaptch
+call interrupt_dispatch
173
174
pop %r15
175
pop %r14
176
-//push other registers here
+//pop other registers here
177
pop %rbx
178
pop %rax
179
99_Appendices/I_Acknowledgments.md
@@ -26,3 +26,4 @@ In no particular order:
26
- @vasilisalmpanis ([https://github.com/vasilisalmpanis](https://github.com/vasilisalmpanis))
27
- @AntoninRuan ([https://github.com/AntoninRuan](https://github.com/AntoninRuan))
28
- @sudw1n ([https://github.com/sudw1n](https://github.com/sudw1n))
29
+- @alexdev404 ([https://github.com/AlexDev404](https://github.com/AlexDev404))
0 commit comments