[ros-bugs] [Bug 5618] PATCH: pefixup: IMAGE_SCN_MEM_NOT_PAGED not set for .rdata WDM section

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Sat Sep 18 23:21:17 UTC 2010


http://www.reactos.org/bugzilla/show_bug.cgi?id=5618





--- Comment #2 from Haos <olaf_siejka at o2.pl>  2010-09-18 23:21:17 CET ---
More comments:

"It worth to test, that this problem appears
in your/others builds as well. The check is simple

i586-mingw32-objdump --headers xxx.sys

I have examined drivers in regular ReactOS Rbuild
output before initial report and situation is same
as for my driver hacking.

If regular ReactOS developers finds same situation
for their builds, then some action should be taken.

My quick Google search reveals, that ".rdata" are
used by regular windows drivers.

I have checked Windows 2k installation (WINNT/system32/drivers/*.sys)
a there are even some more section tagged by  IMAGE_SCN_MEM_NOT_PAGED

 .data, .rdata, .rdata, .rsrc, .text

and even sections

 init, _LDATA, NONPAGE, page, SECUR

but these I consider as little strange.

But I think, that .rdata and may it be .rsrc should
be added in pefixup tool.

I have tried to replace my MS WDF driver build with ReactOS
driver build on real Windows, but have not luck wit that.
So there is some other problem as well.
I try to manage somehow to test my ReactOS driver build
in ReactOS, but I need to find time to overcome some other
blockers - USB, or use PCI card on real HW. But that is
for other thread.

Best wishes,

           Pavel"


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Ros-bugs mailing list