#include "interrupt.h" extern interrupt::vector_t vectors_irq[]; template<> void interrupt::handler() { while(1) {} }