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.
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.