I am making an operating system in protected mode. I have finally got to the point where I want to put a background image in my operating system.
I have tried finding resources on creating a video driver, and even drawing a single pixel to the screen, but haven't found anything that works for my scenario yet for about 3 days straight now.
Here is my scenario:
- I want to draw a PNG image to the screen.
- I am using NASM to assemble my Operating System.
- My Operating System is in protected mode.
- I am also using the C programming language
How would I go about displaying an image to my Operating System under my circumstances?Any help would be greatly appreciated!