We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d3fd5 commit 42d3ae6Copy full SHA for 42d3ae6
boot/boot32.asm
@@ -272,8 +272,9 @@ cn_exit:
272
ret
273
274
275
-boot_success:
276
- mov bl, [drive]
+boot_success:
+ mov dl, [drive] ; for Enhanced DR-DOS load
277
+ mov bl, dl ; for FreeDOS load
278
jmp far [loadsegoff_60]
279
280
; Convert cluster to the absolute sector
boot/boot32lb.asm
@@ -242,7 +242,9 @@ rk_walk_fat: pop eax
242
243
;-----------------------------------------------------------------------
244
245
-boot_success: mov bl, [drive]
246
247
248
249
250
0 commit comments