kernel gets bigger ! read more sectors

This commit is contained in:
Mathieu Maret 2018-07-13 14:14:32 +02:00
parent 6aeafc622b
commit e43e869245
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ main:
; http://www.ctyme.com/intr/rb-0607.htm
; Bios read first 512 bytes, read next disk sector
mov ah, 0x2 ;read sectors
mov al, 6 ;sectors to read
mov al, 10 ;sectors to read
mov ch, 0 ;cylinder idx
mov dh, 0 ;head idx
mov cl, 2 ;sector idx