1 2 3 4 5 6 7
#pragma once extern void page_fault_isr(void); #define PAGE_FAULT_VECTOR 0xe void exceptions_init(void);