Misplaced Pages

Merge (software): Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editContent deleted Content addedVisualWikitext
Revision as of 07:13, 18 February 2014 editSomeone not using his real name (talk | contribs)11,896 edits little wonder I could find no reviews for it← Previous edit Latest revision as of 18:51, 26 August 2024 edit undoCitation bot (talk | contribs)Bots5,445,050 edits Alter: url, pages. URLs might have been anonymized. Formatted dashes. | Use this bot. Report bugs. | Suggested by Qwerfjkl | Linked from User:Qwerfjkl/sandbox/Language-specific_Google_Books_links_2 | #UCB_webform_linked 724/1488 
(49 intermediate revisions by 31 users not shown)
Line 1: Line 1:
{{Short description|Virtualisation software}}
{{for|other types of merge performed by software|Merge (disambiguation)#Computer science{{!}}Merge § Computer science}}
{{multiple issues| {{multiple issues|
{{COI|date=February 2014}}
{{more footnotes|date=August 2012}} {{more footnotes|date=August 2012}}
{{sections|date=August 2012}}
{{update|date=August 2012}} {{update|date=August 2012}}
}}
{{Use dmy dates|date=February 2020|cs1-dates=y}}
{{Use list-defined references|date=January 2022}}
{{Infobox software
| name = Merge
| logo = <!-- Image name is enough. -->
| logo alt =
| logo caption =
| screenshot = <!-- Image name is enough. -->
| screenshot size =
| screenshot alt =
| caption =
| collapsible = <!-- Any text here will collapse the screenshot. -->
| author =
| developer = ]
| released = {{Start date and age|1985|10|09|df=yes}}
| discontinued = <!-- Set to yes if software is discontinued, otherwise omit. -->
| ver layout = <!-- simple (default) or stacked -->
| latest release version =
| latest release date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| latest preview version =
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| repo = <!-- {{URL|example.org}} -->
| programming language =
| engine = <!-- or engines -->
| operating system = ]
| platform = ]
| included with =
| size =
| language =
| language count = <!-- Number only -->
| language footnote =
| genre =
| license =
| alexa =
| website = <!-- {{URL|example.org}} -->
| standard =
| AsOf =
}} }}


'''Merge''' is a ] system which allows a user to run ]/] on ], in an ] ]. '''Merge''' is a ] system which allows a user to run ]/] on ], in an ] ].


==History==
Merge was originally developed to run ] under UNIX System V Release 2 on an ] personal computer. Development of the virtual machine began in late 1984, and AT&T announced the availability of the machine on October 9, 1985,<ref name="Inc.1985">{{cite book|author=Mary Petrosky|title=6300 Plus Launched by AT&T|url=http://books.google.com/books?id=ii8EAAAAMBAJ&pg=PA1|date=14 October 1985|publisher=InfoWorld Media Group, Inc.|pages=1,8|id={{ISSN|01996649}}}}</ref> referring to the bundled Merge software as ].<ref>{{cite book|author=Mark J. Weltch|title=Another Unix Project to Run DOS on 80386|url=http://books.google.com/books?id=Wi8EAAAAMBAJ&pg=PA3|date=30 June 1986|publisher=InfoWorld Media Group, Inc.|page=3|id={{ISSN|01996649}}|quote=Locus previously developed Merge 286, now used by AT&T's Simultask program to run one MS-DOS program under Unix on the 80286-based 6300 Plus, according to Judi Uttal, director of marketing for Locus.}}</ref> (The PC6300 Plus shipped with MS-DOS in 1985 though, because its Unix System V distribution was not ready until the end March of 1986.<ref>{{cite book|title=Even without Unix|url=http://books.google.com/books?id=mi8EAAAAMBAJ&pg=PA13|date=13 January 1986|publisher=InfoWorld Media Group, Inc.|page=13|id={{ISSN|01996649}}}}</ref>) Merge was developed by engineers at ], with collaboration from AT&T hardware and software engineers, particularly on aspects of the system that were specific to the 6300 Plus (in contrast to a standard PC/AT). Merge was originally developed to run ] under ] Release 2 on an ] personal computer. Development of the virtual machine began in late 1984, and AT&T announced the availability of the machine on 9 October 1985,<ref name="Petrosky_1985"/> referring to the bundled Merge software as Simultask.<ref name="Welch_1986"/> (The PC 6300 Plus shipped with ] in 1985 though, because its Unix System V distribution was not ready until the end of March 1986.)<ref name="WithoutUnix_1986"/> Merge was developed by engineers at ], with collaboration from AT&T hardware and software engineers, particularly on aspects of the system that were specific to the 6300 Plus (in contrast to a standard ]).


The AT&T 6300 Plus contained an ] processor, which did not include the support for ] virtual machines (]) found in the ] and later processors in the x86 family. On the 80286, the DOS program had to run in ]. The 6300 Plus was designed with special hardware on the bus that would suppress and capture bus cycles from the DOS program if they were directed toward addresses not assigned for direct access by the DOS virtual machine.<ref>{{cite book|author=J. A. Prestinario (AT&T's High-end DOS Workstations division manager)|title=Simultask response|url=http://books.google.com/books?id=bDwEAAAAMBAJ&pg=PA71|date=15 December 1986|publisher=InfoWorld|pages=71|id={{ISSN|01996649}}|quote="A recent Review Response stated that no special hardware is required to run Simultask . Every PC 6300 Plus comes standard with special circuitry on the motherboard. This hardware is activated with Simultask to prevent programs from interfering with one another when they are running simultaneously. This is necessary because many MS-DOS programs have complete control of the hardware. Simultask uses this circuitry to ensure that, no matter what one program does, other programs that are running simultaneously will not be affected. Other computers can't provide this assurance."}}</ref> Various system registers, such as the programmable interrupt controller, and the video controller, had to be emulated in software for the DOS process, and a watchdog timer was implemented to recover from DOS programs that would clear the interrupt flag and then hang for too long. The hardware used the Non Maskable Interrupt (NMI) to take control back to the emulation code. More detail may be seen in the patent referenced in the External Links below. The AT&T 6300 Plus contained an ] processor, which did not include the support for ] virtual machines (]) found in the ] and later processors in the x86 family. On the 80286, the DOS program had to run in ]. The 6300 Plus was designed with special hardware on the bus that would suppress and capture bus cycles from the DOS program if they were directed toward addresses not assigned for direct access by the DOS virtual machine.<ref name="Prestinario_1986"/> Various system registers, such as the ] (PIC), and the video controller, had to be emulated in software for the DOS process, and a ] was implemented to recover from DOS programs that would clear the interrupt flag and then hang for too long. The hardware used the ] (NMI) to take control back to the emulation code.<ref name="Patent_4747040"/>


Later Merge was enhanced to make use of the ] provided by the ] processor; that version was offered with ] SVR3 starting in 1987,{{cn|date=February 2014}} and subsequently with ]. There was also a Merge/286 version that ran on an unmodified PC/AT (without any special I/O trapping hardware); it ran as long as the PC program was reasonably well-behaved, though a malicious or crashing program could take the unprotected UNIX kernel down on those machines. Even so, the notoriously ill-behaved ] would run on the PC/AT simultaneously with Unix.{{cn|date=February 2014}} These later versions were marketed directly by ] as well as through some OEM and ISV channels. A product-evaluation version with user manual appeared in January 1987, with retail Version 1.0 of Merge/386 shipping in October of that year. Later, Merge was enhanced to make use of the ] provided by the 80386 processor; that version was offered with ] SVR3 starting in 1987,{{citation needed|date=February 2014}} and subsequently with ]. There was also a Merge/286 version that ran on an unmodified PC/AT (without any special I/O trapping hardware); it ran as long as the PC program was reasonably well-behaved, though a malicious or crashing program could take the unprotected UNIX kernel down on those machines. Even so, the notoriously ill-behaved '']'' would run on the PC/AT simultaneously with Unix.{{citation needed|date=February 2014}} These later versions were marketed directly by Locus as well as through some OEM and ISV channels. A product-evaluation version with user manual appeared in January 1987, with retail Version 1.0 of Merge/386 shipping in October of that year.


In the late 1980, the main commercial competitor of Merge was ] developed by ] and ].<ref name="Enterprise1987">{{cite book|author=IDG Enterprise|title=Computerworld|url=http://books.google.com/books?id=3UuWcPxTGDIC&pg=PT81|date=26 October 1987|publisher=IDG Enterprise|pages=81–|id={{ISSN|00104841}}}}</ref> AT&T's Simultask 2.0 was based on VP/IX.<ref name="Inc.1989">{{cite book|author=Ziff Davis, Inc.|title=PC Mag|url=http://books.google.com/books?id=jGnF7KJsyBQC&pg=PA152|date=11 April 1989|publisher=Ziff Davis, Inc.|pages=152–|id={{ISSN|08888507}}}}</ref><ref name="RosenRosinski1990">{{cite book|author1=Kenneth H. Rosen|author2=Richard R. Rosinski|author3=James M. Farber|title=UNIX System V release 4: an introduction for new and experienced users|year=1990|publisher=Osborne McGraw-Hill|isbn=978-0-07-881552-2|page=934}}</ref> In the late 1980s, the main commercial competitor of Merge was ] developed by ] and ].<ref name="Enterprise_1987"/> AT&T's Simultask 2.0 was based on VP/IX.<ref name="Inc_1989"/><ref name="Rosen_1990"/>


In 1992, ] ] came with ''DOS Merge 3.0'' and ]'s ].
Locus eventually joined the ] ]<ref>
{{cite web
|url=http://hyper.sunjapan.com.cn/~hz/win32/wise.htm
|title=Windows Interface Source Environment (WISE)
|date=January 1995
|accessdate=2009-11-26
}}
</ref>
program which gave them access to ] source code, which allowed later versions of Merge to run Windows ''Shrink wrapped'' applications without a copy of Windows.<ref>
{{cite web
|url=http://www.thefreelibrary.com/Locus+announces+availability+of+Merge+3.2+for+SCO+OpenServer+Release+5-a016933936
|title=Locus announces availability of Merge 3.2 for SCO OpenServer Release 5.
|date=May 9, 1995
|accessdate=2009-11-26
}}</ref>


Locus eventually joined the ] ]<ref name="WISE_1995"/> program which gave them access to ] source code, which allowed later versions of Merge to run Windows ''shrink wrapped'' applications without a copy of Windows.<ref name="Locus_1995"/>
On April 12, 1995, ] announced an agreement in principle to acquire ] for approximately US$33 million, about 1/4 of which was attributed to the Merge technology and product.{{cn}} The acquisition went through, and Platinum went on to develop the SCO Merge 4 version with ] support, which was released in 1998.<ref>mike magee (19 Feb 1998) [http://www.v3.co.uk/v3-uk/news/1977985/sco-runs-windows-apps-unix SCO runs Windows 95 apps on Unix</ref>


On 12 April 1995, ] announced an agreement in principle to acquire Locus Computing Corporation for approximately {{currency|amount=33|code=USD}}&nbsp;million, about 1/4 of which was attributed to the Merge technology and product.{{citation needed|date=February 2014}} The acquisition went through, and Platinum went on to develop the SCO Merge 4 version with ] support, which was released in 1998.<ref name="Magee_1998"/>
The Merge technology was bought by a company called DASCOM in 1999 which was in turn bought by ]. A company called TreLOS was spun off in 2000 that continued the development of the virtual machine software and created ]. TreLOS later merged into NeTraverse, Inc.


The Merge technology was bought by a company called DASCOM in 1999, which was in turn bought by ]. A company called TreLOS was spun off in 2000 that continued the development of the virtual machine software and created ]. TreLOS later merged into NeTraverse, Inc.
The ] distributes NeTraverse Merge 5.3 which supports their current products ] 5.x and ] 7.

The ] distributes NeTraverse Merge 5.3, which supports their current products ] 5.x and ] 7.<ref>{{Cite web |title=Xinuos, Inc. {{!}} Products {{!}} Merge {{!}} Merge_5 |url=http://www.sco.com/products/merge/Merge_5.3_US-7.html |access-date=2022-04-04 |website=www.sco.com}}</ref>

==Reception==
While criticizing the AT&T 6300 Plus as poor value, '']'' in 1986 praised Simultask's performance and DOS compatibility on the computer. Reporting that at least one ] ran on it but not on native MS-DOS on the 6300 Plus, the magazine estimated that Simultask's performance running DOS software was comparable to that of the original ]. Also approving of the documentation and ease of installation, ''InfoWorld'' concluded that Simultask was "an elegant and reasonably priced one-box solution for those who want to access both Unix and MS-DOS".<ref name="satchell19860929">{{Cite magazine |last=Satchell |first=Stephen |date=1986-09-29 |title=With Simultask, 6300 Plus is Transformed |url=https://books.google.com/books?id=pzwEAAAAMBAJ&pg=PA54 |access-date=2024-08-17 |magazine=InfoWorld |publisher=InfoWorld Media Group, Inc. |pages=54–55 |language=en}}</ref>


==See also== ==See also==
*] (] was one of the founders of ]) * ] (] was one of the founders of ])
*] * ] (WISE)


==References== ==References==
{{reflist|refs=
<references />
<ref name="Petrosky_1985">{{cite news |author-first=Mary |author-last=Petrosky |title=6300 Plus Launched By AT&T |date=1985-10-14 |newspaper=] |volume=7 |issue=41 |publisher=]<!-- a subsidiary of CW Communications, Inc. --> |issn=0199-6649 |pages=1, 8 |url=https://books.google.com/books?id=ii8EAAAAMBAJ&pg=PA1 |access-date=2020-02-10 |url-status=live |archive-url=https://web.archive.org/web/20200210164729/https://books.google.de/books?id=ii8EAAAAMBAJ&pg=PA1&redir_esc=y |archive-date=2020-02-10}}</ref>
<ref name="Welch_1986">{{cite news |author-first=Mark J. |author-last=Welch |title=Another Unix Project to Run DOS on 80386 |date=1986-06-30 |newspaper=] |volume=8 |issue=26 |publisher=] |issn=0199-6649 |page=3 |url=https://books.google.com/books?id=Wi8EAAAAMBAJ&pg=PA3 |access-date=2020-02-10 |url-status=live |archive-url=https://web.archive.org/web/20200210165236/https://books.google.de/books?id=Wi8EAAAAMBAJ&pg=PA3&lpg=PA3&focus=viewport&hl=de |archive-date=2020-02-10 |quote= ] previously developed Merge 286, now used by ]'s Simultask program to run one ] program under Unix on the ]-based ], according to Judi Uttal, director of marketing for Locus. }}</ref>
<ref name="WithoutUnix_1986">{{cite news |title=Even without Unix, Byers Like AT&T's PC 6300 |date=1986-01-13 |newspaper=] |series=News |volume=8 |issue=2 |publisher=] |issn=0199-6649 |location=Morristown, NJ, USA |page=13 |url=https://books.google.com/books?id=mi8EAAAAMBAJ&pg=PA13 |access-date=2020-02-09 |url-status=live |archive-url=https://web.archive.org/web/20200210165635/https://books.google.de/books?id=mi8EAAAAMBAJ&pg=PA13&redir_esc=y |archive-date=2020-02-10}}</ref>
<ref name="Prestinario_1986">{{cite news |author-first=Jerry A. |author-last=Prestinario |title=Simultask Response |series=Review Responses |date=1986-12-15 |issn=0199-6649 |newspaper=] |volume=8 |issue=50 |publisher=] |pages=71 |url=https://books.google.com/books?id=bDwEAAAAMBAJ&pg=PA71 |access-date=2020-02-10 |url-status=live |archive-url=https://web.archive.org/web/20200210170019/https://books.google.de/books?id=bDwEAAAAMBAJ&pg=PA71&redir_esc=y |archive-date=2020-02-10 |quote= A recent Review Response stated that no special hardware is required to run Simultask . Every ] comes standard with special circuitry on the motherboard. This hardware is activated with Simultask to prevent programs from interfering with one another when they are running simultaneously. This is necessary because many ] programs have complete control of the hardware. Simultask uses this circuitry to ensure that, no matter what one program does, other programs that are running simultaneously will not be affected. Other computers can't provide this assurance. }}</ref>
<ref name="Enterprise_1987">{{cite news |title= Computerworld|newspaper=] |date=1987-10-26 |issn=0010-4841 |publisher=IDG Enterprise |pages=81– |url=https://books.google.com/books?id=3UuWcPxTGDIC&pg=PT81 |access-date=2020-02-09 }}</ref>
<ref name="Inc_1989">{{cite magazine |magazine=] |date=1989-04-11 |publisher=] |issn=0888-8507 |pages=– |url=https://archive.org/details/bub_gb_jGnF7KJsyBQC |access-date=2020-02-09 |title=PC Mag }}</ref>
<ref name="Rosen_1990">{{cite book |author-first1=Kenneth H. |author-last=Rosen |author-first2=Richard R. |author-last2=Rosinski |author-first3=James M. |author-last3=Farber |title=UNIX System V release 4: an introduction for new and experienced users |date=1990 |publisher=] |location=Berkeley, USA |isbn=978-0-07-881552-2 |page= |url=https://archive.org/details/unixsystemvrelea00rose/page/934 |url-access=registration}}</ref>
<ref name="WISE_1995">{{cite web |title=Windows Interface Source Environment (WISE) |date=January 1995 |url=http://hyper.sunjapan.com.cn/~hz/win32/wise.htm |access-date=2009-11-26 |url-status=dead |archive-url=https://web.archive.org/web/20080330032918/http://hyper.sunjapan.com.cn/~hz/win32/wise.htm |archive-date=2008-03-30}}</ref>
<ref name="Locus_1995">{{cite web |title=Locus announces availability of Merge 3.2 for SCO OpenServer Release 5 |date=1995-05-09 |url=http://www.thefreelibrary.com/Locus+announces+availability+of+Merge+3.2+for+SCO+OpenServer+Release+5-a016933936 |access-date=2009-11-26 |url-status=dead |archive-url=https://web.archive.org/web/20101204092756/http://www.thefreelibrary.com/Locus+announces+availability+of+Merge+3.2+for+SCO+OpenServer+Release+5-a016933936 |archive-date=2010-12-04}}</ref>
<ref name="Magee_1998">{{cite web |author-first=Mike |author-last=Magee |date=1998-02-19 |title=SCO runs Windows 95 apps on Unix |url=http://www.v3.co.uk/v3-uk/news/1977985/sco-runs-windows-apps-unix |url-status=dead |archive-url=https://web.archive.org/web/20140222002826/http://www.v3.co.uk/v3-uk/news/1977985/sco-runs-windows-apps-unix |archive-date=2014-02-22}}</ref>
<ref name="Patent_4747040">{{cite web |title=U.S. Patent: Dual Operating System Computer |url=http://patft.uspto.gov/netacgi/nph-Parser?patentnumber=4747040 |access-date=2020-02-10 |url-status=live |archive-url=https://web.archive.org/web/20200210170712/http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%252Fnetahtml%252FPTO%252Fsrchnum.htm&r=1&f=G&l=50&s1=4747040.PN.&OS=PN%2F4747040&RS=PN%2F4747040 |archive-date=2020-02-10}}</ref>
}}


==External links== ==External links==
* * {{cite web |url=http://www.sco.com/products/merge/ |title=MergePro for SCO OpenServer and UnixWare}}
* {{cite news |title=Can CA save Linux from the great Satan SCO? |author-first=Maureen |author-last=O'Gara |date=2003-12-20 |newspaper=] |issn=0113-1494 |id=CMPWNZ |volume=<!-- different from US issue --> |number=<!-- different from US issue --> |publisher=] |url=http://www.computerworld.co.nz/article/504245/can_ca_save_linux_from_great_satan_sco_/ |url-status=dead |archive-url=https://web.archive.org/web/20160303223841/http://www.computerworld.co.nz/article/504245/can_ca_save_linux_from_great_satan_sco_/ |archive-date=2016-03-03}}
*

{{Unix–Windows interoperability}}


] ]

Latest revision as of 18:51, 26 August 2024

Virtualisation software For other types of merge performed by software, see Merge § Computer science.
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
This article includes a list of general references, but it lacks sufficient corresponding inline citations. Please help to improve this article by introducing more precise citations. (August 2012) (Learn how and when to remove this message)
This article needs to be updated. Please help update this article to reflect recent events or newly available information. (August 2012)
(Learn how and when to remove this message)

Merge
Developer(s)Locus Computing Corporation
Initial release9 October 1985; 39 years ago (1985-10-09)
Operating systemSCO UNIX
PlatformIntel 8086

Merge is a software system which allows a user to run DOS/Windows 3.1 on SCO UNIX, in an 8086 virtual machine.

History

Merge was originally developed to run DOS under UNIX System V Release 2 on an AT&T 6300 Plus personal computer. Development of the virtual machine began in late 1984, and AT&T announced the availability of the machine on 9 October 1985, referring to the bundled Merge software as Simultask. (The PC 6300 Plus shipped with MS-DOS in 1985 though, because its Unix System V distribution was not ready until the end of March 1986.) Merge was developed by engineers at Locus Computing Corporation, with collaboration from AT&T hardware and software engineers, particularly on aspects of the system that were specific to the 6300 Plus (in contrast to a standard IBM PC/AT).

The AT&T 6300 Plus contained an Intel 80286 processor, which did not include the support for 8086 virtual machines (virtual 8086 mode) found in the 80386 and later processors in the x86 family. On the 80286, the DOS program had to run in real mode. The 6300 Plus was designed with special hardware on the bus that would suppress and capture bus cycles from the DOS program if they were directed toward addresses not assigned for direct access by the DOS virtual machine. Various system registers, such as the programmable interrupt controller (PIC), and the video controller, had to be emulated in software for the DOS process, and a watchdog timer was implemented to recover from DOS programs that would clear the interrupt flag and then hang for too long. The hardware used the non-maskable interrupt (NMI) to take control back to the emulation code.

Later, Merge was enhanced to make use of the virtual 8086 mode provided by the 80386 processor; that version was offered with Microport SVR3 starting in 1987, and subsequently with SCO Unix. There was also a Merge/286 version that ran on an unmodified PC/AT (without any special I/O trapping hardware); it ran as long as the PC program was reasonably well-behaved, though a malicious or crashing program could take the unprotected UNIX kernel down on those machines. Even so, the notoriously ill-behaved Microsoft Flight Simulator would run on the PC/AT simultaneously with Unix. These later versions were marketed directly by Locus as well as through some OEM and ISV channels. A product-evaluation version with user manual appeared in January 1987, with retail Version 1.0 of Merge/386 shipping in October of that year.

In the late 1980s, the main commercial competitor of Merge was VP/IX developed by Interactive Systems Corporation and Phoenix Technologies. AT&T's Simultask 2.0 was based on VP/IX.

In 1992, Univel UnixWare 1.0 Personal Edition came with DOS Merge 3.0 and Novell's DR DOS 6.0.

Locus eventually joined the Microsoft WISE program which gave them access to Microsoft Windows source code, which allowed later versions of Merge to run Windows shrink wrapped applications without a copy of Windows.

On 12 April 1995, Platinum Technology announced an agreement in principle to acquire Locus Computing Corporation for approximately US$33 million, about 1/4 of which was attributed to the Merge technology and product. The acquisition went through, and Platinum went on to develop the SCO Merge 4 version with Windows 95 support, which was released in 1998.

The Merge technology was bought by a company called DASCOM in 1999, which was in turn bought by IBM. A company called TreLOS was spun off in 2000 that continued the development of the virtual machine software and created Win4Lin. TreLOS later merged into NeTraverse, Inc.

The SCO Group distributes NeTraverse Merge 5.3, which supports their current products SCO OpenServer 5.x and UnixWare 7.

Reception

While criticizing the AT&T 6300 Plus as poor value, InfoWorld in 1986 praised Simultask's performance and DOS compatibility on the computer. Reporting that at least one terminal emulator ran on it but not on native MS-DOS on the 6300 Plus, the magazine estimated that Simultask's performance running DOS software was comparable to that of the original IBM PC AT. Also approving of the documentation and ease of installation, InfoWorld concluded that Simultask was "an elegant and reasonably priced one-box solution for those who want to access both Unix and MS-DOS".

See also

References

  1. Petrosky, Mary (1985-10-14). "6300 Plus Launched By AT&T". InfoWorld. Vol. 7, no. 41. Popular Computing, Inc. pp. 1, 8. ISSN 0199-6649. Archived from the original on 2020-02-10. Retrieved 2020-02-10.
  2. Welch, Mark J. (1986-06-30). "Another Unix Project to Run DOS on 80386". InfoWorld. Vol. 8, no. 26. Popular Computing, Inc. p. 3. ISSN 0199-6649. Archived from the original on 2020-02-10. Retrieved 2020-02-10. Locus previously developed Merge 286, now used by AT&T's Simultask program to run one MS-DOS program under Unix on the 80286-based 6300 Plus, according to Judi Uttal, director of marketing for Locus.
  3. "Even without Unix, Byers Like AT&T's PC 6300". InfoWorld. News. Vol. 8, no. 2. Morristown, NJ, USA: Popular Computing, Inc. 1986-01-13. p. 13. ISSN 0199-6649. Archived from the original on 2020-02-10. Retrieved 2020-02-09.
  4. Prestinario, Jerry A. (1986-12-15). "Simultask Response". InfoWorld. Review Responses. Vol. 8, no. 50. Popular Computing, Inc. p. 71. ISSN 0199-6649. Archived from the original on 2020-02-10. Retrieved 2020-02-10. A recent Review Response stated that no special hardware is required to run Simultask . Every PC 6300 Plus comes standard with special circuitry on the motherboard. This hardware is activated with Simultask to prevent programs from interfering with one another when they are running simultaneously. This is necessary because many MS-DOS programs have complete control of the hardware. Simultask uses this circuitry to ensure that, no matter what one program does, other programs that are running simultaneously will not be affected. Other computers can't provide this assurance.
  5. "U.S. Patent: Dual Operating System Computer". Archived from the original on 2020-02-10. Retrieved 2020-02-10.
  6. "Computerworld". Computerworld. IDG Enterprise. 1987-10-26. pp. 81–. ISSN 0010-4841. Retrieved 2020-02-09.
  7. "PC Mag". PC Magazine. Ziff Davis, Inc. 1989-04-11. pp. 152–. ISSN 0888-8507. Retrieved 2020-02-09.
  8. Rosen, Kenneth H.; Rosinski, Richard R.; Farber, James M. (1990). UNIX System V release 4: an introduction for new and experienced users. Berkeley, USA: Osborne McGraw-Hill. p. 934. ISBN 978-0-07-881552-2.
  9. "Windows Interface Source Environment (WISE)". January 1995. Archived from the original on 2008-03-30. Retrieved 2009-11-26.
  10. "Locus announces availability of Merge 3.2 for SCO OpenServer Release 5". 1995-05-09. Archived from the original on 2010-12-04. Retrieved 2009-11-26.
  11. Magee, Mike (1998-02-19). "SCO runs Windows 95 apps on Unix". Archived from the original on 2014-02-22.
  12. "Xinuos, Inc. | Products | Merge | Merge_5". www.sco.com. Retrieved 2022-04-04.
  13. Satchell, Stephen (1986-09-29). "With Simultask, 6300 Plus is Transformed". InfoWorld. InfoWorld Media Group, Inc. pp. 54–55. Retrieved 2024-08-17.

External links

UnixWindows interoperability
Unix-like subsystems
Development environments and shells
Ports of Unix-like utilities for Windows
Windows runtime environments for *nix
Platform virtualization software
Related
Category: