Cleaning Makefile and creating asm macros

This commit is contained in:
Loic Guegan 2021-04-05 20:50:58 +02:00
parent ba7e57138c
commit fcdc14f939
3 changed files with 21 additions and 19 deletions

View file

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