We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8a625 commit 170aa62Copy full SHA for 170aa62
07-bootsector-disk/boot_sect_main.asm
@@ -3,7 +3,7 @@
3
mov sp, bp
4
5
mov bx, 0x9000 ; es:bx = 0x0000:0x9000 = 0x09000
6
- mov dh, 2 ; read 5 sectors
+ mov dh, 2 ; read 2 sectors
7
; the bios sets 'dl' for our boot disk number
8
; if you have trouble, use the '-fda' flag: 'qemu -fda file.bin'
9
call disk_load
0 commit comments