From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6192a34d0c9ffe5b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!feeder.erje.net!xlned.com!feeder3.xlned.com!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: DOS, was Re: Ada Tutor Web Site Shutting Down Date: Fri, 13 May 2011 05:14:16 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: NNTP-Posting-Host: Lf0Nl3CcQzx+ocHx9cmuGg.user.speranza.aioe.org X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 X-Newsreader: Tom's custom newsreader Xref: g2news2.google.com comp.lang.ada:20217 Date: 2011-05-13T05:14:16+00:00 List-Id: > > For one thing, DOS effectively ruled out a number of design > > patterns: =A0you need something on top of DOS in order to > > operate(!) these patterns. =A0Such as programmable auxiliary > > tasks doing background work. It's true DOS didn't directly support multitasking. It also didn't include TCP/IP or touch screens or GPUs... But you could, and did, roll your own. We had cooperative multi-tasking and virtual memory for code on a Motorola 6800 (two zeros, not three) in 1977 (pre-DOS). > I may respond to other parts of the post, but... you do remember that > this was originally for an 8088 processor, right? Not a Pentium. I > may be wrong, but my recollection was that a lot of the task/process > functionality of the chip was added to the series later (80286?), and > wasn't present in the 8086/8088. It may not have been good enough to > support virtual addressing/paging, either, I don't know. Yes, the 286 added a bunch of fancy stuff for secure multi-tasking, but MS didn't use it. Their great contribution was a piece of hardware in every PC to turn off protection.