hidden pixel

Freedos Information

FreeDOS (formerly Free-DOS and PD-DOS) is an operating system for IBM PC compatible computers. FreeDOS is made up of many different, separate programs that act as "packages" to the overall FreeDOS Project.[1] As a member of the DOS family, it provides mainly disk access through its kernel, and partial memory management, but no default GUI (although OpenGEM is listed on the official FreeDOS website). FreeDOS is currently at version 1.0, released on September 3, 2006.[4]

FreeDOS supports vintage hardware IBM PC as well as modern ones, in addition to embedded computers. Unlike MS-DOS, it is composed of free and open source software, licensed under the terms of the GNU General Public License (GPL). It does not require license fees or royalties and creation of custom distributions is permitted.[1] However, in its "util" section, it includes non-GPL software such as 4DOS.[2]

FreeDOS has a sparsely-populated IRC channel, #freedos, on irc.i7c.org.

Contents

History

The FreeDOS project began June 29, 1994, after Microsoft announced it would no longer sell or support MS-DOS. Jim Hall then posted a manifesto proposing the development of an open-source replacement.[5] Within a few weeks, other programmers including Pat Villani and Tim Norman joined the project. A kernel, the COMMAND.COM command line interpreter and core utilities were created by pooling code they had written or found available.[6][7] There have been several official pre-release distributions of FreeDOS before the final FreeDOS 1.0 distribution.[8] GNU/DOS, a distribution of FreeDOS, was discontinued after version 1.0 was released.[9][10]

Distribution

FreeDOS 1.0 is available for download as CD-ROM images: a base disc that only contains the kernel and basic applications, and a full disc that contains many more applications (games, networking, development, etc.) and doubles as a Live CD. Versions of these two discs with source code are also available.[11]

Commercial uses

FreeDOS is used by several companies:

Non-commercial uses

FreeDOS is also used in multiple independent projects:

Compatibility

FreeDOS Version History[8]
Version Status Codename Date
0.05 ALPHA None January 12, 1998
0.1 BETA Orlando March 25, 1998
0.2 BETA Marvin October 28, 1998
0.3 BETA Ventura April 21, 1999
0.4 BETA Lemur April 9, 2000
0.5 BETA Lara August 10, 2000
0.6 BETA Midnite March 18, 2001
0.7 BETA Spears September 7, 2001
0.8 BETA Nikita April 7, 2002
0.9rc1 BETA Methusalem July, 2003
0.9rc2 BETA None August 23, 2003
0.9rc3 BETA None September 27, 2003
0.9rc4 BETA None February 5, 2004
0.9rc5 BETA None March 20, 2004
0.9 BETA None September 28, 2004
0.9sr1 BETA None November 30, 2004
0.9sr2 BETA None November 30, 2005
1.0 FINAL None September 3, 2006

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 of newer standards and technologies that did not exist when Microsoft ended support for MS-DOS, such as internationalization, Advanced Power Management TSRs, and integrated ASPI.[24] Furthermore, with use of HX DOS Extender, many Win32 console applications function properly in FreeDOS, as do some GUI programs, like QEMU and Bochs.[25]

Windows 1.0 to 3.xx

FreeDOS is able to run Microsoft Windows 1.0 and 2.0 releases. Windows 3.x releases, which had support for i386 processors, can be run in 386 Enhanced Mode since FreeDOS kernel build 2037.

Windows 9x and Windows Millennium Edition

Windows 95, 98 and Me use a stripped down version of MS-DOS as a bootloader. FreeDOS cannot be used as a replacement bootloader; however, it can be installed and used beside these systems using a boot manager program, such as the "METAKERN" included with FreeDOS. Problems running Windows result from Microsoft's efforts to prevent their products running on non-Microsoft DOS implementations.[26]

Windows NT/2000/XP/2003/Vista/2008/7/2008 R2 and ReactOS

Windows NT-based operating systems, including Windows 2000, XP, 2003, Vista, 2008, 7 and 2008 R2 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 (NT File System) by default. FreeDOS can coexist on these systems on a separate partition on NTFS systems, or on the same partition on FAT systems. The FreeDOS kernel can be booted by adding it to the Windows NT Boot Loader configuration file, boot.ini, or freeldr.ini for ReactOS.[27]

File systems

A screenshot of FreeDOS's default text editor. It is a clone of the MS-DOS Editor with added features.

FAT32 is fully supported, including the ability to boot from it. Depending on the BIOS used, as many as four LBA hard disks up to 128 GB, or even 2 TB in size are supported. Care is recommended when using huge disks, since there was little testing so far, and some BIOSes support LBA but produce errors on disks larger than 32 GB. A driver like OnTrack or EZ-Drive resolves this problem. FreeDOS can also be used with a driver called DOSLFN, which supports long file names (see VFAT), but most older programs do not support long file names even if the driver is loaded. There is no planned support for NTFS or ext2, but there are several external third-party drivers available for that purpose. To access ext2fs, LTOOLS (counterpart to MTOOLS) can be used to copy data to and from ext2fs drives. NTFS support can be provided by products such as NTFSDOS and NTFS4DOS.[citation needed]

Universal Serial Bus

So far there is no USB driver support inside the FreeDOS project, but many modern motherboards contain BIOS settings for "Legacy USB" support which allow USB devices to be used in operating systems that lack support for them (such as FreeDOS). This applies to keyboards and mice, and some BIOSes can even support storage devices. Some external DOS USB drivers (such as DUSE, USBASPI and USBMASS) for storage devices work with some effort. There is also DOSUSB which offers an API and supports storage devices, printers and serial adapters. An alternative to running DOS programs with USB devices is DOSBox, which recognizes USB devices from the host operating system to act as if they were "legacy port" devices (e.g. joysticks with game ports, printers with parallel ports, and USB flash drives would act as if they were a hard drive for DOS), but this requires an OS with a GUI.[citation needed]

Features

Technical details

Booting

FreeDOS can be booted from a hard drive, live CD, USB flash drive or floppy disk.[29][30][31][32] It can also be run using virtualization software like Virtual PC and VirtualBox or emulation software like Bochs and QEMU.[6] To use the Windows Boot Menu the following line can be added to C:\BOOT.INI:[27]

C:\FDOSBOOT.BIN="FreeDOS"

To boot using GRUB something similar to the following can be added to menu.lst:

title FreeDOS # Anything you want
root hd(x,y) # x = device and y = partition on which FreeDOS resides
chainloader /kernel.sys # Boots FreeDOS's bootloader

Memory management

The FreeCOM shell, FreeDOS's version of COMMAND.COM, can move portions of itself into extended memory freeing up large portions of conventional memory, up to 620 kB. This is useful for DOS programs which only use conventional memory. The HIMEM and EMM386 memory management programs included with FreeDOS provide extended memory (XMS) and expanded memory (EMS) for old real mode software, EMM386 also supports VCPI, which allows DPMI kernels and DOS extenders to coexist with it. FreeDOS also contains an UDMA driver for faster disk access, which is also compatible with other DOS versions. The LBAcache disk cache stores recently accessed disk data in XMS for faster access and less direct disk access.[citation needed]

See also

Free software portal

Technical glossary

Acronym Meaning Explanation
CDS Current Directory Structure related to current path or directory
FCB File Control Block information about a particular file
IFS Installable File System
PSP Program Segment Prefix
SDA Swappable Data Area concerns DOS re-entry and system data swapping.[33]
SFT System File Table control information per open file

[34]

References

  1. ^ a b c d "The FreeDOS Project". SourceForge. 2006-05-21. http://sourceforge.net/projects/freedos/. Retrieved 2008-01-02.
  2. ^ a b c "FreeDOS Software: util section". The FreeDOS Project. http://www.freedos.org/software/?cat=util. Retrieved 09-05-26.
  3. ^ Villani, Pat (1996). FreeDOS Kernel. Emeryville, CA, USA: Miller Freeman. ISBN 0-87930-436-7.
  4. ^ "Official homepage of FreeDOS". FreeDOS. http://www.freedos.org/. Retrieved 2008-01-02.
  5. ^ Jim Hall (1994-06-29). "PD-DOS project *announcement*". comp.os.msdos.apps. (Web link). Retrieved 2008-06-14.
  6. ^ a b Hall, Jim (2002-03-25). "The past, present, and future of the FreeDOS Project". http://www.linuxfordevices.com/c/a/News/The-past-present-and-future-of-the-FreeDOS-Project/. Retrieved 2008-06-14.
  7. ^ Hall, Jim (September 23, 2006). "History of FreeDOS". freedos.org. http://www.freedos.org/freedos/about/. Retrieved 2007-05-28.
  8. ^ a b Jim Hall (2007-10-02). "Removing old distributions from ibiblio". Freedos-devel. (Web link). Retrieved 2011-06-07.
  9. ^ "GNU/DOS". SourceForge. 2007-03-29. http://sourceforge.net/projects/gnudos/. Retrieved 2009-01-02.
  10. ^ Marinof, Mihai (2006-12-02). "GNU/DOS Project Discontinued". Softpedia. http://news.softpedia.com/news/GNU-DOS-Project-Discontinued-41470.shtml. Retrieved 2009-01-02.
  11. ^ "FreeDOS: Files". http://www.freedos.org/freedos/files/. Retrieved 2009-05-26.
  12. ^ Vance, Ashlee. "How Dell repels attempts to buy its 'open source' PC". The Register. http://www.theregister.co.uk/2005/10/06/dell_open_pc/. Retrieved 2008-01-02.
  13. ^ "DC5750 Product Specifications". HP. 2008-10-29. http://h18000.www1.hp.com/products/quickspecs/12546_na/12546_na.HTML. Retrieved 2009-08-01.
  14. ^ "First Look at HP's Low-Cost ProBook Laptop Lineup". EWeek. http://www.eweek.com/c/a/Desktops-and-Notebooks/First-Look-at-HPs-LowCost-ProBook-Laptop-Lineup-880043/. Retrieved 2009-03-26.
  15. ^ McCracken, Harry (2009-06-23). "HP’s Mini 5101: Netbook Deluxe, With All the Trimmings". Technologizer. http://technologizer.com/2009/06/23/hps-mini-5101-netbook-deluxe-with-all-the-trimmings/. Retrieved 2009-08-01.
  16. ^ "FreeDOS Bootable Media". HP. 2010-10-25. http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=321957&prodSeriesId=3442832&swItem=ob-88522-1&mode=4&idx=3. Retrieved 2011-01-13.
  17. ^ "GRC dard drive data recovery software". Gibson Research Corporation. 2006-02-02. http://www.grc.com/sr/spinrite.htm. Retrieved 2009-05-16.
  18. ^ Gibson, Steve. Interview with Leo Laporte. Call for Help. TechTV Toronto, Canada. (Interview). Retrieved on 2009-05-26.
  19. ^ "SeaTools for DOS Download". Seagate. http://www.seagate.com/www/en-us/support/downloads/seatools/seatooldreg. Retrieved 2009-03-06.
  20. ^ "Intel Solid-State Drive Firmware Update Tool boot cd". Intel. http://downloadcenter.intel.com/detail_desc.aspx?agr=&ProductID=&DwnldID=18363&strOss=&OSFullName=&lang=eng. Retrieved 2010-03-25.
  21. ^ "FUZOMA Educational Software". http://superkeen.com/peacecorpsweblog/learning-software/. Retrieved 2009-12-18.
  22. ^ "Floppy Enhanced DivX Universal Player". http://membres.multimania.fr/zeroiq/index.php?page=40..FED-UP%20boot%20floppy%20.php. Retrieved 2009-12-18.
  23. ^ "doscore.net". http://www.doscore.net.
  24. ^ Matthew Broersma (2006-09-04). "DOS lives! Open source reinvents past". Techworld. http://www.techworld.com/networking/news/index.cfm?newsid=6783. Retrieved 2009-05-26.
  25. ^ japheth. "HX DOS Extender". http://www.japheth.de/HX.html. Retrieved 2009-01-02.
  26. ^ Lea, Graham (2000-01-13). "Caldera vs Microsoft - the settlement". BBC News. http://news.bbc.co.uk/2/hi/business/600488.stm. Retrieved 2009-01-02.
  27. ^ a b Marc Herbert (2004-10-01). "Install FreeDOS without any CD, floppy, USB-key, nor any other removable media". http://marc.herbert.free.fr/linux/freedos_no_removable.html. Retrieved 2009-05-26.
  28. ^ "SourceForge.net: freedos". http://sourceforge.net/apps/mediawiki/freedos/index.php?title=Main_Page#Features. 090911 sourceforge.net
  29. ^ "How to Create a Bootable FreeDOS Floppy Disk". 2005-07-19. http://www.linfo.org/freedos_floppy.html. Retrieved 2008-08-04.
  30. ^ Franske, Ben (2007-08-21). "Booting DOS from a USB flash drive". http://ben.franske.com/blogs/2007/08/21/booting_dos_from_a_usb_flash_drive. Retrieved 2008-08-04.
  31. ^ genetikayos (2005-12-19). "FreeDOS on a USB Flash Drive". http://genetikayos.livejournal.com/43998.html. Retrieved 2008-08-04.
  32. ^ "FreeDOS Files". FreeDOS. http://www.freedos.org/freedos/files/. Retrieved 2008-08-04.
  33. ^ hackchina.com - DOSINTS.TXT in DOSKernelInterrupts.
  34. ^ [1]

External links

Wikimedia Commons has media related to: FreeDOS
· · Free and open source software
General Copyleft · Events and Awards · Free software · Free Software Definition · Gratis versus libre · List of free and open source software packages · List of project directories/Comparison of hosting facilities · Open-source software
Operating system families AROS · BSD · Darwin · eCos · FreeDOS · GNU · Haiku · Inferno · Linux · Mach · MINIX · OpenSolaris · Plan 9 · ReactOS · Symbian
Development Eclipse · Free Pascal · GCC · Gambas · Java · LLVM · Lua · NetBeans · Open64 · Perl · PHP · Python · ROSE · Ruby · Tcl
History GNU · Haiku · Linux · Mozilla (Application Suite · Firefox · Thunderbird)
Organizations Apache Software Foundation · Blender Foundation · Eclipse Foundation · freedesktop.org · Free Software Foundation (Europe · India · Latin America) · FSMI · GNOME Foundation · GNU Project · Google Code · KDE e.V. · Linux Foundation · Mozilla Foundation · Open Source Geospatial Foundation · Open Source Initiative · Software Freedom Conservancy · SourceForge · Symbian Foundation · The Document Foundation · Xiph.Org Foundation · XMPP Standards Foundation · X.Org Foundation
Licences Apache · Artistic · BSD · GNU GPL · GNU LGPL · ISC · MIT · MPL · Ms-PL/RL · zlib · Public domain/CC0 · FSF approved licenses
Licence standards Open Source Definition · The Free Software Definition · Debian Free Software Guidelines
Challenges Binary blob · Canonical's contributor agreement · Digital rights management · Graphics hardware compatibility · License proliferation · Mozilla software rebranding · Proprietary software · SCO-Linux controversies · Security · Software patents · Hardware restrictions · Trusted Computing · Viral license
Other topics Alternative terms · Community · Linux distribution · Forking · Movement · Microsoft Open Specification Promise · Revolution OS · Comparison with closed source
Book:Free and Open Source Software · Category:Free software · Portal:Free software

Categories: DOS on IBM PC compatibles | Floppy disk-based operating systems | Free software operating systems | Embedded operating systems

 

The above information uses material from Wikipedia and is licensed under the GNU Free Documentation License.
Some facts may not have been fully verified for accuracy. [Disclaimers]
This page was last archived by our server on Thu Oct 13 14:09:06 2011.
Displaying this page or its contents does not use any Wikimedia Foundation's resources.
The owners of this site proudly support the Wikimedia Foundation.