Find Related products on Amazon

Shop on Amazon

The DOS 3.3 Sys.com Bug Hunt

Published on: 2025-11-20 04:01:53

The DOS 3.3 SYS.COM Bug Hunt! SYS.COM corrupted a NetDrive image. But why? Posted: 2025-02-22 Tags: DOS, NetDrive, ForgotToCheckReturnCode In ye olden days to make a diskette bootable you had to format it using the /s option of the FORMAT command. That works fine for blank disks, but software vendors had a small problem - they would sell you a disk with their software on it but they couldn't include the DOS files needed to make it bootable because they were not selling you DOS. To get around this they would leave space available on the disk and have you use the SYS command, which copied the magic boot loader code onto from your DOS disk onto their disk. There were some restrictions on where the free space was located and how much was required, but it generally worked to allow you to make a diskette bootable without having to format it. Last year somebody reported a problem with the DOS 3.3 SYS.COM command when used with NetDrive. They started with a valid FAT12 image, ran SYS.COM ... Read full article.