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.3 required=5.0 tests=BAYES_00,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: falis@ma.aonix.com Subject: Re: IRQs and interrupt handlers Date: 1998/05/23 Message-ID: <1103_895882474@DZOGCHEN>#1/1 X-Deja-AN: 355709767 Sender: news@sd.aonix.com (USENET News Admin @flash) X-Nntp-Posting-Host: 192.157.137.14 References: <356307C7.D18D062@cl.cam.ac.uk> <6k1rq4$58t@top.mitre.org> <1998May21.173539.1@eisner> <3565976A.D1B53EA9@catalina-inter.net> Organization: Aonix, San Diego, CA, USA Newsgroups: comp.lang.ada Date: 1998-05-23T00:00:00+00:00 List-Id: > : 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. > > Well, I am most curious which C tools he is using. If it can be done in C, > it can be done in Ada too. > > Jerry. > > -- > -- Jerry van Dijk | email: jdijk@acm.org > -- Leiden, Holland | member Team-Ada But a more interesting question is whether it can be done safely and reliably in the presence of DPMI. He'll need to lock his isr and anything it calls into memory. - Ed Falis