I have a kernel already designed and am now developing a bootloader. I would like to know, in the bootloader, instead of displaying text, is there any way to display a small image, while the kernel is loading?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well yes, it’s possible, but how to do so will depend completely on your hardware platform and your kernel.
For usual x86-type hardware, have a look here: Drawing In Protected Mode. The Video category on that Wiki has other valuable resources.