Date: Sun, 23 Jul 1995 13:45:17 +0300 (IDT) From: Eli Zaretskii To: Kenneth Foo Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: [Q] Making DJGPP use SEL:OFF On Mon, 17 Jul 1995, Kenneth Foo wrote: > Hi...can anyone point out to me how I can make DJGPP 2 > use a SELECTOR:OFFSET combination to address a memory space instead > of using internal pointers (which uses a fixed DS as the selector) ? Use the farptr functions, they are described on sys/farptr.h header file.