Slashdot Mirror


FreeDOS 1.1 Released

MrSeb writes with this excerpt from an Extreme Tech article about the latest FreeDOS release and a bit of project history: "Some 17 years after its first release in 1994, and more than five years since 1.0, FreeDOS 1.1 is now available to download. The history of FreeDOS stems back to the summer of 1994 when Microsoft announced that MS-DOS as a separate product would no longer be supported. It would live on as part of Windows 95, 98, and (ugh!) Me, but for Jim Hall that wasn't enough, and so public domain (PD) DOS was born. ... Despite what you might think, FreeDOS isn't an 'old' OS; it's actually quite usable. FreeDOS supports FAT32, UDMA for hard drives and DVD drives, and it even has antivirus and BitTorrent clients." The official release announcement has more details on the improvements, and the FreeDOS website has the release for download.

7 of 266 comments (clear)

  1. Re:But what use would I have for it? by Anonymous Coward · · Score: 4, Informative

    The same as for Linux. Program, learn, experiment.

  2. Re:But what use would I have for it? by MightyYar · · Score: 5, Informative

    Mostly I've used it for running old games (via DOSBox), but I've encountered it when using BIOS updates and other standalone boot utilities.

    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  3. Is No One Excited? by eno2001 · · Score: 4, Informative

    I remember the early days of Slashdot where this would have everyone talking. It's pretty damn cool. At this point it's prefect for reproducing real old school gaming. DOSBox is great for that too. But look... you're running a real DOS here! No VM needed! Pull out your 486! Get out your 1994 era Pentium 90! Relive the days when computing was actually fun! I installed FreeDOS with GEM (which was the better GUI compared to Windows back in the day until Apple ruined it by suing Digital Research) on a laptop from 1998. That thing is a BEAST now. Seriously, doesn't anyone get excited about this stuff anymore?

    --
    -"...bad old ideas look confusingly fresh when they are packaged as technology" - Jaron Lanier (Digital Maoism on Edge.o
    1. Re:Is No One Excited? by bill_mcgonigle · · Score: 4, Informative

      Anybody who flashes BIOS ought to be excited.

      Real CDROM support means we should be able to have a .288 file that doesn't need to be mounted loopback and modified with mcopy for every different flasher. An big BIOS images aren't a problem anymore.

      One stock boot image that gets written to the ElTorrito sector and then jump to the CDROM drive to continue execution of the startup script.

      Boilerplate FTW.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  4. Re:Windows ME did not have DOS. by Dwedit · · Score: 4, Informative

    Windows ME had DOS just like Windows 98 did, Microsoft just disabled it. You can hack several bytes, and you get DOS back again.

    You must be thinking of Windows XP or Windows 2000, which did not have DOS.

  5. Re:But what use would I have for it? by hawguy · · Score: 5, Informative

    I mean seriously, how am I going to use it?

    Running old programs maybe?

    I use it for installing BIOS and other hardware driver updates that need a DOS boot disk. The process goes something like this:

    http://www.tummy.com/journals/entries/jafo_20080920_234755

  6. (Free)DOS can still be relevant ... by DigitalDreg · · Score: 5, Informative

    DOS and FreeDOS are still relevant in some niche areas:

    - Turn-key and embedded hardware often use DOS
    - Retro-computing: Some of us like dragging out our old hardware to play with it
    - Learning to code closer to the metal; DOS gives you enough services to get you going, while giving you a feel for embedded programming

    FreeDOS runs on almost everything from an original IBM PC (1981) to a virtual machine under VMWare and VirtualBox. People (hobbyists) are continuing to work on the utilities to keep it refreshed. For example, in the last year there was a new set of TCP/IP programs added, a utility for sharing folders with a VMWare host, and a new web browser based on Dillo.

    It's not for everyone, but if you are curious check it out - it's pretty painless to run in a VM. (Or you can drag out your XT or Pentium 90 for the full effect.)