boucane/src/boucane.cc

11 lines
193 B
C++
Raw Normal View History

2021-04-21 12:23:54 +02:00
#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);
}