Finding 4-color standard graphics mode 4h register values
Posted: Fri Jul 21, 2017 6:46 pm
I need a place to find the actual register values for VGA so that I can manually set 320x200 4-color graphics mode (BIOS mode 4h).
So far, my kernel has the registers for:
- 80x25 16-color text mode.
- 640x480 16-color.
- 320x200 256 colors.
- 320x200 Mode X.
Also, is there some way or some tool to read all the VGA registers and save them while I'm running a given video mode?
So far, my kernel has the registers for:
- 80x25 16-color text mode.
- 640x480 16-color.
- 320x200 256 colors.
- 320x200 Mode X.
Also, is there some way or some tool to read all the VGA registers and save them while I'm running a given video mode?