Replies: 1 comment 1 reply
-
|
@yangn0 Those are very nice news! In the past we have discussed doing exactly that. Answering your question directly. You can see we set
Now, the A bit confusing I know. But I hope it is sufficient for you to get the point. However, let me point out that we do have an mpu memory protection profile that would fit using the PMP. If setup your port to use that infrastructure, most of the code is already ready for running without an mmu. Of course you'll need to adapt everything else so that bao runs on machine mode. Let me know of your progess! This is really interesting! |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to remove the mmu of riscv32. I plan to use standard PMP to implement isolation and
vplicwith a modified opensbi.But I encountered a problem:

In file boot.S, line 152.
The s6 is the size of VM. Why
_page_tables_startand_page_tables_endneed to add s6 size?Beta Was this translation helpful? Give feedback.
All reactions