Skip to content
FreeDOS

FreeDOS posts

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

FreeDOSDeep Dive 5 min read

Upper Memory Blocks and Loading TSRs High

How DOS users reclaimed conventional memory by relocating drivers and TSRs into unused upper memory gaps, which varied by machine and BIOS.

#umb#tsr#memory-optimization
Read more
FreeDOSNews 5 min read

FreeDOS 1.3 Released

FreeDOS 1.3 arrived February 20, 2022 with kernel 2043, FreeCOM 0.85a, an 8086 FAT32 build, restored networking, compressed floppy media, and installer fixes.

#news#release#freedos
Read more
FreeDOSDeep Dive 7 min read

Writing Batch Files on FreeDOS

A FreeCOM-specific guide to portable DOS batch files using arguments, SHIFT, IF, ERRORLEVEL, FOR, GOTO, CALL, redirection, and defensive expansion.

#batch-files#scripting#freedos
Read more