Added timer ISR
This commit is contained in:
@@ -12,6 +12,9 @@ void isr_page_fault(void* frame, unsigned int error);
|
||||
__attribute__ ((interrupt))
|
||||
void isr_double_fault(void* frame, unsigned int error);
|
||||
|
||||
__attribute__ ((interrupt))
|
||||
void isr_timer(void* frame);
|
||||
|
||||
__attribute__ ((naked))
|
||||
void isr_ap_start(void* frame);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user