http://bugs.winehq.org/show_bug.cgi?id=9685
--- Comment #60 from Anastasius Focht focht@gmx.net 2007-10-03 05:13:22 --- Created an attachment (id=8363) --> (http://bugs.winehq.org/attachment.cgi?id=8363) patch to make ZwQuerySystemInformation() return more useful values for SystemBasicInformation class
Hello
attached is patch which corrects some SystemBasicInformation values returned by ZwQuerySystemInformation() API.
The PB kernel driver expects page size of at least 4K and not greater 4MB. Don't know who came up with such a funny value of 1K as page size in current implementation. Such page size is not supported for x86 architectures.
Adjusted highest physical page too, the driver expects at least 0xFC00 pages to be present on system.
Another patch and conclusion is following ... stay tuned.
Regards