From: Fadi Rifai Newsgroups: comp.os.msdos.djgpp Subject: Allocating memory? Date: Wed, 11 Feb 1998 15:57:39 +0100 Organization: RRZN - Newsserver Lines: 15 Message-ID: <34E1BC63.B967CC94@kammer.uni-hannover.de> NNTP-Posting-Host: pcm-1.iw.uni-hannover.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hallo, I am programing a pci i/o card, which needs some memory space (256Kbyte). it can write the samples into host physical memory, whoes phys. address has been written to the memory address counter of the pci card. How can I alloc phys. memory, that my program can access? Thanx Fadi