DEV Community

kernuxx
kernuxx

Posted on

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. ๐Ÿ’ป

My GitHub repository has also been updated to reflect these changes. ๐Ÿ› ๏ธ The netdev.h file and a few others had fallen behind, but everything is now up-to-date. Take a look and let me know what you think! ๐Ÿ‘€

If you're interested in following my development progress or have any questions, I'd love to hear from you. You can find me on Telegram: @Ion_Kernel ๐Ÿ‡ท๐Ÿ‡บ

Happy coding, and thanks for reading! โœจ

Top comments (0)