VOGONS

Common searches


Search results

Display options

Re: DOS 3.00-3.30 limits, with a riddle

Did it run MS-DOS 2.11 or PC DOS 2.1? Most Jrs would have been running PC-DOS 2.1, then possibly later versions of PC DOS. Those handled the built-in ROM BASIC and the cartridge correctly. The screen is just CGA with a different pinout. I'm going to have a PCjr at an event in two weeks that is going …

Re: DOS 3.00-3.30 limits, with a riddle

So I started to dig into why I I needed 256 FAT sectors for the the 31MB FAT16 image while Linux only needed 246. It turns out I hard-coded the number of sectors per FAT so that it was safe on any size hard disk, but that can be wasteful depending on the sectors per cluster and the disk size. And on …

Re: DOS 3.00-3.30 limits, with a riddle

What exactly was the behavioral difference? As far as the created images are concerned, both have identical BPBs except the NetDrive created image has 256 sectors per FAT while the mkfs.fat version has 248 sectors per FAT. mkfs.fat fills in some more fields in the BPB that are used by later versions …

Re: DOS 3.00-3.30 limits, with a riddle

- "netdrive create hd FAT16" needs improved for compatibility with DOS 3.30 As stated above, I'll add an option to set the number of sectors per cluster to the HD create util. And probably a warning message about the older versions of DOS and their limitations. Thanks for doing this testing - it is …

Re: DOS 3.00-3.30 limits, with a riddle

Microsoft has not released the DOS 3.3 source code yet. They have released the versions you can find at https://github.com/microsoft/MS-DOS. FreeDOS did not get started using any DOS source code. That would have been a major no-no for the project, which is an open source DOS work-a-like.

Page 1 of 25