isr: add keyboard (0x21) handler

This commit is contained in:
2025-03-19 21:29:10 +03:00
parent 9b308de99b
commit 5bff255a7a
4 changed files with 23 additions and 3 deletions
+1
View File
@@ -4,5 +4,6 @@
#include "../include/utils.h"
void pic_remap(int offset1, int offset2);
void pic_end_int(uint8_t irq);
#endif