In this video I'll demonstrate how to display colors on the screen using the VGA framebuffer. Tools Used: - NASM Assembler - QEMU Emulator Code: https://github.com/nir9/low-level-learning-resources/blob/master/mbr/vga/boot.asm Links: - https://nasm.us/docs/3.01/ - https://wiki.osdev.org/Real_Mode - https://archive.org/details/bitsavers_ibmpcps2PSTechnicalReferenceApr87_5816663 - https://en.wikipedia.org/wiki/Mode_13h - https://www.intel.com/content/www/us/en/developer/articles/technical/intel-sdm.html