This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: /dev/mem: permission denied


On Apr  8 10:12, Tomasz Chmielewski wrote:
> I just compiled dmidecode[1] with the latest stable version of cygwin.
>
> The binary[2] works fine on XP, but on Windows 2003, it throws a permission 
> denied error on accessing /dev/mem.
>
> I searched the Cygwin list and found this message[3]:
>
>   Accessing \device\physicalmemory from privileged
>   user mode processes works only on NT4, W2K and XP.  Starting with 2K3,
>   access to physical memory has been restricted to work only in kernel
>   mode.
>
> On the other hand, a patched version of dmidecode (not needing Cygwin 
> DLL)[4] works just fine on Windows 2003.

Yes, but it doesn't access \Device\Physicalmemory.  It uses the new
function GetSystemFirmwareTable, only available since Windows 2003,
which only gives read access to certain firmware areas in the
physical memory.

> Is there a workaround for /dev/mem: permission denied problem in Cygwin?

No.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]