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,5385624f72218ba7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-06 10:11:25 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!fu-berlin.de!uni-berlin.de!ppp-3-190.cvx5.telinco.NET!not-for-mail From: "Nick Roberts" Newsgroups: comp.lang.ada Subject: Re: AdaOS Date: Tue, 6 Nov 2001 17:26:50 -0000 Message-ID: <9s994b$11sv9j$2@ID-25716.news.dfncis.de> References: <9r8pvf$vms$1@papyrus.erlm.siemens.de> <9rk11n$e4n$1@plutonium.btinternet.com> <9rk749$ndt$1@papyrus.erlm.siemens.de> <9rnid9$541$1@neptunium.btinternet.com> <9s3u20$10s0sv$1@ID-25716.news.dfncis.de> <9s670f$u2e$1@papyrus.erlm.siemens.de> <9s74eb$12b2bq$1@ID-25716.news.dfncis.de> <9s76dh$ls0$1@nh.pace.co.uk> <9s9413$11mrei$1@ID-25716.news.dfncis.de> <3BE81B26.285928FC@san.rr.com> NNTP-Posting-Host: ppp-3-190.cvx5.telinco.net (212.1.154.190) X-Trace: fu-berlin.de 1005070284 35552563 212.1.154.190 (16 [25716]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: archiver1.google.com comp.lang.ada:15933 Date: 2001-11-06T17:26:50+00:00 List-Id: Your enlightenment is appreciated, but I'm sorry, I'm afraid it sounds a bit like someone trying to sell me a pair of boots that will do all the walking for me. I suspect HALs are an RAI (Redundant Academic Invention). :-) -- Nick Roberts "Darren New" wrote in message news:3BE81B26.285928FC@san.rr.com... > Nick Roberts wrote: > > Ah, yes, of course! We don't have device drivers any more, we have "Hardware > > Abstraction Layers". > > I think the HAL is how the device drivers get to the hardware. It > abstracts (for example) the stuff you need to abstract before you're > done booting, it abstracts the mechanism for figuring out how to do task > switching, it abstracts the stuff for dealing with the motherboard so > you can tell what device drivers you need to load, and so on. It's a > layer below the device drivers.