0

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.

Peter Cordes
  • 328,167
  • 45
  • 605
  • 847
  • 1
    If you boot in legacy 16-bit mode (instead of a modern UEFI application), see https://wiki.osdev.org/VESA_Video_Modes . Also https://en.wikipedia.org/wiki/VESA_BIOS_Extensions mentions 32-bit mode. – Peter Cordes Aug 05 '23 at 08:21

0 Answers0