there's whatvga.exe, which can be found here: https://github.com/achernya/iap-6.828-website … hardware/vgadoc
and here https://pdos.csail.mit.edu/6.828/2018/reading … ardware/vgadoc/
The attachment whatvga.png is no longer available
this one is useful because it'll show you what modes you have available, and will let you do drawing tests in each mode.
The attachment whatvga2.png is no longer available
I am not sure if it does video RAM tests, however if you look there's a util called dmpmem.exe which creates 2 files; both have .ROM extension, one is binary, the other is this text:
INT 10h = F000:1300
INT 6Dh = F000:1060
State Table = C000:2E8F
FNT0 = C000:0500
FNT1 = C000:1700
FNT2 = C000:0900
FNT3 = C000:0100
FNT4 = C000:0500
FNT5 = C000:2710
FNT6 = C000:1700
FNT7 = C000:2710
more info on this in whatvga.doc
there's also this one I remember from back in the day, this is the source: http://www.vbforums.com/attachment.php?attach … 39&d=1082326758
this compiles to an executable I have called vesabase.exe which I have used, but can't find anywhere on the internet
The attachment vesabase.png is no longer available