A custom assembly kernel(NOTE, THIS IS NOT A REAL REPRESENTATION OF HOW THIS ACTUALLY LOOKS. It's a demo. go to the repo too see what this really looks like.)
What you're seeing: A real kernel system written in x86 assembly that boots from scratch! No underlying kernel - just pure assembly code running on virtual hardware.
Features: Custom bootloader, kernel with text rendering, confetti animation system, and PC speaker music playback.
Technical: 16-bit real mode assembly easy to edit however you want!
Fun fact: The entire kernel is less than 1KB and runs the same code that would boot on real hardware!