Add utilities functions

This commit is contained in:
Loic Guegan 2021-04-04 14:03:26 +02:00
parent 969f81bd7e
commit 48a608c895
4 changed files with 62 additions and 7 deletions

View file

@ -1,11 +1,8 @@
#include "utils/print.h"
void bringelle(){
putchar('L');
putchar('L');
clear();
print("Booting Bringelle...");
while(1);
}