Main Page

From 0x221e
Revision as of 05:20, 10 July 2026 by 0x221e (talk | contribs) (Add libneuron to the LTS Projects)
Jump to navigationJump to search

0x221e wiki

This website contains explanation and documentation of my projects.

You can view a comprehensive list of my projects as well as access my git instance.

I am also building my own knowledge base where I document the things that I learn from my cybersecurity and low-level development projects/readings.

Long-Term Projects

An OS development programming language that emits raw x86 machine code. Specifically designed to create operating systems, bootloaders, and other bare-metal projects. It removes the need to use a seperate linker file and contains its own VBA and LBA directives to specify virtual and loaded memory.

Access the source code through: https://universe.0xinfinity.dev/metal/metalc

libneuron

A machine learning library that utilizes my libautograd library, implementing interfaces to use Multi Layer Perceptrons and, in the future, Transformers.