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=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no 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-13 05:18:00 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!snoopy.risq.qc.ca!newsfeed.news2me.com!newsfeed2.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!harp.news.atl.earthlink.net!not-for-mail From: Marin David Condic Newsgroups: comp.lang.ada Subject: Re: Advantage of XML based GUI? (was Re: Ada-inspired OS/Language) Date: Fri, 13 Sep 2002 08:14:08 -0400 Organization: MindSpring Enterprises Message-ID: <3D81D690.1949CF65@acm.org> References: <4519e058.0209101828.cb5ff85@posting.google.com> <3d7f9d3f.920665532@news.cis.dfn.de> <3d80b566.992395741@news.cis.dfn.de> NNTP-Posting-Host: d1.56.a0.4b Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Server-Date: 13 Sep 2002 12:15:29 GMT X-Mailer: Mozilla 4.07 [en] (WinNT; I) Xref: archiver1.google.com comp.lang.ada:28921 Date: 2002-09-13T12:15:29+00:00 List-Id: Give a lot of thought to the device driver model. You'd like it to be as dynamic as possible. Ultimately, you'd like for the end user to plug in a new device and just plain have it work - but that would require support within the hardware and may not be possible in the PC architecture. But whatever you can do to minimize the need for the user to mess around with installing and selecting drivers is going to be a plus for the OS. MDC -- ====================================================================== Marin David Condic I work for: http://www.belcan.com/ My project is: http://www.jast.mil/ Send Replies To: m c o n d i c @ a c m . o r g "I'd trade it all for just a little more" -- Charles Montgomery Burns, [4F10] ====================================================================== Nick Roberts wrote: > > 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. >