summaryrefslogtreecommitdiff
path: root/kernel.asm
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.asm')
-rw-r--r--kernel.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel.asm b/kernel.asm
index 51d0e7f..39a8077 100644
--- a/kernel.asm
+++ b/kernel.asm
@@ -75,10 +75,6 @@ kmain:
call puts
add sp, 2
- ; - hex test
- push ds
- call printh
-
.mainloop:
call kbd_read
call putc