#include "utils/print.h" #include "utils/asm.h" void bringelle(){ clear(); print("Booting Bringelle..."); while(1); }