|
From: <cra...@mi...> - 2002-06-12 18:22:08
|
here is a mini patch for sysinfo.c
I ve joined the code for the Ke function that is setting KeMinimumIncrement/KeMaximumIncrement too.
btw Is there anyone working on QuerySystemInformation() ?
other thing:
QSI_DEF(SystemPathInformation)
{
/* FIXME: QSI returns STATUS_BREAKPOINT. Why? */
return (STATUS_BREAKPOINT);
}
==> DbgPrint("EX: SystemPathInformation now available via SharedUserData\n")
here is the answer.
And i got a last question about win2k kernel well maybe ROS kernel too.
Do you know when the pServiceDescriptorTable field of struct _KTHREAD (offset 0xDC) is used ?
I know it's set by PsCreateProcess, that's all.
bye
|