diff options
Diffstat (limited to 'kernel.asm')
-rw-r--r-- | kernel.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ kmain: call cls ; clear console push 0 ; home the cursor call setcursor + add sp, 2 push banner call puts |