X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=ld45_start_nothing;a=blobdiff_plain;f=src%2Fboot%2Fboot2.asm;h=0fac8fe410b5812cb7869bd47489bc97736a80f4;hp=d5884bcbccdbba4eb07e3fce01bef79e8a1d556d;hb=78cf90d60c7cdbfcb8bc1d3e3d03a577d1b70f7b;hpb=2cef53ae69622dc995fa0f4ac7a6d793684b4403 diff --git a/src/boot/boot2.asm b/src/boot/boot2.asm index d5884bc..0fac8fe 100644 --- a/src/boot/boot2.asm +++ b/src/boot/boot2.asm @@ -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