My question is simple, I am designing a kernel from scratch, and I was wondering how it is possible to display an image, like linux or windows when the OS boots.
And I mean JUST an image, not an animation. (I am aware that an animation is a series of images)
I switched to VGA mode, and I am writing everything in C. The kernel boots with grub.Thanks.