From d0aa85aaa4aac9f9c87c410b0dbfe98b71abc9c2 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 1 Dec 2017 22:19:42 -0500 Subject: Remove test code --- kernel.asm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'kernel.asm') 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 -- cgit