1000Hz PIC timer working + IDT dispatch/handler fixes

This commit is contained in:
2025-12-27 13:52:05 +01:00
parent 24d75463b8
commit 54f26c506e
9 changed files with 204 additions and 52 deletions

View File

@@ -7,4 +7,7 @@ enum ErrorCodes
EIO
};
#define CLEAR_INTERRUPTS __asm__ volatile("cli")
#define SET_INTERRUPTS __asm__ volatile("sti")
#endif