Use a USB flash drive to create a bootable disk. Initially, using USBoot for booting was okay. Then using the latest DiskGen 3.8 was also okay. Then using the USB boot maintenance disk making tool produced by Shenzhen Deepin didn't work. The DOS couldn't boot. Although the PE was okay, as a system maintenance disk, it was too unreliable. So, going back to use USBoot to make a DOS boot again, it wasn't recognized. After carefully examining the reason, it was found that there was a dispute between two types of DOS, one was Microsoft's MSDOS, and the other was the newly emerging open-source FreeDOS. Looking at the prompt where the boot failed to stay:
Old: int13=e73488c5 int15=f000f859
New: int13=9ec00008 int15=9ec00376
Loading boot sector … booting…
The problem is how to delete the FreeDOS boot information so that the MSDOS 7.1 boot installation can be carried out?
Do we need to use DEBUG, and how to use it. Using SRCTools, we can't find it and don't know how to modify its boot sector data.
Old: int13=e73488c5 int15=f000f859
New: int13=9ec00008 int15=9ec00376
Loading boot sector … booting…
The problem is how to delete the FreeDOS boot information so that the MSDOS 7.1 boot installation can be carried out?
Do we need to use DEBUG, and how to use it. Using SRCTools, we can't find it and don't know how to modify its boot sector data.

