Rainbow-OS: Building a 32-Bit Operating System from Scratch
What if you built a complete operating system from scratch — no libraries, no existing kernel, no abstraction layers? That’s […]
What if you built a complete operating system from scratch — no libraries, no existing kernel, no abstraction layers? That’s […]
To understand how a PC boots, you need to dive into Real Mode — the operating mode every x86 processor
When reverse-engineering a legacy BIOS — in my case a 1994 Compaq Deskpro EISA BIOS — you eventually reach the
After getting the two-player co-op mode up and running in Raptor: Call of the Shadows, we turned our attention to
How we added local two-player co-op to a 1994 single-player DOS game by turning every global variable into a two-element array.
Compiling a classic 1994 DOS game from source on Apple Silicon — and hunting down a data file version mismatch that shifted every resource index by one.
Phase 1: Grundlagen 1. Woche:– Tag 1: Einführung in Assembler: Lerne die Grundlagen von Assembler, den Aufbau von Assembler-Anweisungen und