From: Lars Erdmann Newsgroups: comp.os.msdos.djgpp Subject: Re: farpeekw under Windows NT Date: Wed, 29 May 2002 18:02:14 +0200 Organization: Arcor Lines: 21 Message-ID: <3CF4FB86.46A672BF@arcor.de> References: <3CF4EE40 DOT 19E44519 AT arcor DOT de> <200205281523 DOT g4SFNZw26739 AT envy DOT delorie DOT com> NNTP-Posting-Host: dialin-145-254-251-081.arcor-ip.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: newsread1.arcor-online.net 5313 NG bGFycy5lcmRtYW5u X-Complaints-To: abuse AT arcor-online DOT net NNTP-Posting-Date: Tue, 28 May 2002 16:05:36 +0000 (UTC) X-Mailer: Mozilla 4.61 [de] (OS/2; U) X-Accept-Language: de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, just another question: If I write to I/O port 0x378 to send some data, windowsNT does not seem to do anything, whereas on Windows95 it works. Are you accomplishing port I/O by setting IOPL to 3 or does NT somehow also catches and emulates that ? Lars DJ Delorie schrieb: > > The IBM PC spec defines three parallel ports: > > 3BC - on monochrome card > 378 - primary on mainboard > 278 - secondary on mainboard > > NT emulates all three, so you see three addresses in your DOS > emulation window.