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,55958fd991db66fe X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-12 09:28:07 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!newspeer2.tds.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Advantage of XML based GUI? (was Re: Ada-inspired OS/Language) Date: 12 Sep 2002 11:23:11 -0600 Organization: LJK Software Message-ID: References: <4519e058.0209101828.cb5ff85@posting.google.com> <3d7f9d3f.920665532@news.cis.dfn.de> <3d80b566.992395741@news.cis.dfn.de> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1031846469 24161 192.135.80.34 (12 Sep 2002 16:01:09 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Thu, 12 Sep 2002 16:01:09 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:28870 Date: 2002-09-12T11:23:11-06:00 List-Id: In article <3d80b566.992395741@news.cis.dfn.de>, nickroberts@blueyonder.co.uk (Nick Roberts) writes: > Currently, I plan to write 'native' device drivers (in Ada) for AdaOS. I > intend to go to the original hardware documentation wherever posisble, and > write the drivers properly. I don't think it's unfair to suggest that most > device drivers (even commercial ones) tend be of remarkably poor quality. > > Nevertheless, it would be really handy to provide compatibility layers that > would allow existing device drivers to be used. At some stage, maybe we > will have a go at this. Existing device drivers that follow what model ? Certainly that is fundamental to the design of the "native" device driver system. Unless you design it from the start, for instance, it would be difficult to deliver ASTs.