|
From: Eric K. <ek...@rz...> - 2002-06-14 07:57:12
|
"Jason Filby" <jas...@ya...> wrote: Good morning Jason! > Is that code committed, or do you mean just added to your own tree? Now it's in the cvs tree. > I'm not sure about right now... but it will surely have to load > vgamp.sys in the future (when we get it working properly). Okay, I fixed the vgamp/vidport mess. At least I think so. ;-) There is still one problem left. Vgaddi needs the handle of the csrss process to issue int10 bios calls. The current method of retrieving this handle will not work. I suggest csrss should open and close all \\Device\\VideoX devices upon its initialization. Then vidport can retrieve the callers process id or process handle upon the first open request. Eric |