progress?

This commit is contained in:
2025-05-31 20:28:00 -04:00
parent 013b5a557e
commit c50d3f14a6
4 changed files with 39 additions and 2 deletions

View File

@ -31,6 +31,23 @@
#define PIC_READ_ISR 0x0b /** OCW3 irq service next CMD read **/
#define PIC_PIT 32
#define PIC_KEYB 33
#define PIC_CASCADE 34 // never raised
#define PIC_COM2 35
#define PIC_COM1 36
#define PIC_LPT2 37
#define PIC_FLOPPY_DISK 38
#define PIC_LPT1 39 // usually spurious interrupt
#define PIC_CMOS 40
#define PIC_FREE_ONE 41
#define PIC_FREE_TWO 42
#define PIC_FREE_THREE 43
#define PIC_PS2_MOUSE 44
#define PIC_FPU 45
#define PIC_ATA_ONE 46
#define PIC_ATA_TWO 47
void PIC_sendEOI(uint8_t irq);
/**