X-Git-Url: http://git.dujemihanovic.xyz/projects?a=blobdiff_plain;f=boot%2Fx86%2Fboot.s;h=a7fe3c31ff1fb0f6cedf9a5fdd39f2718643dcac;hb=0b02cbac466992423caa450f9659b18d251a4158;hp=572ef74453e99d3efb870ac590d636ed038d7dfa;hpb=aedfdf1f1445cf9fa63fb53c42878240a9ff65ae;p=nameless-os.git diff --git a/boot/x86/boot.s b/boot/x86/boot.s index 572ef74..a7fe3c3 100644 --- a/boot/x86/boot.s +++ b/boot/x86/boot.s @@ -15,7 +15,7 @@ KERNEL_OFFSET equ 1000h ; where we will load our kernel jc reset_error ; halt if controller reset fails mov ah, 2 ; instruct BIOS's interrupt 13h to read sectors - mov al, 10 ; load 10 sectors, might be excessive (for now) but it's still good to do so + mov al, 30 ; load 30 sectors, might be excessive (for now) but it's still good to do so xor ch, ch ; read from 1st cylinder mov cl, 2 ; start reading from 2nd sector, right after the boot sector xor dh, dh ; read from 1st head