Back to articles
🗓️ Simp1OS Dev Logs – How I Accidentally Created 8-Bit Glitch Art While Trying to Build Kernel
How-ToSystems

🗓️ Simp1OS Dev Logs – How I Accidentally Created 8-Bit Glitch Art While Trying to Build Kernel

via Dev.toArush Tripathi

So, I decided to build an Operating System. Why? Because I thought, "Hey, how hard can it be to tell a CPU what to do?" Narrator: It was very hard. I’m 11, I’ve got exams coming up, and I spent my weekend arguing with a linker script that treated me like I didn't exist. Here is the saga of Simp1OS v0.01. The Victory: The Yellow Screen of Destiny Most people get a Blue Screen of Death. I started with the Yellow Screen of Life. I managed to bypass every "command not found" error, set up a cross-compiler, and actually painted the screen a beautiful pastel yellow. I even drew a white box. A perfect, sharp, professional white box. I was feeling like a boss. I was ready to type my name in lights. The Disaster: The Screen Scramble Then, I tried to add text. I wrote a font engine. I mapped out the bits for 'S', 'i', 'm', 'p', and '1'. I clicked run, expecting a glorious welcome message. Instead, I got... a glitch masterpiece. My OS didn't just print text; it threw the text into a blender. Beca

Continue reading on Dev.to

Opens in a new tab

Read Full Article
8 views

Related Articles