💾 Archived View for electrode.codes › projects.gmi captured on 2023-07-10 at 13:05:35. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-07-16)
-=-=-=-=-=-=-
A simple kernel I made. Pretty dead, but it was fun to make, and I learned a lot.
My next kernel. Stands for component-based OS. Will try to make all the device drivers (e.g. storage, network, etc) modular in a way that is not OS-dependent. It also uses NDI, which I'm just going to say is part of this project.
Github to come!
The New Driver Interface. Made in combination with cbOS, and it is basically just going to be a OS-agnostic driver stack. Probably will never be even anywhere close to usable for the average person anytime soon.
Github is private for now, but the actual spec will be GPLv3, and the headers will be public-domain / under the Unlicense
A universal assembler. Works for very simple arch's, e.g. homebrew CPUs
A very simple JRE I tried to make once. Doesn't really work, but was also fun to make