I am trying to write a simple system kernel. At present, I have successfully entered the Protected mode and paging mode, but I found that the bios interrupt no longer works (of course not), but I hope to display something on the screen.
I have searched for a lot of information online, but most of it is based on BIOS interrupts or can only display partial screens (800x600). I hope to find a way to manipulate the pixels of the entire screen.