I'm looking for information how to insert a pixel into the screen in my own operating system. I care about the resolution of 1920x1080, 16K colors and to do it without bios interruptions. Ideally, the resolution and number of colors will depend on my system
I wrote bootloader and procedure to draw pixel on screen but its only 320x200 resolution and have 256 colors;/ when i try use text modes, its run on VM, but when i start it on real device i have only black screen so i dont want to use bios interruptions (it depend on bios version)