fbpx
Wikipedia

DESQview

DESQview (DV) is a text mode multitasking operating environment developed by Quarterdeck Office Systems which enjoyed modest popularity in the late 1980s and early 1990s. Running on top of DOS, it allows users to run multiple programs concurrently in multiple windows.

DESQview
DESQview 2.8 running on top of MS-DOS 6.22 in VirtualBox
Developer(s)Quarterdeck Office Systems
Initial releaseJuly 1985; 38 years ago (1985-07)
Final release
DESQview/2.80
Operating systemDOS
TypeWindowing system
LicenseProprietary commercial software

Desq Edit

Quarterdeck's predecessor to DESQview was a task switching product called Desq (shipped late April[1] or May 1984[2]), which allows users to switch between running programs. Quarterdeck revamped its package, bringing multitasking in, and adding TopView compatibility.

DESQview was released in July 1985, four months before Microsoft released the first version of Windows. It was widely thought to be the first program to bring multitasking and windowing capabilities to DOS; in fact, there was a predecessor, IBM TopView, which shipped March 1985,[3].

Under DESQview, well-behaved DOS programs can be run concurrently in resizable, overlapping windows (something the first version of MS Windows cannot do). A simple hideable menu allows cutting and pasting between programs. DESQview provides support for simple editable macros as well. Quarterdeck also developed a set of optional utilities for DESQview, including a notepad and dialer. Later versions allow graphics mode programs to be loaded as well, but only run in full screen mode.[4]

DESQview is not a GUI (Graphical User Interface) operating system. Rather, it is a non-graphical, windowed shell that runs in real mode on top of DOS, although it can run on any Intel 8086- or Intel 80286-based PC. It can also use expanded memory add-ons to work around the 640 KB RAM limit of conventional memory on early PCs. DESQview really came into its own on Intel 80386 machines, which are better at utilizing memory above DOS's limit. However, in either case, it runs in real mode rather than protected mode, meaning that a misbehaving program can still crash the system.

DESQview and QEMM Edit

To make maximum use of extended memory on Intel 80386 processors, by transforming it into expanded memory and upper memory blocks (UMBs) accessible to DESQview and other real-mode programs, Quarterdeck developed a sophisticated memory manager. Owing to the foresight of its marketing manager, Quarterdeck marketed it as a separate product, QEMM-386 (Quarterdeck Expanded Memory Manager 386). It became more popular than DESQview itself, and sold steadily for many years, generating over US$150 million in sales from 1987 through 1994. After the release of the Intel Pentium processor, the 386 in QEMM was dropped. The combination package of DESQview and QEMM-386 was called DESQview 386 (DV386).

With the introduction of the 80386, the memory management features were enhanced to allow the system to shift into protected mode but also allow the addresses to be configured in a virtual 8086 mode so that the extended memory can be mapped into addressing frames and accessible to real-mode programs such as DOS. This allows a 386 to implement the LIM (Lotus, Intel, Microsoft) EMS (expanded memory specification).[4] The memory manager is easily controlled by the user with DOS program QEMM.COM.

DESQview is able to use QEMM's features far beyond just the LIM EMS API, mapping most of the "conventional" address space (below 640 KB) into multiple extended memory blocks such that each can execute transparently during its context. The main copy of DOS and any device and networking drivers have to be loaded before DESQview. The resulting space is the largest single program that can run, but DESQview under QEMM can run as many instances of those programs as the EMS allows. So an 8 MB system can generally have a dozen full-sized DOS programs running concurrently; a 16 MB system can run over twenty, and so on.

DESQview usage Edit

DESQview was noteworthy in that it supported all common DOS-compatible programs and achieved a degree of performance and stability that was remarkable, given the constraints of its host operating system. It also has a clever interface that is generally unobtrusive while being quickly available and very easy to learn.

All normal PCs include a keyboard with three "shift" or "modifier" keys: Control, Alt, and the normal Shift keys. These keys are normally held down in combination with other keys. DESQview, by default, monitors the Alt key for isolated presses (not in combination). Pressing the Alt key by itself brings up the DESQview menu allowing access to the program's features: start new tasks, switch among them, mark text on the screen, paste text as input into the current task, resize or move the text windows, configure new menu items, etc. In addition a Shift+Alt combination causes DESQview to learn a set of keys as a macro. This allows DESQview to run other programs without interfering with any of the "keybindings" they might be using.[4]

DESQview was critically acclaimed and won many fans, but it never met with mass appeal, despite Quarterdeck's sustained efforts to win people over.

In one area, however, DESQview was a lasting success: many multiuser bulletin board systems were based on it, thanks to its modest hardware requirements, robust multitasking, and superlative handling of multiple communication ports. Most free or inexpensive BBS software of the time ran as a single-node, single-tasking DOS program. Normally, only one copy of the BBS software could run at once, limiting the host PC to running one node. DESQview allows multiple copies of these single-task programs to run at once on the same computer, allowing anyone with even unimpressive hardware to run a large, powerful, multiuser BBS out of their home.

Decline of DESQview Edit

DESQview does not provide a graphical user interface (GUI). While Quarterdeck did provide suites of programming libraries and utilities to support the development of software to use its features these never became widely popular. DESQview's ability to run most software with no modification and the cost of "run-time" licenses, combined with the costs of the development suites themselves made this an unreasonable combination for commercial shrink-wrapped software publishers and vendors.

Microsoft released MS Windows version 3.0 with its own memory management and multitasking features. While DESQview was far faster, smaller, and more stable, it was more expensive and didn't include support for the graphical features of MS Windows.

The decline of QEMM started with the bundling of a memory manager in Digital Research's DR DOS 5.0, released in 1990. To catch on, Microsoft included its own EMM386 in MS-DOS 5.0, while previously the memory management functionality was only available with Windows. QEMM could still be used instead, notably with Windows 3.1x, but only for incremental benefit. Sales of QEMM declined. In August 1994, after three quarters of losses, the company laid off 25% of their employees and the CEO, president, and founder Terry Myers resigned.

As users moved from DESQview to other platforms, notably Windows 3.x and OS/2, third party utility authors wrote utility programs that emulated some DESQview API functions to allow suitably equipped DOS programs to co-operate with these OS. The most notable are TAME (for Windows) and OS/2SPEED (for OS/2).

DESQview/X Edit

Quarterdeck eventually also released a product named DESQview/X (DVX), which is an X Window System server running under DOS and DESQview and thus provides a GUI to which X software (mostly Unix) could be ported.

DESQview/X had three window managers that it launched with, X/Motif, OPEN LOOK, and twm. The default package contained only twm, the others were costly optional extras, as was the ability to interact on TCP/IP networks.[5] Mosaic was ported to DVX.

DVX itself can serve DOS programs and the 16-bit Windows environment across the network as X programs, which made it useful for those who wished to run DOS and Windows programs from their Unix workstations.[5] The same functionality is available with some versions of NCD Wincenter.

NetWare Access Server Edit

Internetworking company Novell developed a product called NetWare Access Server (NAS) incorporating features of DESQview 386 and pcAnywhere.[6] The DESQview multitasking support was used to create an environment into which up to 16 PC and Macintosh clients can login remotely to access NetWare services and run DOS applications.[7]

DESQview after X Edit

DESQview development continued in parallel with DESQview/X. After ceasing development on DESQview/X, another version of DESQview was released. QEMM was still developed after the discontinuation of DESQview, and a version compatible with Windows 98 was released.

In the mid-1990s, Quarterdeck tried to recast itself as an Internet company, releasing a version of the Mosaic web browser. Eventually, the company was acquired by Symantec.

Reception Edit

BYTE in 1984 stated that DesQ's application compatibility was the highest of the five window managers tested.[8] The magazine's Jerry Pournelle in 1989 noted that "while MultiFinder doesn't work very well yet, DESQView on a big 80386 machine certainly does".[9] The magazine that year listed version 3.0 as among the "Distinction" winners of the BYTE Awards, stating that "unlike OS/2, DESQview lets you run the programs you've already paid for … Many users will find that DESQview is all they need".[10]

See also Edit


References Edit

  1. ^ "Can Visicorp come back?", InfoWorld, 2 July 1984, DesQ... began shipping in April.
  2. ^ "In Depth – Women, technology and power", Computerworld, 28 March 1988, By May 1984, Desq finally went out the door.
  3. ^ TopView (announcement letter), IBM, 1985-02-19
  4. ^ a b c Perry, Paul J. (1991). DESQview instant reference (2.3 ed.). SYBEX. pp. 2, 30–34, 67–101. ISBN 0-89588-809-2.
  5. ^ a b Brownstein, Mark (6 April 1992), "Desqview/X [sic] transforms Windows into X Windows [sic]", InfoWorld
  6. ^ Stephens, Mark (6 March 1989), "Novell announces NetWare Access Server, T-1 Bridge", InfoWorld, p. 13
  7. ^ Mardesich, Jodi (27 May 1991), "Updated NetWare Server Improves Remote Access", InfoWorld, p. 43
  8. ^ Markoff, John (September 1984), "Five Window Managers for the IBM PC", BYTE, vol. 9, no. 9 Guide to the IBM PC, p. 70
  9. ^ Pournelle, Jerry (January 1989). "To the Stars". BYTE. p. 109.
  10. ^ "The BYTE Awards". BYTE. January 1989. p. 327.

Further reading Edit

  • Brown, Ralf D.; Schulman, Andrew (July 1994). "QPI: The QEMM-386 Programming Interface". Dr. Dobb's Journal. Undocumented Corner. San Mateo, California: 123–131. from the original on 2017-08-23. Retrieved 2017-08-23.

External links Edit

  • . Source forge. Archived from the original on 2005-04-04. (. Archived from the original on 2005-05-18. Retrieved 2016-06-25.)

desqview, text, mode, multitasking, operating, environment, developed, quarterdeck, office, systems, which, enjoyed, modest, popularity, late, 1980s, early, 1990s, running, allows, users, multiple, programs, concurrently, multiple, windows, running, virtualbox. DESQview DV is a text mode multitasking operating environment developed by Quarterdeck Office Systems which enjoyed modest popularity in the late 1980s and early 1990s Running on top of DOS it allows users to run multiple programs concurrently in multiple windows DESQviewDESQview 2 8 running on top of MS DOS 6 22 in VirtualBoxDeveloper s Quarterdeck Office SystemsInitial releaseJuly 1985 38 years ago 1985 07 Final releaseDESQview 2 80Operating systemDOSTypeWindowing systemLicenseProprietary commercial software Contents 1 Desq 2 DESQview and QEMM 3 DESQview usage 4 Decline of DESQview 4 1 DESQview X 4 2 NetWare Access Server 4 3 DESQview after X 5 Reception 6 See also 7 References 8 Further reading 9 External linksDesq EditQuarterdeck s predecessor to DESQview was a task switching product called Desq shipped late April 1 or May 1984 2 which allows users to switch between running programs Quarterdeck revamped its package bringing multitasking in and adding TopView compatibility DESQview was released in July 1985 four months before Microsoft released the first version of Windows It was widely thought to be the first program to bring multitasking and windowing capabilities to DOS in fact there was a predecessor IBM TopView which shipped March 1985 3 Under DESQview well behaved DOS programs can be run concurrently in resizable overlapping windows something the first version of MS Windows cannot do A simple hideable menu allows cutting and pasting between programs DESQview provides support for simple editable macros as well Quarterdeck also developed a set of optional utilities for DESQview including a notepad and dialer Later versions allow graphics mode programs to be loaded as well but only run in full screen mode 4 DESQview is not a GUI Graphical User Interface operating system Rather it is a non graphical windowed shell that runs in real mode on top of DOS although it can run on any Intel 8086 or Intel 80286 based PC It can also use expanded memory add ons to work around the 640 KB RAM limit of conventional memory on early PCs DESQview really came into its own on Intel 80386 machines which are better at utilizing memory above DOS s limit However in either case it runs in real mode rather than protected mode meaning that a misbehaving program can still crash the system DESQview and QEMM EditTo make maximum use of extended memory on Intel 80386 processors by transforming it into expanded memory and upper memory blocks UMBs accessible to DESQview and other real mode programs Quarterdeck developed a sophisticated memory manager Owing to the foresight of its marketing manager Quarterdeck marketed it as a separate product QEMM 386 Quarterdeck Expanded Memory Manager 386 It became more popular than DESQview itself and sold steadily for many years generating over US 150 million in sales from 1987 through 1994 After the release of the Intel Pentium processor the 386 in QEMM was dropped The combination package of DESQview and QEMM 386 was called DESQview 386 DV386 With the introduction of the 80386 the memory management features were enhanced to allow the system to shift into protected mode but also allow the addresses to be configured in a virtual 8086 mode so that the extended memory can be mapped into addressing frames and accessible to real mode programs such as DOS This allows a 386 to implement the LIM Lotus Intel Microsoft EMS expanded memory specification 4 The memory manager is easily controlled by the user with DOS program QEMM COM DESQview is able to use QEMM s features far beyond just the LIM EMS API mapping most of the conventional address space below 640 KB into multiple extended memory blocks such that each can execute transparently during its context The main copy of DOS and any device and networking drivers have to be loaded before DESQview The resulting space is the largest single program that can run but DESQview under QEMM can run as many instances of those programs as the EMS allows So an 8 MB system can generally have a dozen full sized DOS programs running concurrently a 16 MB system can run over twenty and so on DESQview usage EditDESQview was noteworthy in that it supported all common DOS compatible programs and achieved a degree of performance and stability that was remarkable given the constraints of its host operating system It also has a clever interface that is generally unobtrusive while being quickly available and very easy to learn All normal PCs include a keyboard with three shift or modifier keys Control Alt and the normal Shift keys These keys are normally held down in combination with other keys DESQview by default monitors the Alt key for isolated presses not in combination Pressing the Alt key by itself brings up the DESQview menu allowing access to the program s features start new tasks switch among them mark text on the screen paste text as input into the current task resize or move the text windows configure new menu items etc In addition a Shift Alt combination causes DESQview to learn a set of keys as a macro This allows DESQview to run other programs without interfering with any of the keybindings they might be using 4 DESQview was critically acclaimed and won many fans but it never met with mass appeal despite Quarterdeck s sustained efforts to win people over In one area however DESQview was a lasting success many multiuser bulletin board systems were based on it thanks to its modest hardware requirements robust multitasking and superlative handling of multiple communication ports Most free or inexpensive BBS software of the time ran as a single node single tasking DOS program Normally only one copy of the BBS software could run at once limiting the host PC to running one node DESQview allows multiple copies of these single task programs to run at once on the same computer allowing anyone with even unimpressive hardware to run a large powerful multiuser BBS out of their home Decline of DESQview EditDESQview does not provide a graphical user interface GUI While Quarterdeck did provide suites of programming libraries and utilities to support the development of software to use its features these never became widely popular DESQview s ability to run most software with no modification and the cost of run time licenses combined with the costs of the development suites themselves made this an unreasonable combination for commercial shrink wrapped software publishers and vendors Microsoft released MS Windows version 3 0 with its own memory management and multitasking features While DESQview was far faster smaller and more stable it was more expensive and didn t include support for the graphical features of MS Windows The decline of QEMM started with the bundling of a memory manager in Digital Research s DR DOS 5 0 released in 1990 To catch on Microsoft included its own EMM386 in MS DOS 5 0 while previously the memory management functionality was only available with Windows QEMM could still be used instead notably with Windows 3 1x but only for incremental benefit Sales of QEMM declined In August 1994 after three quarters of losses the company laid off 25 of their employees and the CEO president and founder Terry Myers resigned As users moved from DESQview to other platforms notably Windows 3 x and OS 2 third party utility authors wrote utility programs that emulated some DESQview API functions to allow suitably equipped DOS programs to co operate with these OS The most notable are TAME for Windows and OS 2SPEED for OS 2 DESQview X Edit Quarterdeck eventually also released a product named DESQview X DVX which is an X Window System server running under DOS and DESQview and thus provides a GUI to which X software mostly Unix could be ported DESQview X had three window managers that it launched with X Motif OPEN LOOK and twm The default package contained only twm the others were costly optional extras as was the ability to interact on TCP IP networks 5 Mosaic was ported to DVX DVX itself can serve DOS programs and the 16 bit Windows environment across the network as X programs which made it useful for those who wished to run DOS and Windows programs from their Unix workstations 5 The same functionality is available with some versions of NCD Wincenter NetWare Access Server Edit Internetworking company Novell developed a product called NetWare Access Server NAS incorporating features of DESQview 386 and pcAnywhere 6 The DESQview multitasking support was used to create an environment into which up to 16 PC and Macintosh clients can login remotely to access NetWare services and run DOS applications 7 DESQview after X Edit DESQview development continued in parallel with DESQview X After ceasing development on DESQview X another version of DESQview was released QEMM was still developed after the discontinuation of DESQview and a version compatible with Windows 98 was released In the mid 1990s Quarterdeck tried to recast itself as an Internet company releasing a version of the Mosaic web browser Eventually the company was acquired by Symantec Reception EditBYTE in 1984 stated that DesQ s application compatibility was the highest of the five window managers tested 8 The magazine s Jerry Pournelle in 1989 noted that while MultiFinder doesn t work very well yet DESQView on a big 80386 machine certainly does 9 The magazine that year listed version 3 0 as among the Distinction winners of the BYTE Awards stating that unlike OS 2 DESQview lets you run the programs you ve already paid for Many users will find that DESQview is all they need 10 See also EditGNU Screen IBM TopView MultiFinder tmux Terminal multiplexer Twin windowing system References Edit Can Visicorp come back InfoWorld 2 July 1984 DesQ began shipping in April In Depth Women technology and power Computerworld 28 March 1988 By May 1984 Desq finally went out the door TopView announcement letter IBM 1985 02 19 a b c Perry Paul J 1991 DESQview instant reference 2 3 ed SYBEX pp 2 30 34 67 101 ISBN 0 89588 809 2 a b Brownstein Mark 6 April 1992 Desqview X sic transforms Windows into X Windows sic InfoWorld Stephens Mark 6 March 1989 Novell announces NetWare Access Server T 1 Bridge InfoWorld p 13 Mardesich Jodi 27 May 1991 Updated NetWare Server Improves Remote Access InfoWorld p 43 Markoff John September 1984 Five Window Managers for the IBM PC BYTE vol 9 no 9 Guide to the IBM PC p 70 Pournelle Jerry January 1989 To the Stars BYTE p 109 The BYTE Awards BYTE January 1989 p 327 Further reading EditBrown Ralf D Schulman Andrew July 1994 QPI The QEMM 386 Programming Interface Dr Dobb s Journal Undocumented Corner San Mateo California 123 131 Archived from the original on 2017 08 23 Retrieved 2017 08 23 External links EditScreenshots of DESQview X OpenDV X an open source project to recreate DESQview X for DOS Source forge Archived from the original on 2005 04 04 Project OpenDV X Summary Archived from the original on 2005 05 18 Retrieved 2016 06 25 Retrieved from https en wikipedia org w index php title DESQview amp oldid 1170212949 DESQview X, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.