From: Vinzent Hoefler Newsgroups: comp.os.msdos.djgpp Subject: Re: DMA access Date: Thu, 27 Jan 2000 22:32:34 +0100 Organization: JeLlyFish software Lines: 15 Message-ID: <86qdim$sp0$1@news06.btx.dtag.de> References: <001701bf690e$754e7d40$c71b15c8 AT telecomco DOT net> <86qd48$uq$1 AT news03 DOT btx DOT dtag DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news06.btx.dtag.de 949008790 29472 777000109768-0001 000127 21:33:10 X-Complaints-To: abuse AT t-online DOT de X-Sender: 777000109768-0001 AT t-dialin DOT net X-Newsreader: Forte Agent 1.7/16.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Vinzent Hoefler wrote: >#define PHYSICAL_ADDRESS(realseg) realseg<<4 should read: #define PHYSICAL_ADDRESS(realseg) (realseg<<4) It's safer, I think. Vinzent. -- There are two kinds of Tequila. Good and better.