X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: skatersrus AT comcast DOT net Newsgroups: comp.os.msdos.djgpp Subject: Re: interrupts Date: 27 Sep 2005 06:51:34 -0700 Organization: http://groups.google.com Lines: 16 Message-ID: <1127829094.098709.98660@g47g2000cwa.googlegroups.com> References: <200509261555 DOT j8QFtRHl015259 AT smtp05 DOT gnvlscdb DOT sys DOT nuvox DOT net> NNTP-Posting-Host: 69.38.65.85 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1127829098 4496 127.0.0.1 (27 Sep 2005 13:51:38 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 27 Sep 2005 13:51:38 +0000 (UTC) In-Reply-To: <200509261555.j8QFtRHl015259@smtp05.gnvlscdb.sys.nuvox.net> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: g47g2000cwa.googlegroups.com; posting-host=69.38.65.85; posting-account=h4YsPA0AAABW0To4w-5LXHZZQsIyggby To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk my understanding is that since I don;t have a PM handler for this interrupt in my PM application that it should just hand off the interrupt to RM. Bruce Belden wrote: > I have a Real Mode TSR that hooks software interrupt 0x16. I have another > application > > That I have compiled in djgpp 2.0 protected mode. When I start my real-mode > TSR and > > Then my protected mode application, my real-mode interrupt 0x16 handler is > not > > Called anymore. Any ideas?