aboutsummaryrefslogtreecommitdiff
path: root/src/boucane.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/boucane.cc')
-rw-r--r--src/boucane.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/boucane.cc b/src/boucane.cc
new file mode 100644
index 0000000..74dad9d
--- /dev/null
+++ b/src/boucane.cc
@@ -0,0 +1,11 @@
+#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);
+} \ No newline at end of file