Dr. DOS Still 'Doing It' At 8.0 69
An anonymous reader writes "Believe it or not, DOS -- DR-DOS, no less -- is still alive and kicking after all these years! Devicelogics, a company founded by former executives of Caldera and Lineo in Utah, says it has begun shipping version 8.0 of DR-DOS today. The company says the most significant enhancement in the latest version of this long-lived (and 'stable') operating system is support for FAT32 large partitions, enabling DR-DOS 'to keep up with market demand for DOS-based embedded solutions built on FAT32 platforms.'"
I still use dos (Score:5, Interesting)
Re:I still use dos (Score:1, Informative)
AFAIK, IBM only released PC-DOS 7, and later PC-DOS 2000, which was just PC-DOS 7 with some Y2K fixes.
Re:I still use dos (Score:2)
Re:I still use dos (Score:2, Insightful)
> limited stuff in memory. Linux and windows can't compete with 100k kernal.
I don't mess with the embedded stuff. However, DOS has other uses too. I'm
not talking about having it be my regular desktop system, but it has uses.
Uses besides running legacy software, I mean. For one thing, it'll run on
pretty much *any* x86 system, irrespective of the details of the hardware,
and it has *no* trouble fitting on a floppy with plen
I noticed this earlier today (Score:5, Interesting)
It makes sense, though. DOS will run on just about any x86 based machine out there, insuring a very wide compatability, it's something most people are used to (ie: DOS, as opposed to a linux based bootloader, which fewer people are accustomed to) and I'm sure the licensing is a mere fraction of MSDOS - or at least it would be if MS still supported it.
Makes you wonder about things like FreeDOS... maybe it's still a bit unrefined for these uses? Maybe buyers actually do want a "real company" behind the products they use?
=Smidge=
Re:I noticed this earlier today (Score:4, Funny)
Re:I noticed this earlier today (Score:4, Informative)
Hidden, Dos plots it's revenge.
ahh the memories... (Score:1)
im happy to see it is alive and well.
Re:ahh the memories... (Score:2)
Re:ahh the memories... (Score:2, Informative)
drdos had 2 different multitasking options. i barely remember the differences between them other than one would stop all other apps you had open except for the one you were in currently, and the other would actually give all the apps a slice of cpu time. this is if i am remembering correctly.
this is dos we are talking about so any form of multitasking is going to be a kludge.
Re:ahh the memories... (Score:3, Informative)
How so? Since DOS is such a simple collection of services, it runs great in little virtual 86 compartments. In fact, the whole protected-mode scheme from Intel was designed in a way that DOS would be able to run in 'virtual 8086 machines'. DOS applications run on a multitasking environment like NT or OS/2 quite well, and quite well in 'emulation' (really not emulation') with the Free Software dosemu package.
Re:ahh the memories... (Score:2)
Yes, MS-DOS 4.0 actually did do proper multi-tasking. It was paid for by a bunch of European computer companies, including Apricot (any Brits remember them?) and ICL (RIP). For reasons I don't know, it was withdrawn, and Microsoft later came out with 3.3, and then 4.0 (totally unrelated to the first 4.0).
I did once have a copy of the multi-tasking 4.0 but didn't do anything with it. It would have been interesting.
Re:ahh the memories... (Score:1)
i know dos4 was proper about multitasking, but does it count? i was under the impression it never really saw the light of day
Ophix
Re:ahh the memories... (Score:5, Interesting)
Nope, they shipped version 4.0 twice. The second version of 4.0 didn't really offer anything over 3.3 (and was really buggy), so most people just skipped from 3.3 to 5.0 (I still have the manuals :-)
You can see the timeline at the bottom of http://www.maxframe.com/HISZMSD.HTM [maxframe.com]. There is also a timeline at http://www.nukesoft.co.uk/msdos/dosversions.htm [nukesoft.co.uk]
Since we are playing nostalgia, I should also mention that I used MS-Windows 1.0 once. I was really impressed that it had a Paint program, and went to save my work of art. In those days, standard file dialogs didn't exist (you had to wait till Windows 3.1 for them). It brought up a dialog with a textfield asking for the filename. I started typing, and then wondered how long a name it would let me enter. The answer is that it let me enter a really really long name - I mashed the keyboard until I got bored. I click OK, and the screen froze and the hard disk light blinked every 5 seconds or so. I eventually rebooted the machine to discover most of the root directory entries had gone. Ah, the joys of buffer overflows! A quick session with Norton Disk Doctor got them back. I didn't touch Windows 1 again, but was an avid user of Windows 286, and then 3.0 and onwards once Windows became more mainstream.
Re:ahh the memories... (Score:1)
The version numbers were 4.0 and 4.01, although I don't think that I actually saw a copy of 4.0.
Re:ahh the memories... (Score:1)
Re:ahh the memories... (Score:2)
It was the only OS (for lack of a better word) in those days that could survive running "format a:" in 2 windows at the same time. Not that there was much point -- the disks were totally unusable afterwards -- but it was my stress test of choice. DOS/Windows failed the test, OS/2 failed, Win95 failed, and Windows NT (3.1
Re:ahh the memories. download DESQView 2.8 here: (Score:2)
http://www.chsoft.com/dv.html [chsoft.com]
If you want to find old stuff, go to #oldwarez on EFNet (or something similar) or fire up EMule 0.42d and search. Also, Googling the web or google.groups can be rather an effective way to lay your hands on abandonware.
What next? Repton? Alley Cat? Herzog Zwei rom dump?
Historic reference to the final version of DV, 2.80.
From: marsha@test120.qdeck.com (Marsha Ailing)
Organization: Quarterdeck
Date: Tue, 30 Apr 96 16:
Re:ahh the memories... (Score:2)
If memory serves, MS-DOS had multitasking somewhere along the line, but because of screwups in the way the kernel was coded, you had to be very careful how you used it. Most programs didn't even try. So fr
Re:ahh the memories... (Score:3, Informative)
Re:ahh the memories... (Score:2)
There wasn't really any attempt to change this (let alone "fix" it). DOS was never intended to multi-task, and since it's
Re:ahh the memories... (Score:2)
Re:ahh the memories... (Score:3, Interesting)
~ multitasking (stable)
~ DPMS memory management
~ peer to peer networking w/ snmp, security
~ disk & file compression
~ antivirus & backup
Oddly enough, Windows 3.10 was the only unstable app on those systems.
Re:ahh the memories... (Score:1)
> running would let you spawn off a shell.
MS-DOS offered _approximately_ the same level of multitasking as Windows 3.1
and MacOS 9. That is to say, there was no real multitasking at the OS level,
but an application could be designed to multitask cooperatively, and there
were various apps out there for DOS that were designed to do this, usually
by hanging off the timer interrupt and only using a few cycles each time.
Win3.1 and MacOS 9
Caldera? (Score:1, Offtopic)
Re:Caldera? (Score:1)
Re:Caldera? (Score:3, Funny)
Look here, buster. We're short on two minute hate subjects today and you're trying to defend a known villain?
Silence!
So... (Score:5, Insightful)
And you might have mentioned, for those who think that the only OSs are Windows, Linux, and MacOS, that DR-DOS is the current incarnation of CP/M -- the OS that would have been the OS if the folks at Digital Research hadn't been so paranoid about NDAs.
Re:So... (Score:2, Insightful)
You must be new here...
Nobody is expected to actually read the articles. Therefore, the story summary must be detailed enough for people to:
1) Form strong (sometimes overbearing) opinions on the subject
2) Draw "Insightful" conclusions about the scenario, based only on the summary of course
3) Claim to be an expert on the subject
4) Completely refute any arguments in the summary, and declare the whole subject moot
5)
Re:So... (Score:3, Informative)
DR-DOS was a derivative product from Digital Research.
And Digital Research's problem with signing NDAs came out of the hippy culture the company grew up in. That never really changed enough for the co
Re:So... (Score:1)
Re:So... (Score:2)
Re:So... (Score:1)
DEC vs DR (Score:1)
DEC - Digital Equipment Corp. made hardware (VAX) and the VMS operating system on which Windows NT is based. DEC became a part of Compaq, now HP.
DR - Digital Research made the CP/M and DR/DOS operating systems.
Re:DEC vs DR (Score:2)
No single user license pricing? (Score:3, Interesting)
(I must say the site isn't very professional. It lists DPMI/DPMS in two bullet points and multi-tasking in three.)
Re:No single user license pricing? (Score:3, Insightful)
Fat32 Support (Score:5, Interesting)
Re:Fat32 Support (Score:2, Insightful)
Or is there some ultra-important distinction I'm missing? Wouldn't be the first time.
Re:Fat32 Support (Score:1)
Yes. You're thinking of copyright. FAT32 is patented, which means you need a license to use the technology, even if you wrote the code from scratch. MS has never enforced the patent, but now that FAT32 is so popular, they're apparently going to, just like Unisys and GIF.
On the plus side, patents only last for 20 years, unlike forever-and-a-day for copyrights.
Evidence of such plans? (Score:1)
Yes. You're thinking of copyright. FAT32 is patented
Which means nothing if Microsoft has no plans to assert the patent against developers of free software. Microsoft doesn't want to become the victim of a burnallfat32 FUD campaign that could become higher profile than the one directed at Unisys [burnallgifs.org].
Re:Fat32 Support (Score:1)
Re:Fat32 Support (Score:1)
Reverse engineering is prohibited too. That's the difference between copyright and patents -- with copyright, only copying is prohibited, but with patents, you're not allowed to use the technology at all without the patent holder's permission, no matter how you managed to obtain it. Even if you thought of the same idea completely independently, you can't use it until the patent expires.
Re:Fat32 Support (Score:1)
Good To See (Score:1)
Noorda is a bitter, bitter man.
DR-DOS still going strong (Score:5, Funny)
Re:DR-DOS still going strong (Score:1, Troll)
ASUS ships FreeDOS (Score:5, Interesting)
Re:ASUS ships FreeDOS (Score:4, Informative)
Well, a stripped-down version with a broken installer. The FreeDOS [freedos.org] people warn against using this CD for anything other than flashing a corrupted BIOS. Those who try to install FreeDOS from this CD may end up with a trashed boot sector [freedos.org].
Re:ASUS ships FreeDOS (Score:3, Funny)
My pipe dream is to have a Sun workstation with an x86 card and a mythical PowerPC card... several versions of Solaris, several versions of Linux, Windows 98, Windows 2000, Windows XP, and Mac OS X all in one box! Those dual-boot fanboys would drop to their knees and beg for mercy from such a beast!
Re:ASUS ships FreeDOS (Score:2)
Re:ASUS ships FreeDOS (Score:1)
Re:ASUS ships FreeDOS (Score:2, Redundant)
Interesting use of Linux technology (Score:4, Informative)
Anyone who thinks DOS is dead does not work anywhere near the embedded world. It's very much alive and kicking in little boxes all around you and new products are still being developed based on it. Problem is that nobody is putting out device drivers for "new" technology like USB for DOS so unless they find a way to utilize existing drivers they're in trouble as older standards like ISA fade. Linux to the rescue.
Great News -- Time to upgrade (Score:3, Interesting)
And, yeah, I would call version 7.03 stable (although 7.0 and 7.02 definitely were NOT stable when using DPMS.) I have never had an issue with it, uptimes rivaled Linux.
Some DOS programs are irreplaceable (Dragmax and Pipemax for auto racers, several truly great astrology programs, and my favorite scientific encyclopedia -- Compton's original CD. The Windows versions of it do not have as much content unless you count "movie clips" as content.)
So it's time to upgrade so I can read/write FAT32 partitions, as well, I guess. I just hate to see a "free" (as in beer) license go commercial, though.
FAT32 - is it reason for major version No. change? (Score:1)
I wonder if FAT32 is the only noteciable update in Dr.DOS 8
BTW, does DR DOS or FreeDOS has some scripting like REXX in IBM DOS ?
Re:FAT32 - is it reason for major version No. chan (Score:1)
To answer your question, I agree that a full version upgrade for this feature, promised by Caldera back in 1995 or 6, is overkill. But perhaps the leap from RH 8 to 9 or Slack from 4.x to 7 IIRC inspired them.
Re:Full Source Buyout (Score:2)
The relentless march of technology (Score:3, Funny)
In a Bowling Alley near you (Score:2)
Re:In a Bowling Alley near you (Score:1)