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