I’ve always been a fan of extremely small Linux installs. Back when I first started using computers, I didn’t have access to great hardware. In the early 2000s I was using Pentium133 and eventually a Pentium III based system and I remember running floppy Linux (live boot off a floppy disk) and DSL (damn small Linux) in attempts to maximize the performance of the hardware I had.

Running Linux on a tiny ESP32 board just blows my mind!

    • Skull giver@popplesburger.hilciferous.nl
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 year ago

      I remember seeing one post of someone running Linux on an ESP32 by writing a RISC-V emulator and then using that to set up a Linux virtual machine. As usual when it comes to running Linux through forbidden black magic, it’s using a project by Fabrice Bellard. It’s super slow and practically useless, but it works.

      There’s μClinux which is an old fork that does run on devices without an MMU, but that’s stuck on kernel 2.6 I believe.

      For all intents and purposes, FreeRTOS is a full operating system, though.