Hello
I am working on a RISC-V CPU, which will not implement MMU and not implement H-extension.
The CPU has two PMP blocks (ePMP, sPMP) to provide the isolation between the [M, S, U] privilege modes.
QS: Without H-extension implementation, will it be possible port and run an open source Hypervisor (ie Boa) on the CPU?
Thanks in advance
JO