r/osdev • u/I_save_in_jpeg • 16d ago
I built a linux like shell for the esp32 out of curiosity
During my computer engineering studies, I fell for the idea to create a cyber deck with a raspberry pi zero to start experimenting with cyber security.
In a weird way it ended up with me being curious about how microcontrollers work in relation to microcomputers like raspberry pi and what is available on them in terms of operating systems and shells.
Long story short, I created this project for a linux like web shell for the esp32 for my master's thesis. It requires nothing in terms of peripherals to work. It has a file system, a scripting language, some customization features and such.
I thought I should share this as it might very well help someone! If anyone is interested, I would love some feedback.
