Re: Mapping small memory region



If there is any way you can push the use of the registers until AFTER
OEMInit you can use the usual virtual allocation APIs. Otherwise you have to
use OEMAddressTable. Note that it's reserving a chunk of virtual space in
the kernel defined 512M static mapping area so it does not impact the system
unless you are desperate for every last possible byte of physical RAM (E.g.
your system has more than 384M or so of RAM)

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com


.