Skip to content

Commit

Permalink
Merge pull request cfenollosa#10 from maxkl/patch-1
Browse files Browse the repository at this point in the history
Fix comment for number of sectors to read
cfenollosa authored Oct 24, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 38a1981 + 170aa62 commit d9eab4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 07-bootsector-disk/boot_sect_main.asm
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
mov sp, bp

mov bx, 0x9000 ; es:bx = 0x0000:0x9000 = 0x09000
mov dh, 2 ; read 5 sectors
mov dh, 2 ; read 2 sectors
; the bios sets 'dl' for our boot disk number
; if you have trouble, use the '-fda' flag: 'qemu -fda file.bin'
call disk_load

0 comments on commit d9eab4d

Please sign in to comment.