dengning wrote:
> Dear all,
> 
> I want to change the mappings of virtual-to-physical address in solaris. Is 
> there any existing entry to support it? Or, if there is an entry to modify 
> the page table entry? that would indirectly support my need. Thank you in 
> advance.

One way to do it is to have a memory-mapped device driver.  See devmap(9E).

If you want to make arbitrary changes to the mappings, then you may need
to modify the VM layer.

-- 
James Carlson         42.703N 71.076W         <carls...@workingcode.com>
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to