Kernel development update! 2025-01-18

Hey fellow devs! I'm excited to share my latest progress on building a homemade kernel from scratch using C and assembly. Recently, I've made some significant strides in improving VGA support. I've fixed VGA and added a substantial number of registers, which provides much more flexibility in managing output. This update also includes a new vga.h header file, making it easier to write text to the screen.

Jan 18, 2025 - 22:15
Kernel development update! 2025-01-18

Hey fellow devs!

I'm excited to share my latest progress on building a homemade kernel from scratch using C and assembly.

Recently, I've made some significant strides in improving VGA support. I've fixed VGA and added a substantial number of registers, which provides much more flexibility in managing output. This update also includes a new vga.h header file, making it easier to write text to the screen.