On 05-05-08 18:03, Peter Teoh wrote:

  Specifically, if u cat /proc/iomem:

/proc>cat iomem

[ ... ]

e0000000-efffffff : PCI MMCONFIG 0
  e0000000-efffffff : pnp 00:0e

[ ... ]

And u can see that the 0xe000000 is occupied by someone else.

Please be aware that /proc/iomem lists physical addresses, while his request was for availability of a virtual address.

The big problem with 0xe0000000 is that it's 512M into kernelspace on a standard 32-bit architecture.

Rene.


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to