DR-DOS

Source: Wikipedia, the free encyclopedia.

DR-DOS
closed-source, some versions open-source
Initial release28 May 1988; 35 years ago (1988-05-28)
Latest release7.01.08 / 21 July 2011; 12 years ago (2011-07-21)
Available inEnglish, older versions also in German, French, Italian, Spanish, Japanese
Platformsx86
Kernel typeMonolithic kernel
Default
user interface
Command-line interface (COMMAND.COM)
LicenseProprietary
Official websitedrdos.com (dead since 2018)

DR-DOS (written as DR DOS, without a hyphen, in versions up to and including 6.0) is a disk operating system for IBM PC compatibles. Upon its introduction in 1988, it was the first DOS that attempted to be compatible with IBM PC DOS and MS-DOS (which were the same product sold under different names [citation needed]).

DR-DOS was developed by

Concurrent PC DOS 6.0, which was an advanced successor of CP/M-86. As ownership changed, various later versions were produced with names including Novell DOS and Caldera OpenDOS
.

History

Origins in CP/M

IBM PC
in 1981 brought the beginning of what was eventually to be a massive change.

BDOS 2.2). Digital Research threatened legal action, claiming PC DOS/MS-DOS to be too similar to CP/M. In early 1982, IBM settled by agreeing to sell Digital Research's x86 version of CP/M, CP/M-86, alongside PC DOS. However, PC DOS sold for US$40 while CP/M-86 had a $240 price tag. The proportion of PC buyers prepared to spend six times as much to buy CP/M-86 was very small, and the limited availability of compatible application software, at first in Digital Research's favor, was only temporary.[2]

Digital Research fought a long losing battle to promote CP/M-86 and its multi-tasking multi-user successors

Concurrent CP/M-86
, and eventually decided that they could not beat the Microsoft-IBM lead in application software availability, so they modified Concurrent CP/M-86 to allow it to run the same applications as MS-DOS and PC DOS.

This was shown publicly in December 1983

REAL/32
, it was not specifically tailored for the desktop market and too expensive for single-user applications. Therefore, over time two attempts were made to sideline the product:

In 1985, Digital Research developed

5.0, which ran applications for both platforms, and allowed switching between several tasks[5][6] as did the original CP/M-86. Its DOS compatibility was limited, and Digital Research made another attempt, this time a native DOS system.[6]
This new disk operating system was launched in 1988 as DR DOS.

Although DRI was based in

Hungerford, Berkshire.[nb 1] Later on some work was also done by Digital Research GmbH in Munich
, Germany.

First DR DOS version

As requested by several

DRBDOS.SYS
(for the BDOS kernel), the disk OEM label used was "DIGITAL␠".

DR DOS offered some extended command line tools with command line help, verbose error messages, sophisticated

HISTORY directive) as well as support for file and directory passwords built right into the kernel.[8] It was also cheaper to license than MS-DOS, and was ROMable right from the start. The ROMed version of DR DOS was also named ROS (ROM Operating System).[9]
DRI was approached by a number of PC manufacturers who were interested in a third-party DOS, which prompted several updates to the system.

At this time, MS-DOS was only available to OEMs bundled with hardware. Consequently, DR DOS achieved some immediate success when it became possible for consumers to buy it through normal retail channels beginning with version 3.4x.

Known versions are DR DOS 3.31 (BDOS 6.0, June 1988, OEM only), 3.32 (BDOS 6.0, 17 August 1988, OEM only), 3.33 (BDOS 6.0, 1 September 1988, OEM only), 3.34 (BDOS 6.0, OEM only), 3.35 (BDOS 6.0, 21 October 1988, OEM only), 3.40 (BDOS 6.0, 25 January 1989), 3.41 (BDOS 6.3, June 1989, OEM and retail). Like MS-DOS, most of them were produced in several variants for different hardware. While most OEMs kept the DR DOS name designation, 2001 Sales, Inc. marketed it under the name EZ-DOS 3.41 (also known as EZ-DOS 4.1).[10][11]

DR DOS 5.0

DR DOS version 5.0 (code-named "Leopard") was released in May 1990,

GUI file management shell.[12][13] ViewMAX's startup screen would present the slogan "Digital Research - We make computers work".[14][15][16] DR DOS 5.0 also introduced the patented BatteryMAX power management system, bundled disk-caching software (DRCACHE), a remote file transfer tool (FILELINK), a cursor shape configuration utility (CURSOR), and offered a vastly improved memory management system (MemoryMAX).[12][13] For compatibility purposes, the DR DOS 5.0 system files were now named IBMBIO.COM (for the DOS-BIOS) and IBMDOS.COM (for the BDOS kernel) and due to the advanced loader in the boot sector could be physically stored anywhere on disk.[13]
The OEM label in the boot sectors was changed to "IBM␠␠3.3".

Front and rear views of the Carry-I book-sized diskless workstation, bundled with DR DOS 5.0, based on an Intel 80286 processor and produced by Taiwan's Flytech Technology c. 1991

DR DOS 5.0 was the first DOS to include load-high capabilities. The kernel and data structures such as disk buffers could be

High Memory Area (HMA), the first 64 KB of extended memory which are accessible in real mode. This freed up the equivalent amount of critical "base" or conventional memory, the first 640 KB of the PC's RAM – the area in which all DOS applications run.[13]

Additionally, on

Intel 80386
machines, DR DOS's EMS memory manager allowed the operating system to load DOS device drivers into upper memory blocks, further freeing base memory.

DR DOS 5.0 was the first DOS to integrate such functionality into the base OS (loading device drivers into

upper memory blocks was already possible using third-party software like QEMM
). This allowed it, on 286 systems with supported chipsets and on 386 systems, to provide significantly more free conventional memory than any other DOS. Once drivers for a mouse, multimedia hardware and a network stack were loaded, an MS-DOS/PC DOS machine typically might only have had 300 to 400 KB of free conventional memory – too little to run much late-1980s software. In contrast to this, DR DOS 5.0, with a little manual tweaking, could load all this and still keep all of its conventional memory free – allowing for some necessary DOS data structures, as much as 620 KB out of the 640 KB. With MEMMAX +V, the conventional memory region could even be extended into unused portions of the graphics adapter card typically providing another 64 to 96 KB more free DOS memory.

Because DR DOS left so much conventional memory available, some old programs using certain address wrapping techniques failed to run properly as they were now loaded unexpectedly (or, under MS-DOS, "impossibly") low in memory – inside the first 64 KB segment (known as "

low memory"). Therefore, DR DOS 5.0's new MEMMAX -L command worked around this by pre-allocating a chunk
of memory at the start of the memory map in order for programs to load above this barrier (but with less usable conventional memory then). By default, MEMMAX was configured for +L, so that applications could take advantage of the extra memory.

DR DOS 6.0 / Competition from Microsoft

Digital Research DR DOS 6.0 startup disk
Novell DR DOS 6.0 manual

Faced with substantial competition in the DOS arena, Microsoft responded with an announcement of a yet-to-be released MS-DOS 5.0 in May 1990.[7] This would be released in June 1991[7] and include similar advanced features to those of DR DOS.[17] It included matches of the DR's enhancements in memory management.[17]

Almost immediately in September 1991, Digital Research responded with DR DOS 6.0,[7] code-named "Buxton". DR DOS 6.0, while already at BDOS level 6.7 internally, would still report itself as "IBM PC DOS 3.31" to normal DOS applications for compatibility purposes. This bundled in

SuperStor
on-the-fly disk compression, to maximize available hard disk space, and file deletion tracking and undelete functionality by Roger A. Gross.

DR DOS 6.0 also included a task-switcher named TASKMAX

Copy & Paste facility between applications.[18]
Via the task-switcher API, graphical user interfaces such as
PC/GEOS
could register as the task manager menu and thereby replace the TASKMAX text mode menu, so that users could switch between tasks from within a GUI.

Microsoft responded with MS-DOS 6.0, which again matched some features of DR DOS 6.0.

In December 1991, a pre-release version of Windows 3.1 was found to return a non-fatal error message if it detected a non-Microsoft DOS.[7] This check came to be known as the AARD code.[20][21] It was a simple matter for Digital Research to patch DR DOS 6.0 to circumvent the AARD code 'authenticity check' in the Windows 3.1 beta by rearranging the order of two internal tables in memory (with no changes in functionality), and the patched version, named "business update", was on the streets within six weeks of the release of Windows 3.1.[22][23][24][25] With the detection code disabled, Windows ran perfectly under DR DOS and its successor Novell DOS. The code was present but disabled in the released version of Windows 3.1.[26]

In July 1992,

Digital Research Japan released DR DOS 6.0/V, a Japanese DOS/V compatible version of DR DOS 6.0.[27][28]
A Korean version appears to have been available as well.

PalmDOS

In 1992 Digital Research, still under its old name but already bought by Novell in July 1991,

PalmDOS was the first operating system in the family to support the new BDOS 7.0 kernel with native DOS compatible internal data structures instead of emulations thereof. Replacing the DOS emulation on top of a CP/M kernel by a true DOS compatible kernel helped a lot in improving compatibility with some applications using some of DOS' internal data structures and also was the key in reducing the resident size of the kernel code even further—a particular requirement for the PDA market. On the other hand, introducing a genuine

CDS) imposed a limit on the depth of working directories down to 66 characters (as in MS-DOS/PC DOS), whereas previous issues of DR DOS had no such limitation due to their internal organization of directories as relative links to parent directories instead of as absolute paths. PalmDOS still reported itself as "PC DOS 3.31" to applications in order to keep the kernel small and not run into compatibility problems with Windows, which would expect the DOSMGR
API to be implemented for any DOS version since 5.0.

As well as a ROM-executing kernel, PalmDOS had palmtop-type support for features such as

Execute-In-Place
), etc.

The PCMCIA stack for PalmDOS was partially written by

Ian H. S. Cullimore
.

Novell DOS 7 / Contribution by Novell

A screenshot of Novell DOS 7
A typical command line in Novell DOS 7

Novell DOS was

PC DOS 6.3 were trumped by Novell's DOS 7.[37]

Novell CEO

OpenLinux distribution.[7]

ViewMAX 3, a derivative of GEM, and "Star Trek", a true port of Apple's System 7.1
to run under the new DR DOS multitasker named "Vladivar").

When DR DOS eventually arrived in December 1993 (with localized versions released in March 1994), renamed Novell DOS 7 (a.k.a. "NWDOS"), and without these three components, it was a disappointment to some. It was larger and lacked some finishing touches,[43] but was nevertheless seen as best DOS by many industry experts.[44]

In Germany, Novell DOS 7 was aggressively marketed with the slogan "Trau keinem DOS unter 7" (Don't trust any DOS below 7) in the press and with free demo floppies in computer magazines.[45][46][44] The campaign aimed at 20% of the DOS market and resulted in about 1.5 million copies sold until February 1994 and more than 3000 dealers interested to carry the product.[45][46] Novell DOS 7 was available through various OEMs, a dedicated mail order shop and authorized dealers.[45]

A major functional addition was Novell's second attempt at a peer-to-peer networking system,

Windows for Workgroups, OS/2, and Windows NT
. A considerable amount of manual configuration was needed to get both to co-exist on the same PC, and Personal NetWare never achieved much success.

Since Novell DOS 7 implemented the DOSMGR API and internal data structures had been updated, its BDOS 7.2 kernel could report with a DOS version of 6.0 and OEM ID "IBM" without risking compatibility problems with Windows. Most tools would report this as "PC DOS 6.1", because IBM PC DOS 6.1 also reported as DOS 6.0 to applications.

Novell DOS 7 introduced much advanced memory management including new support for DPMI (DOS Protected Mode Interface) and DPMS (DOS Protected Mode Services) as well as more flexible loadhigh options.[44] It also introduced support for "true" pre-emptive multitasking[44] of multiple DOS applications in virtual DOS machines (VDM), a component originally named MultiMAX. This was similar to Multiuser DOS, but now on the basis of a natively DOS compatible environment, similar to Windows 386 Enhanced Mode, but without a GUI. By default, the bundled TASKMGR would behave similar to the former DR DOS 6.0 TASKMAX. However, if EMM386 was loaded with the option /MULTI, EMM386 would load a natively 32-bit 386 Protected Mode operating system core providing API support for pre-emptive multitasking, multi-threading, hardware virtualization and domain management of virtual DOS machines. This API could be used by DR DOS-aware applications. If TASKMGR was run later on, it would use this API to instance the current 16-bit DOS system environment, create virtual DOS machines and run applications in them instead of using its own Real Mode task-switcher support. The multitasker was compatible with Windows, so that tasks started before launching Windows could be seen as tasks under Windows as well.

Novell DOS 7 and Personal NetWare 1.0 also shipped with NetWars, a network-enabled 3D arcade game.

Novell DOS 7 and Personal NetWare required several bug-fix releases (D70xyy with x=language, yy=number) and were not completely stable when the next development occurred. With beta versions of Microsoft's "

Chicago" (what would later become Windows 95) in sight, Novell wound down further development on Novell DOS 7 in September 1994[7]
and stopped maintenance in January 1996 after more than 15 updates.

After Novell

When Caldera approached Novell looking for a DOS operating system to bundle with their

OpenLinux distribution,[47] Novell sold the product line off to Caldera on 23 July 1996,[7]
by which time it was of little commercial value to them.

Between the Caldera-owned DR-DOS and competition from IBM's PC DOS 6.3, Microsoft moved to make it impossible to use or buy the subsequent Windows version,

lawsuit brought in Salt Lake City by Caldera with the help of the Canopy Group.[7][48] Microsoft lawyers tried repeatedly to have the case dismissed but without success. Immediately after the completion of the pre-trial deposition stage (where the parties list the evidence they intend to present), there was an out-of-court settlement on 7 January 2000 for an undisclosed sum.[49][50] This was revealed in November 2009 to be $280 million.[51][52][53][50]

In August 1996, the US-based Caldera, Inc. was approached by Roger A. Gross, one of the original DR-DOS engineers, with a proposal to restart DR-DOS development and to make Windows 95 run on DR-DOS which would help the court case. Following a meeting in September 1996 in

Caldera UK officially released Caldera OpenDOS 7.01 on 3 February 1997, but this version was just Novell DOS 7 update 10 (as of December 1994) compiled only with the necessary adaptations to incorporate the new name in display messages as well as in

Parts of OpenDOS 7.01 were released as open source[47] in form of the M.R.S. kit (for Machine Readable Sources) in May 1997, but with license terms mostly incompatible with existing open-source licenses.[64] The source was then closed again as Gross felt this would undermine the commercial aspirations of the system.

After beta releases in September and November 1997, the next official release came in December 1997, with the name changed to Caldera DR-OpenDOS 7.02, soon followed by a further release in March 1998, when the DR-DOS name returned as Caldera DR-DOS 7.02,

FDISK
, which could partition and format FAT32 volumes (but not yet work with LBA). The sources of the Novell patches for the external tools and drivers had meanwhile been found in Germany and could thus be retro-fitted into the system as well, so that DR-DOS 7.02 finally not only caught up with Novell DOS 7, but was a true step forward. The release was followed by various updates in June, August and September 1998.

The updated internal BDOS version number introduced a new problem: some legacy third-party applications with special support for Novell DOS, which were no longer being updated, stopped working.

SETVER already allowed Novell DOS to disguise itself as DOS versions by file name and globally and, specifying a magic sub-version of 255, it would even disable its own internal BDOS version check in order to cope with programs specifically probing for "DR-DOS".[42] The modified kernel and SETVER driver by Paul would, in an hierarchical model, also support load paths in order to distinguish between multiple executables of the same file name, and it introduced an extended mode, in which SETVER could not only fake DOS versions, but also BDOS kernel versions.[76] Sub-versions of 128 to 255 would be reported as DOS sub-versions 0 to 127 to applications, but with the BDOS version check disabled, while sub-versions 100 to 127 could be used to fake different BDOS versions,[76] whereas the DOS revision number (typically set to 0 in a static, pre-boot patchable data structure) would be taken as the reported sub-version instead, so that SETVER /G /X 6.114 would allow versions of DR-DOS since 7.02 to still report themselves as a "DOS 6.0" and with a faked BDOS version 7.2 (114 decimal = 72 hexadecimal), thereby masquerading as Novell DOS 7 / OpenDOS 7.01.[76]

While otherwise beneficial, the new HIFILES triggered a compatibility problem in the DOS-UP feature of the third-party memory manager QEMM 8, which was hard-wired to expect a chunk of five handle structures in conventional memory under DR-DOS (as with previous versions up to 7.01), whereas version 7.02 by design left eight handles in low memory when loading high files in order to maintain full compatibility with older versions of Windows 3.xx.[69][23] Compatibility with Windows for Workgroups 3.11 had not been affected by this. A maintenance fix was devised to patch a single byte in IBMBIO.COM in order to switch the behaviour and optionally re-invoke the old chunking. This freed some 150 bytes of conventional memory and enabled full compatibility with DOS-UP, but at the same time broke compatibility with older versions of Windows 3.xx when using the HIFILES feature, and vice versa. The patch named IBMBIO85.SCR continued to work with newer versions of DR-DOS.[63][77][78][79]

In August 1998

Caldera Thin Clients, Inc. for the embedded and thin-client market.[81]

Another version, DR-DOS 7.03 (still with BDOS 7.3 and reporting itself to applications as "PC DOS 6.0" for compatibility purposes), was pre-released at Christmas 1998 and then officially released on 6 January 1999 by Caldera UK. It came with significantly improved memory managers (in particular enhanced DPMI support in conjunction with the multitasker) and other enhancements, such as added DEVLOAD and DRMOUSE utilities, but a changed

OEM label in the boot sector of volumes formatted under DR-DOS could also cause problems under other operating systems (which can be circumvented by NOVOLTRK).[82][83]
DR-DOS 7.03 would become the last version of DR-DOS also tailored for desktop use.

Caldera, Inc. wanted to relocate the DR-DOS business into the US and closed the highly successful UK operation

Among the latest and independently developed versions of DR-DOS were OEM DR-DOS 7.04 (as of 19 August 1999)

multi-boot
scenarios in conjunction with other operating systems.

Later versions

In 2002, Lineo was bought out, and some of Lineo's former managers purchased the name and formed a new company, DRDOS, Inc. dba DeviceLogics L.L.C. They have continued to sell DR-DOS for use in embedded systems. DR-DOS 8.0 was released on 30 March 2004 featuring FAT32 and large disk support, the ability to boot from ROM or Flash, multitasking and a DPMI memory manager. This version was based on the kernel from version 7.03.[94]

The company later released DR-DOS 8.1 (with better FAT32 support) in autumn 2005. This version was instead based on OpenDOS 7.01.xx. DR-DOS 8.1 was withdrawn for GPL violations (see Controversies).

Aside from selling copies of the operating system, the DRDOS, Inc. website lists a buyout option for DR-DOS; the asking price is US$25000.[95]

The OpenDOS 7.01 source code was a base for The DR-DOS/OpenDOS Enhancement Project, set up in July 2002 in an attempt to bring the functionality of DR-DOS up to parity with modern PC non-Windows operating systems. The project's added native support for large disks (

FAT32+ file system extension which allows files of up to 256 GB in size on normal FAT partitions. DR-DOS 7.01.08 was released on 21 July 2011.[96]

Controversies

In October 2005, it was discovered that DR-DOS 8.1 included several utilities from FreeDOS as well as other sources, and that the kernel was an outdated version of the Enhanced DR-DOS kernel. DR DOS, Inc. failed to comply with the GNU General Public License (GPL) by not crediting the FreeDOS utilities to their authors and including the source code.[94] After complaints from FreeDOS developers (including the suggestion to provide the source code, and hence comply with the GPL), DR DOS, Inc. instead withdrew version 8.1, and also the unaffected 8.0, from its website.

Commands

APPEND, ASSIGN, BATCH, DBG, DELQ, ERA, ERAQ, MORE and SUBST have been among the internal commands supported since DR DOS 3.31. DR DOS 5.0 removed BATCH and added HILOAD.

TRUENAME were added as internal commands. APPEND[citation needed
] was still an internal command in DR DOS 6.0, but was changed to an external command with Novell DOS 7.

Internal commands

The following list of internal commands is supported by DR DOS 6.0:[98][97]

Batch processing subcommands

Batch processing subcommands of DR DOS 6.0 include:[98][97]

External commands

DR DOS 6.0 supports the following external commands:[98]

See also

Notes

  1. ^ ). It became Novell's Digital Research Systems Group between 1991 and 1992 and was later merged into Novell's Desktop Systems Group (DSG). The facility was closed between 1994 and 1996. Caldera's new Digital Research Systems Group opened Caldera UK Ltd. in Andover, Hampshire, UK, in 1996. This was originally located at Winchester Street (51°12′19″N 1°28′44″W / 51.20531°N 1.478786°W / 51.20531; -1.478786 (Caldera UK Ltd., Aldwych House, Winchester Street, Andover, Hampshire, SP10 2EA, UK)), but soon moved into a converted barn in Upper Clatford at the periphery of Andover (51°11′18″N 1°29′15″W / 51.188306°N 1.487498°W / 51.188306; -1.487498 (Caldera UK Ltd., Norman Court Barns, Norman Court Lane, Upper Clatford, Andover, Hampshire, UK)). It closed in 1998.
  2. ^
    NCOPY capabilities, that is, it automatically detects if a file is to be copied locally on a remote NetWare or Personal NetWare
    file server and then will initiate a remote file transfer eliminating the need to send the file contents over the network.

References

  1. DRDOS, Inc. 2013. Archived from the original
    on 2018-06-03. Retrieved 2015-01-18.
  2. ^ The rest of the story: How Bill Gates beat Gary Kildall in OS war, Part 1 | ScobleShow: Videoblog about geeks, technology, and developers
  3. ^ Borreson, Nan, ed. (March 1984). "PC-Mode bridges CP/M and PC-DOS". Digital Dialogue - Employee Newsletter of Digital Research Inc. 3 (1). Digital Research: 3. Archived from the original on 2017-09-10. Retrieved 2017-09-10. [1]
  4. Concurrent DOS Release 3.1 is rapidly gaining momentum and support from a wide range of microcomputer manufacturers," Wandryk said. "Some 60 hardware companies have licensed the product since it was released in early March. [2]
  5. ^ Burton, Robin (September 1989). "Chapter 7: DOS Plus: A short history". Master 512 Technical Guide. Leicestershire, UK. Archived from the original on 2017-09-10. Retrieved 2018-05-09.{{cite book}}: CS1 maint: location missing publisher (link)
  6. ^ a b c Wein, Josef "Joe" (2010-02-19) [November 2009]. Johnson, Herbert R. (ed.). "DRI History and Joe Wein". Archived from the original on 2017-01-17. Retrieved 2017-01-17.
  7. ^
    Caldera News. 1996-07-24. Archived
    from the original on 2017-06-24. Retrieved 2017-06-24.
  8. CP/M Plus
    , where some similar concepts were introduced into the DRI family of operating systems a couple of years earlier.)
  9. ^ Ponting, Bob (1988-08-15). "Award Software plans to implement Digital Research's OS on ROM chip". InfoWorld. Retrieved 2014-09-06.
  10. ISSN 0360-5280
    . ark:/13960/t88g9x33p. Retrieved 2021-11-14.
  11. ^ Paul, Matthias R. (2002-02-20). "How to detect FreeCOM/FreeDOS in-batch?". freedos-dev mailing list. Archived from the original on 2018-11-06. Retrieved 2014-08-06.
  12. ^ a b "Kompatibles PC-Betriebssystem kann mehr als MS-DOS und PC-DOS - Digital Research stellt sich dem Monopolisten mit DR-DOS 5.0". Computerwoche (in German). IDG Business Media GmbH. 1990-07-06. Archived from the original on 2019-07-25. Retrieved 2019-07-26.
  13. ^
    PC Magazine. Vol. 10, no. 3. pp. 241–246, 257, 264, 266. Archived
    from the original on 2019-07-25. Retrieved 2019-07-26.
  14. ^ "Digital Research - We Make Computers Work". 1992-11-13 [1990-08-13]. Serial Number 74087063. Archived from the original on 2018-09-02. Retrieved 2018-09-02.
  15. ^ Elliott, John C. (2013). "ViewMAX/1 screenshots". Seasip.info. Archived from the original on 2013-01-11. Retrieved 2018-09-10.
  16. ^ Elliott, John C. (2013). "ViewMAX/2 screenshots". Seasip.info. Archived from the original on 2018-09-11. Retrieved 2018-09-10.
  17. ^
    UMB support, task swapping, and Undelete. […] Considerable amounts of the team's management attention was diverted to new features such as file transfer software, undelete and network installation […] Eventually this situation reached a crisis point at the end of July 1990, and, led by BradS
    , the team's management spent an arduous series of meetings nailing down a schedule and process for closing the project down […] (1+32 pages)
  18. ^
    PC Magazine
    . First Looks. Vol. 10, no. 19. pp. 48, 50. Retrieved 2019-07-28.
  19. Caldera, Inc. August 1997. Caldera Part No. 200-DOMG-004. Archived from the original
    on 2017-09-10. (Printed in the UK.)
  20. ^ "The AARD Code". Archived from the original on 2010-01-13. Retrieved 2007-09-20.
  21. Verlag Heinz Heise. Archived from the original on 2018-07-14. Retrieved 2018-07-14. [3]
  22. ^ "DR DOS 6.0 does Windows 3.1". Computerworld. News Shorts. 1992-04-20. p. 6. Archived from the original on 2019-07-22. Retrieved 2019-07-22.
  23. ^
    ISBN 0-201-63287-X. (xviii+856+vi pages, 3.5-inch floppy) Errata: [4][5]
  24. Susman, Stephen Daily; Eskridge III, Charles R.; Southwick, James T.; Susman, Harry P.; Folse III, Parker C.; Palumbo, Ralph H.; Harris, Matthew R.; McCune, Philip S.; Engel, Lynn M.; Hill, Stephen J.; Tibbitts, Ryan E. (April 1999). "In the United States District Court - District of Utah, Central Division - Caldera, Inc. vs. Microsoft Corporation - Consolidated statement of facts in support of its responses to motions for summary judgement by Microsoft Corporation - Case No. 2:96CV 0645B" (Court document). Caldera, Inc. Archived
    from the original on 2018-08-05. Retrieved 2018-08-05.
  25. DR DOS 6.0
    Windows 3.1 update, April 1992"; 1992-03, 1992-04-07: "This public DR DOS 6.0 update only includes patches addressing full Windows 3.1 compatibility. There should have been a full "business update" for registered users, shipping a little bit later."), #27 (BDOS 1072h "Novell DOS 7 Panther/Smirnoff BETA 3", 1993-09: "This issue does not have workarounds for Windows 3.1 AARD code."), #29 (BDOS 1072h "Novell DOS 7 German release"; 1994-02-22: "This issue is known to have workarounds for Windows 3.1 AARD code. This should also apply to the earlier English issue.")
  26. ^ Dr. Dobb's Journal investigation
  27. ^ "Timeline of DOS/V versions" (in Japanese). 2014-11-28. Archived from the original on 2017-01-18. Retrieved 2017-01-16.
  28. $FONT.SYS
    .)
  29. ^ a b "Novell and Digital Research sign definitive merger agreement". Business Wire. 1991-07-17. Archived from the original on 2018-08-18. Retrieved 2017-01-24.
  30. ^ a b Scott, Karyl (1991-07-29). "Novell/DRI merger to reap better client management". InfoWorld: 33. Retrieved 2017-01-21.
  31. IDG Business Media GmbH. Archived
    from the original on 2017-07-04. Retrieved 2017-07-04.
  32. ^ "US Patent 5355501 - Idle detection system". Archived from the original on 2012-04-07.
  33. ^ Hildebrand, J. D. (2011-12-19). "Novell v. Microsoft trial ends in hung jury". SD Times. Archived from the original on 2012-05-15. Retrieved 2012-03-02.
  34. PC Magazine. Archived from the original
    on 2013-01-31. Retrieved 2012-03-02.
  35. (PDF) from the original on 2016-11-19. Retrieved 2017-01-21.
  36. ^ Fisher, Lawrence M. (1994-07-24). "The Executive Computer; Microsoft's Operating System Rivals Get a Boost, Sort Of". The New York Times. Retrieved 2012-03-02.
  37. ^ Anthony, Sebastian (2011-07-27). "MS-DOS is 30 years old today". ExtremeTech. Retrieved 2012-03-02.
  38. ^ Fisher, Lawrence M. (1995-09-18). "Novell Readies a Response to Windows". The New York Times. Retrieved 2012-03-02.
  39. ^ Fisher, Lawrence M. (1994-03-06). "The Executive Computer; Will Users Be the Big Losers in Software Patent Battles?". The New York Times. Retrieved 2012-03-02.
  40. ^ Sheesley, John (2008-04-09). "My DOS version can beat up your DOS version". TechRepublic. Archived from the original on 2019-11-01. Retrieved 2012-03-02.
  41. ^ Perkel, Marc (1996-10-18) [1991-03-20, 1991-05-23, 1991-07-21, 1991-07-24, 1991-08-02]. "Digital Research - The Untold Story". Archived from the original on 2019-04-19. Retrieved 2019-04-19. [6][7][8]
  42. ^ a b c d e Paul, Matthias R. (1997-07-30) [1994-05-01]. NWDOS-TIPs — Tips & Tricks rund um Novell DOS 7, mit Blick auf undokumentierte Details, Bugs und Workarounds. Release 157 (in German) (3 ed.). Archived from the original on 2017-09-10. Retrieved 2014-08-06. {{cite book}}: |work= ignored (help) (NB. NWDOSTIP.TXT is a comprehensive work on Novell DOS 7 and OpenDOS 7.01, including the description of many undocumented features and internals. It is part of the author's yet larger MPDOSTIP.ZIP collection maintained up to 2001 and distributed on many sites at the time. The provided link points to a HTML-converted older version of the NWDOSTIP.TXT file.) [9]
  43. ^ Goodman, John M. (1994-05-02). "Novell ups the ante for DOS functionality - But long-awaited revamp of DR DOS is slightly unstable, and some utilities lack finish". InfoWorld: 107–110.
  44. ^
    IDG Business Media GmbH. Archived
    from the original on 2022-01-02. Retrieved 2022-01-02. […] Novells DOS 7 fuer viele die Nummer eins […] Novell-DOS 7 gilt bei vielen Fachleuten derzeit als bestes DOS. […]
  45. ^ a b c "Novell: Power-Marketing I - Dosis gegen den Marktfuehrer" [Novell: Power marketing I - dosis against the market leader]. Absatzwirtschaft (ASW). Neue Marktauftritte (in German) (4): 8. 1994-04-01. Archived from the original on 2018-09-02. Retrieved 2018-09-02.
  46. ^ a b Hill, Jürgen (1994-05-27). "Microsoft wird mehr Wind von vorne bekommen". Computerwoche (in German). Archived from the original on 2018-09-02. Retrieved 2018-09-02.
  47. ^
    Caldera, Inc. Archived from the original
    on 1996-10-18. Retrieved 2019-07-14. Caldera […] will openly distribute the source code for DOS via the Internet as part of the company's plans to encourage continued development of DOS technologies and applications, further leveling the playing field for software developers worldwide. This effort, targeted to benefit both individual developers and industry partners, follows Caldera's commitment to embrace and fund an open software environment. Caldera also announced plans for internal development and marketing of DOS, including a new product called Caldera OpenDOS. […] Caldera plans to openly distribute the source code for all of the DOS technologies it acquired from Novell […] including CP/M, DR DOS, PalmDOS, Multi-User DOS and Novell DOS 7. Pending an evaluation and organization of the […] technologies, the source code will be made available from Caldera's web site during Q1 1997 […] Individuals can use OpenDOS source for personal use at no cost. Individuals and organizations desiring to commercially redistribute Caldera OpenDOS must acquire a license with an associated small fee. Source code for proprietary third-party components of Novell DOS 7 will not be published. […]
  48. ^ from the original on 2018-08-05. Retrieved 2018-08-05.
  49. from the original on 2017-06-24 – via bbc.co.uk.
  50. ^
    Caldera Inc.
    , heading off a trial that was likely to air nasty allegations from a decade ago. […] Microsoft and Caldera, a small Salt Lake City software company that brought the suit in 1996, didn't disclose terms of the settlement. Microsoft, though, said it would take a charge of three cents a share for the agreement in the fiscal third quarter ending March 31 […] the company has roughly 5.5 billion shares outstanding […]
  51. Caldera to settle the DrDOS litigation back in 2000: $280 million. We even get to read the settlement agreement. It's attached as an exhibit. […] The settlement terms were sealed for all these years, but […] now that mystery is solved. […] We also find out what Caldera/Canopy
    then paid Novell from that $280 million: $35.5 million at first, and then after Novell successfully sued Canopy in 2004, Caldera's successor-in-interest on this matter, an additional $17.7 million, according to page 16 of the Memorandum. Microsoft claims that Novell is not the real party in interest in this antitrust case, and so it can't sue Microsoft for the claims it has lodged against it, because, Microsoft says, Novell sold its antitrust claims to Caldera when it sold it DrDOS. So the exhibits are trying to demonstrate that Novell got paid in full, so to speak, via that earlier litigation. As a result, we get to read a number of documents from the Novell v. Canopy litigation. Novell responds it retained its antitrust claims in the applications market. […]
  52. The Canopy Group
    ), alleging that Novell was entitled to even more. […] Novell ultimately prevailed, adding $17.7 million to its share of the monies paid by Microsoft to Caldera, for a total of more than $53 million […]
  53. Comes v. Microsoft
    cases.)
  54. ^ "Basic information about company "Caldera (UK) Limited"". Company Data Rex. 2001-07-01. Company Number 03252883. Archived from the original on 2017-06-24. Retrieved 2017-06-24.
  55. ^
    Lea, Graham (1998-03-23). "Cebit: Caldera shows Windows on DR-DOS, denying MS claims". CeBIT news. Hanover, Germany. Archived from the original
    on 2017-06-24. Retrieved 2009-06-01.
  56. ^ from the original on 2018-08-22. Retrieved 2018-02-13.
  57. ^ on 2000-08-19.
  58. WinBolt," which, it says, will allow users to install the Windows 95 interface atop DR-DOS. The demo will show, Caldera says, that there is no significant technological advancement, or justified business efficiency, to the combination of MS-DOS with Windows in Windows 95. [10]
  59. ^ Schulman, Andrew (2000-03-02). "Undoc". Undoc.com. Archived from the original on 2000-08-16.
  60. SE
    […]
  61. MS-DOS 7.0+ […] introduced a […] for the most part undocumented RMD data structure usually located in the HMA. The kernel collects and records configuration and Real Mode Driver data during boot (type of driver, interrupts hooked by driver, CONFIG.SYS
    line of invocation, etc.) and stores this information in a […] complicated […] growing data structure. Presumably […] meant to be used by the Windows core to get a better picture of the loaded Real Mode drivers […] or even attempt to unhook or unload some of them, […] it is only used to a very limited extent ([…] some of the info reflected in the log files created on […] startup, and some parts of the […] configuration manager also make use of it), […] leaving room […] beyond the technical side […] because nothing of the interesting stuff is documented […]
  62. ^ Paul, Matthias R. (2002-08-13). "Suche freien Speicherbereich unterhalb von 1 MB, der nicht von OS überschrieben wird" (in German). Newsgroupde.comp.lang.assembler.x86. Archived from the original on 2017-09-04. Retrieved 2017-09-03.
  63. ^ a b c d e f g h i j k l m n o p q Paul, Matthias R. (1997-10-02). "Caldera OpenDOS 7.01/7.02 Update Alpha 3 IBMBIO.COM README.TXT". Archived from the original on 2003-10-04. Retrieved 2009-03-29. [11]
  64. ^ a b "Caldera OpenDOS Machine Readable Source Kit (M.R.S) 7.01". Caldera, Inc. 1997-05-01. Archived from the original on 2021-08-07. Retrieved 2022-01-02. [12]
  65. ^ "The Doctor Is Back!". Caldera. February 1998. Archived from the original on 1998-02-05.
  66. ^
    Ralf D. Brown. Ralf Brown's Interrupt List, INTER61 as of 2000-07-16 ([13]
    ), entry for DR-DOS version check under INT 21h/AH=4452h.
  67. ^ a b c d e f g Paul, Matthias R. (2004-06-17). "Re: Random Lockups with DR-DOS 7.03". [email protected]; FidoNet conference: ALT_DOS. Archived from the original on 2019-04-28. Retrieved 2019-04-28. [14][15]
  68. ^ Paul, Matthias R. (2004-06-17). "Re: Random Lockups with DR-DOS 7.03". [email protected]; FidoNet conference: ALT_DOS. Archived from the original on 2019-04-28. Retrieved 2019-04-28. [16][17]
  69. ^ a b c d e f g Paul, Matthias R. (2000-11-22). "Optimizing CONFIG.SYS…". [email protected]. Archived from the original on 2019-05-06. Retrieved 2019-05-06.
  70. ^
    4DOS 8.00 online help
    .
  71. ^ Paul, Matthias R. (2004-06-17). "Re: Random Lockups with DR-DOS 7.03". [email protected]; FidoNet conference: ALT_DOS. Archived from the original on 2019-04-28. Retrieved 2019-04-28. [18][19]
  72. ^ a b Paul, Matthias R. (2000-01-11). "Possible DR-DOS enhancements". www.delorie.com/opendos. Archived from the original on 2019-04-20. Retrieved 2019-04-20.
  73. ^ a b c d e Paul, Matthias R. (2001-06-10) [1995]. "DOS COUNTRY.SYS file format" (COUNTRY.LST file) (1.44 ed.). Archived from the original on 2016-04-20. Retrieved 2016-08-20.
  74. ^ Paul, Matthias R. (2001-06-10) [1995]. "Format description of DOS, OS/2, and Windows NT .CPI, and Linux .CP files" (CPI.LST file) (1.30 ed.). Archived from the original on 2016-04-20. Retrieved 2016-08-20.
  75. ^ Paul, Matthias R. (2001-06-10) [1995]. "Overview on DOS, OS/2, and Windows codepages" (CODEPAGE.LST file) (1.59 preliminary ed.). Archived from the original on 2016-04-20. Retrieved 2016-08-20.
  76. ^ a b c d e DR-DOS 7.03 WHATSNEW.TXT - Changes from DR-DOS 7.02 to DR-DOS 7.03. Caldera, Inc. 1998-12-24. Archived from the original on 2019-04-08. Retrieved 2019-04-08. (NB. The file states these changes were introduced with DR-DOS 7.03, however, many of them became actually available with updated 7.02 revisions already.)
  77. DOS=
    AUTO directives are used […] because it will leave only 5 handles in low memory in contrast to the 8 handles that are required for Windows to work properly due to an extremely dangerous hack on Microsoft's side to determine the size of the […] SFT structures (this is known as "CON CON CON CON CON" hack, because Windows opens CON five times and […] scans the first 512 Kb of memory for the "CON" string to measure the displacement […] something that could be easily fooled by just placing some "CON" strings in the […] memory image with incorrect offsets from each other […]
  78. ^ a b Paul, Matthias R. (2001-11-28) [1997]. "QEMM 8.xx and Linux". 1.06. Newsgroupcomp.os.msdos.desqview. Retrieved 2018-05-11. […] DR-DOS 7.04/7.05 (1999-08-19) […] -->
  79. ^ a b Paul, Matthias R. (2003-01-06) [2003-01-04, 1997]. "drdos + qemm = problems". 1.08. Newsgroupcomp.os.msdos.misc. Retrieved 2018-05-11. […] DR-DOS 7.06 up to 1999-12-14 […] -->
  80. ^ Jones, Pamela (2004-02-29). "Caldera, Inc./Caldera Systems, Inc. 1998 Asset Purchase and Sale Agreement". Groklaw. Archived from the original on 2017-06-25. Retrieved 2017-05-25.
  81. PRNewswire. Archived
    from the original on 2017-06-24. Retrieved 2017-06-24.
  82. ^ Paul, Matthias R. (2002-02-20). "Need DOS 6.22 (Not OEM)". Newsgroupalt.msdos.programmer. Archived from the original on 2017-09-09. Retrieved 2006-10-14.
  83. ^ Paul, Matthias R. (2004-08-25). "NOVOLTRK.REG". www.drdos.org. Archived from the original on 2016-03-04. Retrieved 2011-12-17. [20]
  84. ^
    embedded Linux
    company. […] We are not killing our DOS product immediately; […] the market is not killing our DOS product. There is still a high demand for embedded DOS, and we will continue to sell and market it. However, there has been an increasing demand for embedded Linux. So we are shifting our focus and renaming the company to match our longer-term revenue stream, which will be Linux-based […] as the market has requested us to do […] We will keep selling both technologies during the transition. […] we spoke to our OEM companies—not just in the U.S., but around Europe and Asia—they were interested in our DOS solution and they would […] like to switch to Linux […]
  85. ^ Collins, Lois M.; Nii, Jenifer (2000-01-16). "Settlement fuels Caldera 'family' - Orem company is 'settling up' with spinoffs thriving". Deseret News. Archived from the original on 2019-11-30. Retrieved 2019-11-30.
  86. ^ from the original on 2017-06-25. Retrieved 2017-06-24.
  87. ^ a b c Caldera, Inc. (1999-07-20). "Embedded Linux moved to top priority at Lineo, Inc. formerly known as Caldera Thin Clients, Inc." (press-release). Archived from the original on 2017-06-25. Retrieved 2017-06-24.
  88. ^ "Archived copy". Archived from the original on 2016-11-25. Retrieved 2008-08-02.{{cite web}}: CS1 maint: archived copy as title (link)
  89. ^ http://drdos.moriy.com/files/autoexec.gif[permanent dead link]
  90. ^ http://drdos.moriy.com/files/configsys.gif[permanent dead link]
  91. Heise Verlag: 106+. Archived
    from the original on 2018-05-13. Retrieved 2018-05-13.
  92. Ontrack Data International, Inc. 1999. Archived from the original on 2018-08-26. Retrieved 2018-08-26. [21]
  93. ^ FREE SOFTWARE FOR DOS — Operating Systems
  94. ^ a b "Archived copy". Archived from the original on 2010-06-26. Retrieved 2008-06-14.{{cite web}}: CS1 maint: archived copy as title (link)
  95. DRDOS, Inc. 2013. Archived from the original
    on 2018-06-03.
  96. ^ Welcome to the DR-DOS/OpenDOS Enhancement Project!
  97. ^ a b c d e f g h i j k l m n o Paul, Matthias R. (1997-04-13) [1993-12-01]. Zusammenfassung der dokumentierten und undokumentierten Fähigkeiten von DR DOS 6.0 [Summary of documented and undocumented features of DR DOS 6.0]. Release 60 (in German). Archived from the original on 2018-10-11. Retrieved 2019-08-14. {{cite book}}: |work= ignored (help) [22]
  98. ^
    Digital Research, Inc. February 1992. 10005695 0045-5424. Archived from the original (PDF) on 2019-09-30. Retrieved 2019-08-14. (NB. Licensed from Novell to Acorn
    .)

Further reading

External links

This page is based on the copyrighted Wikipedia article: DR-DOS. Articles is available under the CC BY-SA 3.0 license; additional terms may apply.Privacy Policy