Skip to content

Commit 30ea1fe

Browse files
authored
Fix typo on line 172 of Interrupt Handling section (#126)
* Fix typo on line 172 of Interrupt Handling section * Update 05_InterruptHandling.md * Update I_Acknowledgments.md
1 parent ee7e169 commit 30ea1fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

02_Architecture/05_InterruptHandling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,11 @@ push %rbx
169169
push %r14
170170
push %r15
171171
172-
call interrupt_disaptch
172+
call interrupt_dispatch
173173
174174
pop %r15
175175
pop %r14
176-
//push other registers here
176+
//pop other registers here
177177
pop %rbx
178178
pop %rax
179179

99_Appendices/I_Acknowledgments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ In no particular order:
2626
- @vasilisalmpanis ([https://github.com/vasilisalmpanis](https://github.com/vasilisalmpanis))
2727
- @AntoninRuan ([https://github.com/AntoninRuan](https://github.com/AntoninRuan))
2828
- @sudw1n ([https://github.com/sudw1n](https://github.com/sudw1n))
29+
- @alexdev404 ([https://github.com/AlexDev404](https://github.com/AlexDev404))

0 commit comments

Comments
 (0)