X-Authentication-Warning: is.elta.co.il: nuucp set sender to eliz AT is DOT elta DOT co DOT il using -f >Received: from smmi12 by elta.co.il (8.8.8+Sun/SMI-SVR4) id QAA00400; Sun, 26 Sep 1999 16:00:25 +0200 (IST) Date: Sun, 26 Sep 1999 16:00:24 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT smmi12 To: Prashant TR cc: djgpp AT delorie DOT com Subject: Re: Pointers to base memory In-Reply-To: <19990924095602.28929.rocketmail@web1405.mail.yahoo.com> 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 Fri, 24 Sep 1999, Prashant TR wrote: > Is there any way I can declare some sort of a pointer > that can point to the memory from 0-1M so that I could > just say x[0xf000] to access the bios, assuming that x > is my pointer. Use the nearptr facility.