--
You received this message because you are subscribed to the Google Groups "minix3" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minix3+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/minix3/d48a11dc-1a74-447e-a889-dc28111540fan%40googlegroups.com.
Hi,
Nice idea! I toyed with the idea of porting MINIX 3 to a RISC-V
soft core. The goal would be to get it working on the ECP5 FPGA
and using the litex framework
https://github.com/enjoy-digital/litex pretty much in the same way
https://github.com/litex-hub/linux-on-litex-vexriscv has been
done. The open nature of the projects around system on chip
development allows for 100% emulation and introspection of the
internals.
It might be possible to encapsulate most of the setup in a
container and reach a single click development platform using
something like https://www.gitpod.io/ this would allow for more
people to join the fun.
As learning platform and with the idea that it is no longer is unreasonable to produce your own test chips. The time might be there where one can create a chip with as many cores and features as found useful for reliability and security.
As said.. I only toyed with the idea but would find it fun to collaborate on the setup and make the porting (low level development) as easy as possible.
With kind regards