summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2017-12-01 22:19:42 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2017-12-01 22:19:42 -0500
commitd0aa85aaa4aac9f9c87c410b0dbfe98b71abc9c2 (patch)
tree5c9e44abcd2d7c21a69d04dbe9484bce2f8e829f
parent83f17bd07d7eb10f17997cd16d11016a87b87da3 (diff)
downloadminos-d0aa85aaa4aac9f9c87c410b0dbfe98b71abc9c2.tar.gz
Remove test code
-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