| www.delorie.com/djgpp/mail-archives/browse.cgi | search |
| From: | Hans-Bernhard Broeker <broeker AT physik DOT rwth-aachen DOT de> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: Automatic EOI in DJGPP |
| Date: | 19 Oct 2000 12:22:01 GMT |
| Organization: | Aachen University of Technology (RWTH) |
| Lines: | 16 |
| Message-ID: | <8smp19$iku$1@nets3.rz.RWTH-Aachen.DE> |
| References: | <8sls17$6bk30 AT imsp212 DOT netvigator DOT com> |
| NNTP-Posting-Host: | acp3bf.physik.rwth-aachen.de |
| X-Trace: | nets3.rz.RWTH-Aachen.DE 971958121 19102 137.226.32.75 (19 Oct 2000 12:22:01 GMT) |
| X-Complaints-To: | abuse AT rwth-aachen DOT de |
| NNTP-Posting-Date: | 19 Oct 2000 12:22:01 GMT |
| Originator: | broeker@ |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
TeddyLam <teddylam AT geocities DOT com> wrote: > is only one interrupt exist during the test process, I want to improve the > performance by configuring the 8259 PIC to enable the Automatic EOI mode > such that I dont need to issue EOI everytime my ISR is being called. I strongly doubt this can be done at all, from a user-level program. Your program may not particularly need the other interrupts, sure, but what about the rest of the operating system? Do you *really* want to shut off all HD, Floppy and other hardware IRQ services? For the whole system? I.e., I suspect the whole idea to be a bad one. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |