We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972701d commit 8a0767cCopy full SHA for 8a0767c
07-bootsector-disk/README.md
@@ -50,5 +50,9 @@ read it.
50
**Note: if you keep getting errors and your code seems fine, make sure that qemu
51
is booting from the right drive and set the drive on `dl` accordingly**
52
53
-Try the flag `-fda` for example, qemu -fda boot_sect_main.bin` and set `dl` as `0x00`
+The BIOS sets `dl` to the drive number before calling the bootloader. However,
54
+I found some problems with qemu then booting from the hdd.
55
+
56
+Try the flag `-fda` for example, `qemu -fda boot_sect_main.bin` which will set `dl`
57
+as `0x00`, it seems to work fine then.
58
0 commit comments