diff --git a/02_Architecture/05_InterruptHandling.md b/02_Architecture/05_InterruptHandling.md index 15da519..8fcb67b 100644 --- a/02_Architecture/05_InterruptHandling.md +++ b/02_Architecture/05_InterruptHandling.md @@ -169,11 +169,11 @@ push %rbx push %r14 push %r15 -call interrupt_disaptch +call interrupt_dispatch pop %r15 pop %r14 -//push other registers here +//pop other registers here pop %rbx pop %rax diff --git a/99_Appendices/I_Acknowledgments.md b/99_Appendices/I_Acknowledgments.md index e8dc4ec..0132e3a 100644 --- a/99_Appendices/I_Acknowledgments.md +++ b/99_Appendices/I_Acknowledgments.md @@ -26,3 +26,4 @@ In no particular order: - @vasilisalmpanis ([https://github.com/vasilisalmpanis](https://github.com/vasilisalmpanis)) - @AntoninRuan ([https://github.com/AntoninRuan](https://github.com/AntoninRuan)) - @sudw1n ([https://github.com/sudw1n](https://github.com/sudw1n)) +- @alexdev404 ([https://github.com/AlexDev404](https://github.com/AlexDev404))