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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6394e5e171f847d1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-05 04:16:09 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!chcgil2-snh1.gtei.net!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Ada OS Kernel features Date: 5 Sep 2001 06:16:07 -0500 Organization: LJK Software Message-ID: References: <9n4euv$t9m$1@slb6.atl.mindspring.net> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 999688569 7280 192.135.80.34 (5 Sep 2001 11:16:09 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Wed, 5 Sep 2001 11:16:09 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:12745 Date: 2001-09-05T06:16:07-05:00 List-Id: In article <9n4euv$t9m$1@slb6.atl.mindspring.net>, "Brian Catlin" writes: > What sort of features would be desirable/required in the kernel? > Symmetric multi-processing: > This is the same capability general-purpose operating systems such as NT, VMS, > etc. have. Each processor is of the same type, and has the same view of memory. > It then becomes irrelevant which processor is running a particular task. You leave out a lot of big systems if you don't support NUMA.