1 2 3 4 5 6 7 8 9 10 11
#include "fpu.h" #include "pic.h" #include "idt.h" void cpu_init(void) { pic_remap(); idt_init(); fpu_init(); }