Cleaning Makefile and creating asm macros
This commit is contained in:
parent
ba7e57138c
commit
fcdc14f939
3 changed files with 21 additions and 19 deletions
|
@ -1,8 +1,10 @@
|
|||
#include "utils/print.h"
|
||||
#include "utils/asm.h"
|
||||
|
||||
void bringelle(){
|
||||
clear();
|
||||
print("Booting Bringelle...");
|
||||
|
||||
|
||||
while(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue