Path: utzoo!mnetor!uunet!husc6!bbn!rochester!rutgers!super.upenn.edu!eecae!upba!qetzal!rcw From: rcw@qetzal.UUCP (Robert C. White) Newsgroups: comp.unix.microport Subject: Addressing physical memory, how do I do it? Message-ID: <1183@qetzal.UUCP> Date: 5 Feb 88 08:27:42 GMT Organization: Mentor Software, Inc. Thornton, Co. Lines: 14 Keywords: Microport physical memory Approved: rcw@qetzal.UUCP 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]