Add utilities functions
This commit is contained in:
parent
969f81bd7e
commit
48a608c895
4 changed files with 62 additions and 7 deletions
|
@ -1,11 +1,8 @@
|
|||
#include "utils/print.h"
|
||||
|
||||
|
||||
|
||||
|
||||
void bringelle(){
|
||||
putchar('L');
|
||||
putchar('L');
|
||||
clear();
|
||||
print("Booting Bringelle...");
|
||||
|
||||
while(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue