💾 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

View Raw

More Information

⬅️ Previous capture (2022-07-16)

-=-=-=-=-=-=-

Some of my projects

hOS

A simple kernel I made. Pretty dead, but it was fun to make, and I learned a lot.

Github

Image

cbOS

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!

NDI

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

uasm

A universal assembler. Works for very simple arch's, e.g. homebrew CPUs

Github

PigeonJRE

A very simple JRE I tried to make once. Doesn't really work, but was also fun to make

Github