Implement PIT interrupts
This commit is contained in:
@ -2,6 +2,9 @@
|
||||
#define HAL_INTR_H_
|
||||
|
||||
#define INTR_IRQBASE 0x20
|
||||
#define INTR_IRQTIMER 0x00
|
||||
#define INTR_TIMER 0x20
|
||||
#define INTR_SPURIOUS 0xff
|
||||
|
||||
void intr_init(void);
|
||||
|
||||
|
Reference in New Issue
Block a user