VOGONS


VGA program

Topic actions

First post, by PlaneVuki

User metadata
Rank Member
Rank
Member

Hello,

What is the easiest way (or ways) to initialize and set VGA card to mode13h (320x200 resolution at 256 colors) ?

Help of experienced hardware assembly coders needed.

Thanks much in advance.

Last edited by PlaneVuki on 2024-02-18, 20:32. Edited 1 time in total.

Reply 1 of 3, by BinaryDemon

User metadata
Rank Oldbie
Rank
Oldbie

I have no experience with any of this, but I was thinking if I wanted to attempt something similar would probably take a look at some of the free open source BIOS replacements like: https://www.coreboot.org/

I’d look for the sections of code that initialize the video bios and copy the video rom to system ram.

Reply 2 of 3, by Grzyb

User metadata
Rank l33t
Rank
l33t

See the SVGAlib source.

Kiełbasa smakuje najlepiej, gdy przysmażysz ją laserem!

Reply 3 of 3, by PlaneVuki

User metadata
Rank Member
Rank
Member

Thanks to you both!