aboutsummaryrefslogtreecommitdiff
path: root/src/bringelle.c
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-04 14:03:26 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-04 14:03:26 +0200
commit48a608c8959fc696184bc1af2f67ecd07c0381ba (patch)
tree88e69733c3d85d289dc48b0d298daeaf721d0587 /src/bringelle.c
parent969f81bd7e2c0ccb07b9d49c6265421ce86369e0 (diff)
Add utilities functions
Diffstat (limited to 'src/bringelle.c')
-rw-r--r--src/bringelle.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/bringelle.c b/src/bringelle.c
index 4c8e39f..d8bbe82 100644
--- a/src/bringelle.c
+++ b/src/bringelle.c
@@ -1,11 +1,8 @@
#include "utils/print.h"
-
-
-
void bringelle(){
- putchar('L');
- putchar('L');
+ clear();
+ print("Booting Bringelle...");
while(1);
}