Date: Wed, 11 Aug 1999 13:12:14 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Javier Reyes cc: djgpp AT delorie DOT com Subject: Re: Device Driver programming with DJGPP In-Reply-To: <37AFF7CF.9973C001@eso.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 10 Aug 1999, Javier Reyes wrote: > I need to program a very simple device driver for a PCI card. I just > need to be able to read and write to/from memory at 0xF0000000. Can > anyone tell me where to find the source code sample to do it ? Did you look at section 18.7 of the DJGPP FAQ list? It includes sample code that should explain how to do these things.