mirror of https://github.com/E-Almqvist/eOS
parent
ff08fdffab
commit
3c49c1ed7d
@ -0,0 +1,2 @@ |
|||||||
|
void init(); |
||||||
|
void display_status(char*);
|
@ -1,5 +1,5 @@ |
|||||||
[bits 32] |
[bits 32] |
||||||
[extern main] |
[extern init] |
||||||
|
|
||||||
call main |
call init |
||||||
jmp $ |
jmp $ |
||||||
|
Loading…
Reference in new issue