Hi, Ok, commenting here... MSDN says that Mm64BitPhysicalAddress is PBOOLEAN: http://msdn.microsoft.com/en-us/library/bb648424.aspx
So, there should be another BOOLEAN variable, and Mm64BitPhysicalAddress should point to it. Alexander 2009/11/23 <[email protected]>: > Author: tkreuzer > Date: Mon Nov 23 21:44:21 2009 > New Revision: 44274 > > URL: http://svn.reactos.org/svn/reactos?rev=44274&view=rev > Log: > Mm64BitPhysicalAddress is a BOOLEAN, not a PBOOLEAN > > Modified: > branches/ros-amd64-bringup/reactos/ntoskrnl/mm/mminit.c > > Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/mm/mminit.c > URL: > http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/ntoskrnl/mm/mminit.c?rev=44274&r1=44273&r2=44274&view=diff > ============================================================================== > --- branches/ros-amd64-bringup/reactos/ntoskrnl/mm/mminit.c [iso-8859-1] > (original) > +++ branches/ros-amd64-bringup/reactos/ntoskrnl/mm/mminit.c [iso-8859-1] Mon > Nov 23 21:44:21 2009 > @@ -48,7 +48,7 @@ > "LoaderXIPRom " > }; > > -PBOOLEAN Mm64BitPhysicalAddress = FALSE; > +BOOLEAN Mm64BitPhysicalAddress = FALSE; > ULONG MmReadClusterSize; > // > // 0 | 1 is on/off paging, 2 is undocumented > > > _______________________________________________ Ros-dev mailing list [email protected] http://www.reactos.org/mailman/listinfo/ros-dev
