#include "boucane.hpp" extern "C" void boucane(){ clear(); char a[]="Loic Guegan"; printk("Booting Boucane v%d.%d.%d",VERSION_MAJOR,VERSION_MINOR, VERSION_PATH); while(1); }