💾 Archived View for anachronauts.club › ~voidstar › pinned › kernal.gmi captured on 2023-04-19 at 22:47:06. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-04)
-=-=-=-=-=-=-
my current project is a scriptable firmware kernel named "kernal". it is designed for midrange embedded CPUs with extremely limited resources. kernal provides many operating-system features, such as a filesystem, a network stack, hardware peripheral apis, etc. as libraries. at its core, kernal is running a tcl interpreter which allows the firmware to be scripted to do useful things.
i am currently targeting pic32 boards, specifically the pic32 ethernet starter kit ii from microchip. the project is not yet online anywhere.