summaryrefslogtreecommitdiff
path: root/kernel.asm
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.asm')
-rw-r--r--kernel.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel.asm b/kernel.asm
index a46a2e5..a393c72 100644
--- a/kernel.asm
+++ b/kernel.asm
@@ -34,6 +34,7 @@ kmain:
call cls ; clear console
push 0 ; home the cursor
call setcursor
+ add sp, 2
push banner
call puts