Re: [codezero-devel] v0.4 capabilities and physical memory mapping

2011-03-31 Thread Dawid Ciężarkiewicz
On Thu, Mar 31, 2011 at 12:18 PM, Goichon Francois wrote: > After looking a bit further, I saw that the range checking on on the pager's > physical memory mapping capability fails: the default capability allows the > pager to map physical pages from 0x100 to 0xe00, while the UART's > base

[codezero-devel] v0.4 capabilities and physical memory mapping

2011-03-31 Thread Goichon Francois
Hello everyone, I have trouble running the baremetal UART driver example (from source). My problem happens when I try to map the UART's base to a virtual page. After looking a bit further, I saw that the range checking on on the pager's physical memory mapping capability fails: the defaul