fixed the 32bit version
[ld45_start_nothing] / src / boot / boot2.asm
index d5884bc..0fac8fe 100644 (file)
@@ -24,6 +24,7 @@ boot2_start:
 
        mov al, 10
        call ser_putchar
+       call clearscr
 
        ; enable A20 address line
        call enable_a20
@@ -548,7 +549,7 @@ kbc_wait_write:
        jnz kbc_wait_write
        ret
 
-numbuf: resb 16
+numbuf: times 16 db 0
 
 
        ; this part is placed at the very end of all boot sections