1000Hz PIC timer working + IDT dispatch/handler fixes
This commit is contained in:
@@ -7,4 +7,7 @@ enum ErrorCodes
|
||||
EIO
|
||||
};
|
||||
|
||||
#define CLEAR_INTERRUPTS __asm__ volatile("cli")
|
||||
#define SET_INTERRUPTS __asm__ volatile("sti")
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user