|
From: David W. <we...@cw...> - 2002-06-11 19:46:01
|
On Tue, Jun 11, 2002 at 06:56:08PM +0200, Hartmut Birr wrote: > It seems that some programs (gditest) are not able to locate drivers in > memory. They load the drivers again. See the attached debug output. > Vidport.sys needs some little changes for runing gditest. One for the dirty > hack to get csrss's process handle and the other to change interrupt 10h to > 6dh, if loadros is used for booting. > This hack will stop working completely once smss supports boot applications list. Is there any reason not to have csrss load vidport and use a I_AM_CSRSS ioctl to inform it of the address space to use. Is it possible there are bioses that don't set 6dh, perhaps loadros could copy the contents of 6dh to 10h since people uses it to boot are already taking their lives into their hands with regard to the system state after DOS has booted. |