#include "boucane.hpp" #include "core/idt.hpp" extern "C" void boucane(){ clear(); printk("Booting Boucane v%d.%d.%d",VERSION_MAJOR,VERSION_MINOR, VERSION_PATH); idt_enable_interrupt(); while(1); }