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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7c65ca5609a07b8c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-23 13:14:36 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!zeus.visi.com!priapus.visi.com!orange.octanews.net!news-out.visi.com!petbe.visi.com!news.octanews.net!proxad.net!usenet-fr.net!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: "David C. Hoos" Newsgroups: comp.lang.ada Subject: Re: Hardware Interrupts Date: Mon, 23 Feb 2004 15:06:12 -0600 Organization: Cuivre, Argent, Or Message-ID: References: NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1077570393 11096 212.85.156.195 (23 Feb 2004 21:06:33 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Mon, 23 Feb 2004 21:06:33 +0000 (UTC) Cc: "comp.lang.ada@ada.eu.org" To: "Brian Catlin" Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:5752 Date: 2004-02-23T15:06:12-06:00 ----- Original Message ----- From: "Brian Catlin" Newsgroups: comp.lang.ada To: Sent: Monday, February 23, 2004 2:39 PM Subject: Re: Hardware Interrupts > I really think that you would be better off forgetting the BIOS and do > everything yourself. This may sound like a bold statement (and a lot of work), > but one of the primary reasons that the Win9x family of operating systems was so > unreliable, is that they used the BIOS for I/O. Contrast this with the > reliability of NT, 2K, XP, etc., which don't use the BIOS for anything (other > than loading their own boot loader from disk). Get the ACPI specs > (www.acpi.org) and write your own code to parse the ACPI tables (which contains > the hardware configuration of the machine), and write your own "drivers" for the > various common PC motherboard hardware (VGA, keyboard, mouse, USB, serial, PCI, > etc.). Did you mean www.acpi.info? www.acpi.org is the Avaiation Crime Prevention Institute.