In this tutorial I share some insight into Assembly language programming by working through developing a list library. That is, a glorified array with some structured bells and whistles. I also hope ...
⚙️ Kernel-OS - Minimal 64-bit x86 bare-metal kernel featuring VGA text output, multiboot GRUB booting, and long-mode setup. Built from scratch with custom x86_64-elf toolchain, C, NASM, and Docker for ...