You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The floppy on my Pentium MMX system produces occasional read errors. The boot.asm (and probably the others) give up on the first read error without retrying, making the system fail to boot from time to time. Can the bootloaders be altered to at least retry to read one-two times?
The text was updated successfully, but these errors were encountered:
lDOS boot loaders can do that however to use their _COMPAT_FREEDOS set some options need to be disabled to fit the loader into the sector.
The loaders embedded in lDebug do also retry reads so you could load lDebug using a _COMPAT_LDOS loader then instruct the debugger to load your FreeDOS, EDR-DOS, or lMS-DOS kernel. The commands needed for this can be stored in an ldebug.sld for boot startup, possibly sleeping for a moment and checking for keypresses to allow dropping into the debugger shell instead of chaining to the loaded kernel immediately.
lDOS boot loaders can do that however to use their _COMPAT_FREEDOS set some options need to be disabled to fit the loader into the sector.
The loaders embedded in lDebug do also retry reads so you could load lDebug using a _COMPAT_LDOS loader then instruct the debugger to load your FreeDOS, EDR-DOS, or lMS-DOS kernel. The commands needed for this can be stored in an ldebug.sld for boot startup, possibly sleeping for a moment and checking for keypresses to allow dropping into the debugger shell instead of chaining to the loaded kernel immediately.
Perhaps I could do this, but that would not exactly be a solution for the "ordinary" user :) So either the current boot loaders should be extended to handle this, or they should be replaced by derivates of your lDOS loaders to be shipped with the SYS command, if that is possible.
The floppy on my Pentium MMX system produces occasional read errors. The boot.asm (and probably the others) give up on the first read error without retrying, making the system fail to boot from time to time. Can the bootloaders be altered to at least retry to read one-two times?
The text was updated successfully, but these errors were encountered: