From: "Gareth Williams" Newsgroups: comp.os.msdos.djgpp Subject: Setting a variable's selector? Lines: 10 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: <38456efc.0@samba> Date: Wed, 1 Dec 1999 12:54:41 -0600 NNTP-Posting-Host: 199.86.0.206 X-Complaints-To: abuse AT visi DOT com X-Trace: ptah.visi.com 944074496 199.86.0.206 (Wed, 01 Dec 1999 12:54:56 CST) NNTP-Posting-Date: Wed, 01 Dec 1999 12:54:56 CST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In order to get information from the PnP BIOS I need the data structure to reside in the same selector/segment as the BIOS entry point. Is there way with DJGPP to specify the segment or selector of a variable or structure when you are allocating memory for it? Thanks, Gareth.