Lately I made some time free so i could study some more on os development. But this time I didnt want to create a text mode os.
So I did some research on vga vesa. Well I tried to but all i could find is that if you wish to make the switch from pmode you should use v8086 mode or do it from real mode. So I thought by myself maybe I could let the bootloader do the switch for me.
But how would I let the bootloader make the switch for me? For the bootloader I use the one which is being programmed in the tutorial series. How would I let that bootloader setup an vesa or vga mode so I can plot pixels trough c++? I could not find any documentation about making the switch in the bootloader all I read is that GRUB can do it for you but as I stated I do not use grub. I highly dislike pre-programmed packages that way you cannot say that the code is 100% yours

Thank you for reading.
-Xilvium