Remix.run Logo
matthewmacleod 7 hours ago

But this is a Pi Pico, which is a microcontroller and not a Linux system.

hparadiz 6 hours ago | parent [-]

Two arm cores at 133 MHz. That's already more powerful than my first computer. For $4. It qualifies as a computer on it's own. It runs Linux just a hacked version with an emulated MMU

https://github.com/tvlad1234/pico-rv32ima

Tepix an hour ago | parent | next [-]

FUZIX is a better fit. https://codeberg.org/EtchedPixels/FUZIX

RossBencina 3 hours ago | parent | prev [-]

> This project uses CNLohr's mini-rv32ima RISC-V emulator core

I wonder why not use the Pico's RISC-V cores.