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.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5c89fe49fff7f5b8 X-Google-Attributes: gid103376,public From: "Chris Sparks (aka Mr. Ada)" Subject: Re: IRQs and interrupt handlers Date: 1998/05/22 Message-ID: <3565976A.D1B53EA9@catalina-inter.net>#1/1 X-Deja-AN: 355579700 Content-Transfer-Encoding: 7bit Sender: nntp@news.boeing.com (Boeing NNTP News Access) X-Nntp-Posting-Host: ddastardly.roses.bna.boeing.com References: <356307C7.D18D062@cl.cam.ac.uk> <6k1rq4$58t@top.mitre.org> <1998May21.173539.1@eisner> Content-Type: text/plain; charset=us-ascii Organization: "A" WillowWare Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-05-22T00:00:00+00:00 List-Id: Since I work with Dale I have a better understanding of what he wants to do. He feels that since Windows95 is a single user system, he should be able to write ISRs. He has a specific need with a card he is using and needs to be able to write an ISR for it. As it is, he will resort to using "C" tools that will enable him to set up the handlers for his board's interrupt. It is a shame that he couldn't do this with GNAT. Chris Sparks