Skip to content
daniel@cosenza:~/blog
FreeDOS

FreeDOS posts

Memory models, FAT, interrupts, and the open-source continuation of the original PC OS.

FreeDOSHow-To April 19, 2026 3 min read

How to Partition a Disk with FDISK on FreeDOS

A complete walkthrough creating a primary partition, an extended partition with logical drives, and setting the active boot partition — the way DOS disks have always been organized.

#howto#fdisk#partitioning
Read more
FreeDOSHow-To April 17, 2026 2 min read

How to Set Up a Development Environment on FreeDOS

A complete walkthrough installing a C compiler and assembler on FreeDOS and building your first program — for anyone wanting to write software for DOS rather than just run it.

#howto#development#open-watcom
Read more
FreeDOSHow-To April 16, 2026 2 min read

How to Set Up FreeDOS for Playing Classic DOS Games

A complete walkthrough getting sound, mouse, and memory configured correctly for DOS-era gaming — the three things almost every classic game setup guide assumes you already have working.

#howto#gaming#sound-blaster
Read more
FreeDOSFix April 15, 2026 3 min read

Fixing Sound Blaster Configuration Issues on FreeDOS

A DOS game or application reports no sound, or the wrong sound, almost always tracing back to a mismatch between the BLASTER environment variable and the card's actual jumper or Plug-and-Play settings.

#fix#sound-blaster#audio
Read more
FreeDOSFix April 14, 2026 3 min read

Fixing 'Bad Command or File Name' Errors on FreeDOS

This message covers several genuinely different underlying causes — a typo, a missing PATH entry, a missing file extension, or a corrupted COMMAND.COM. Here's how to tell them apart.

#fix#command-line#troubleshooting
Read more
FreeDOSNews April 11, 2026 2 min read

Microsoft Open-Sources the Original MS-DOS on GitHub

In September 2018, Microsoft re-released MS-DOS 1.25 and 2.11's source code on GitHub under the MIT license — a genuinely open release, four years after a 2014 version that was source-available but not truly open.

#news#ms-dos#open-source
Read more
FreeDOSNews April 10, 2026 2 min read

FreeDOS 1.1 Ships, Six Years After 1.0

Released January 2, 2012, FreeDOS 1.1 filled a long gap since the 1.0 release, refining package management and driver support without changing the project's core commitment to MS-DOS compatibility.

#news#freedos#release
Read more