From ce63bcfc1bccb5acb761c348c96edf8e2aab3512 Mon Sep 17 00:00:00 2001 From: "Immanuel Daviel A. Garcia" <34188635+AlexDev404@users.noreply.github.com> Date: Sun, 27 Jul 2025 12:56:50 -0600 Subject: [PATCH 1/3] Fix typo on line 172 of Interrupt Handling section --- 02_Architecture/05_InterruptHandling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_Architecture/05_InterruptHandling.md b/02_Architecture/05_InterruptHandling.md index 15da519..2696f3f 100644 --- a/02_Architecture/05_InterruptHandling.md +++ b/02_Architecture/05_InterruptHandling.md @@ -169,7 +169,7 @@ push %rbx push %r14 push %r15 -call interrupt_disaptch +call interrupt_dispatch pop %r15 pop %r14 From 5b0f51eadfaa9e151edac26dce64a132fe392290 Mon Sep 17 00:00:00 2001 From: "Immanuel Daviel A. Garcia" <34188635+AlexDev404@users.noreply.github.com> Date: Sun, 27 Jul 2025 13:10:36 -0600 Subject: [PATCH 2/3] Update 05_InterruptHandling.md --- 02_Architecture/05_InterruptHandling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_Architecture/05_InterruptHandling.md b/02_Architecture/05_InterruptHandling.md index 2696f3f..8fcb67b 100644 --- a/02_Architecture/05_InterruptHandling.md +++ b/02_Architecture/05_InterruptHandling.md @@ -173,7 +173,7 @@ call interrupt_dispatch pop %r15 pop %r14 -//push other registers here +//pop other registers here pop %rbx pop %rax From c5e06c10c8def41706e3fc06b706375874742f27 Mon Sep 17 00:00:00 2001 From: "Immanuel Daviel A. Garcia" <34188635+AlexDev404@users.noreply.github.com> Date: Wed, 30 Jul 2025 19:18:12 -0600 Subject: [PATCH 3/3] Update I_Acknowledgments.md --- 99_Appendices/I_Acknowledgments.md | 1 + 1 file changed, 1 insertion(+) 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))