From: Michel DOT Arsenault AT lyre DOT qc DOT ca (Michel Arsenault) Newsgroups: comp.os.msdos.djgpp,comp.os.msdos.apps,comp.os.msdos.misc Subject: V86 + DPMI Organization: Technologies LYRE Message-ID: <362506c1.2494942@news.riq.qc.ca> X-Newsreader: Forte Free Agent 1.11/32.235 Lines: 10 Date: Wed, 14 Oct 1998 20:13:07 GMT NNTP-Posting-Host: 204.19.45.154 X-Trace: carnaval.risq.qc.ca 908395987 204.19.45.154 (Wed, 14 Oct 1998 16:13:07 EDT) NNTP-Posting-Date: Wed, 14 Oct 1998 16:13:07 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi everyone, One of our project is to be able to trap a few very specific I/Os and an IRQ to redirect these accesses to hardware. This would have to work with all applications accessing these I/Os in native DOS running in a DOS EXTENDED mode. I think one of the solution is to implement a Virtual 8086 Monitor with DPMI server services. Is there other way to do such thing? Could someone help us out with this task? Thanks....