Wrote new ISR for AP entry
This commit is contained in:
@@ -12,5 +12,8 @@ void isr_page_fault(void* frame, unsigned int error);
|
||||
__attribute__ ((interrupt))
|
||||
void isr_double_fault(void* frame, unsigned int error);
|
||||
|
||||
__attribute__ ((interrupt, naked))
|
||||
void isr_ap_start(void* frame);
|
||||
|
||||
__attribute__ ((interrupt))
|
||||
void isr_syscall(void* frame);
|
||||
Reference in New Issue
Block a user