Addressing physical memory, how do I do it?
    Robert C. White 
    rcw at qetzal.UUCP
       
    Fri Feb  5 18:27:42 AEST 1988
    
    
  
Driver question.
How does one convince Sys. V/AT that we want to write into PHYSICAL memory.
(I/O space for example.)  I want to write into video memory for a graphics
driver at 0xb0000.  I tried:
	char	*base_ptr;
	....stuff....
	base_ptr = gstokv(VIDEOSEL);
But this is wrong.  What is the correct way?
[From John Antypas, gatech!petro!mercy!ucrmath!soft21!root]
    
    
More information about the Comp.unix.microport
mailing list