FreeDOS

Open source clone of MS-DOS From Wikipedia, the free encyclopedia

FreeDOS

FreeDOS (formerly PD-DOS) is a free software operating system for IBM PC compatible computers. It intends to provide a complete MS-DOS-compatible environment for running legacy software and supporting embedded systems.[7] FreeDOS can be booted from a floppy disk or USB flash drive[8][9] and is designed to run well under virtualization or x86 emulation.[10]

Quick Facts Developer, Written in ...
FreeDOS
Thumb
Thumb
FreeDOS 1.1 default shell, FreeCOM
DeveloperJim Hall & The FreeDOS team
Written inAssembly language, C[1]
OS familyDOS
Working stateCurrent
Source modelOpen source[2]
Initial release16 September 1994; 30 years ago (1994-09-16)[3]
Latest release1.4[4]  / 5 April 2025; 17 days ago (5 April 2025)[5]
Repository
Available inEnglish, German, Dutch, French, Turkish, Swedish, Spanish
Platformsx86
Kernel typeMonolithic kernel[6]
Influenced byMS-DOS
Default
user interface
Command-line interface (COMMAND.COM)
LicenseGNU GPL[2] with various different licenses for utilities
Official websitefreedos.org
Close

The FreeDOS project began under Jim Hall in 1994, and the first stable version was released in 2006. Unlike most versions of MS-DOS,[11] FreeDOS is composed of free software, licensed under the terms of the GNU General Public License.[2] However, other packages that form part of the FreeDOS project include non-GPL software considered worthy of preservation, such as 4DOS, which is distributed under a modified MIT License.[12]

Distribution

Summarize
Perspective

FreeDOS 1.1, released on 2 January 2012,[13] is available for download as a CD-ROM image: a limited install disc that only contains the kernel and basic applications, and a full disc that contains many more applications (games, networking, development, etc.), not available as of November 2011 but with a newer, fuller 1.2.[14] The legacy version 1.0 (2006) consisted of two CDs, one of which was an 8 MB install CD targeted at regular users and the other which was a larger 49 MB live CD that also held the source code of the project.[14]

Commercial uses

FreeDOS is used by several companies:

  • Dell preloaded FreeDOS with its n-series desktops to reduce their cost. The firm has been criticized for making these machines no cheaper, and harder to buy, than identical systems with Windows.[15]
  • Hewlett-Packard provided FreeDOS as an option in its HP Compaq dc5750 Small Form Factor PC, Mini 5101 netbooks and Probook laptops.[16][17][18] FreeDOS is also used as bootable media for updating the BIOS firmware in HP systems.[19]
  • FreeDOS is included by Steve Gibson's hard drive maintenance and recovery program, SpinRite.[20]
  • Intel's Solid-State Drive Firmware Update Tool loaded the FreeDOS kernel.[21]
  • Many motherboard vendors recommend a bootable FreeDOS for running low level BIOS and firmware updates.

Non-commercial uses

FreeDOS is also used in multiple independent projects:

Development and version history

Summarize
Perspective
More information Version, Status ...
FreeDOS version history[5][28][29]
VersionStatusCodenameDate
0.01ALPHANone16 September 1994
0.02ALPHANoneDecember 1994
0.03ALPHANoneJanuary 1995
0.04ALPHANoneJune 1995[30]
0.05ALPHANone10 August 1996
0.06ALPHANoneNovember 1997
0.1BETAOrlando25 March 1998
0.2BETAMarvin28 October 1998
0.3BETAVentura21 April 1999
0.4BETALemur9 April 2000
0.5BETALara10 August 2000
0.6BETAMidnite18 March 2001
0.7BETASpears7 September 2001
0.8BETANikita7 April 2002
0.9BETANone28 September 2004
1.0FINALNone3 September 2006
1.1FINALNone2 January 2012
1.2FINALNone25 December 2016
1.3FINALNone20 February 2022
1.4FINALNone5 April 2025
Close

The FreeDOS project began on 29 June 1994, after Microsoft announced it would no longer sell or support MS-DOS. Jim Hall, who at the time was a student,[31] posted a manifesto proposing the development of PD-DOS, a public domain version of DOS.[32] Within a few weeks, other programmers including Pat Villani and Tim Norman joined the project. Between them, a kernel (by Villani), the COMMAND.COM command line interpreter (by Villani and Norman), and core utilities (by Hall) were created by pooling code they had written or found available.[33][34] For some time, the project was maintained by Morgan "Hannibal" Toal. There have been many official pre-release distributions of FreeDOS before the final FreeDOS 1.0 distribution.[35] GNU/DOS, an unofficial distribution of FreeDOS, was discontinued after version 1.0 was released.[36][37]

Thumb
Blinky, the mascot of FreeDOS

Blinky the Fish is the mascot of FreeDOS. He was designed by Bas Snabilie.[38]

Compatibility

Summarize
Perspective

Hardware

FreeDOS requires a PC/XT machine with at least 640 kB of memory.[39] Programs not bundled with FreeDOS often require additional system resources.

MS-DOS and Win32 console

FreeDOS is mostly compatible with MS-DOS. It supports COM executables, standard DOS executables and Borland's 16-bit DPMI executables. It is also possible to run 32-bit DPMI executables using DOS extenders. The operating system has several improvements relative to MS-DOS, mostly involving support for newer standards and technologies that did not exist when Microsoft ended support for MS-DOS, such as internationalization, or the Advanced Power Management TSRs.[40] Furthermore, with the use of HX DOS Extender, many Windows Console applications function properly in FreeDOS, as do some rare GUI programs, like QEMM and Bochs.[41]

DOS-based Windows

FreeDOS is able to run Microsoft Windows 1.0 and 2.0 releases. Windows 3.x releases, which had support for i386 processors, cannot fully be run in 386 Enhanced Mode,[42] except partially in the experimental FreeDOS kernel 2037.[citation needed]

Windows 95, Windows 98 and Windows Me use a stripped-down version of MS-DOS. FreeDOS cannot be used as a replacement because the undocumented interfaces between MS-DOS 7.0–8.0 and Windows "4.xx" are not emulated by FreeDOS; however, it can be installed and used beside these systems using a boot manager program, such as BOOTMGR or METAKERN included with FreeDOS.[citation needed]

Windows NT and ReactOS

Windows NT-based operating systems, including Windows 2000, XP, Vista, 7, 8, 8.1, 10 and 11 for desktops, and Windows Server 2003, 2008 and 2008 R2 for servers, do not make use of MS-DOS as a core component of the system. These systems can make use of the FAT file systems which are used by MS-DOS and earlier versions of Windows; however, they typically use the NTFS (New Technology File System) by default for security and other reasons. FreeDOS can co-exist on these systems on a separate partition or on the same partition on FAT systems. The FreeDOS kernel can be booted by adding it to the Windows 2000 or XP's NT Boot Loader configuration file, boot.ini,[43] or the freeldr.ini equivalent for ReactOS.[44]

Virtualization

FreeDOS is designed to work well with virtualization software such as VirtualBox and VMware. The installation process is identical to real hardware. It is also possible to install FreeDOS on DOSBox and its derivatives. By doing so, it provides additional functionality not present in the emulator.[45][46]

File systems

Thumb
FreeDOS's default text editor—a clone of the MS-DOS Editor, with added features

FAT32 is fully supported and is the preferred format for the boot drive.[47] Depending on the BIOS used, up to four Logical Block Addressing (LBA) hard disks of up to 128 GB, or 2 TB, in size are supported.[48] There has been little testing with large disks, and some BIOSes support LBA, but produce errors on disks larger than 32 GB; a driver such as OnTrack or EZ-Drive resolves this problem.[citation needed] FreeDOS can also be used with a driver called LFNDOS to enable support for Windows 95-style long file names,[49] but most pre-Windows 95 programs do not support long file names, even with a driver loaded. There is no planned support for NTFS, ext2 or exFAT, but there are several external third-party drivers available for that purpose. To access ext2 file systems, LTOOLS, a counterpart to Mtools, can sometimes be used to copy data to and from ext2 file system drives.[citation needed]

See also

References

Further reading

Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.