Date: Tue, 12 Apr 1994 09:49:17 --100 From: michal AT kmm-lx DOT p DOT lod DOT edu DOT pl (Michal Furmanczyk) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Allocate Selector I need call function to switch memory page of svga directly. I want use *.grn driver and not switch to real mode. It's possible but becouse driver use 16 bit code, I nead selector to this code. When I use dpmi it's no problem, I can easy allocate new LDT descriptors using function 0, but unfortunetly this function is not implemented under go32. How I can do this under go32 ??? Michal Furmanczyk michal AT kmm-lx DOT p DOT lod DOT edu DOT pl