Hi friends,
I want to develop a video driver for protected mode.
My doubts are the following:
1. Can we use VGA functions in P-Mode?
2. What is the difference between VGA and VESA?
3. Is there any difference between a VESA and a video driver?
Thanks in advance for reply
VESA vs VGA
- gzaloprgm
- Member
- Posts: 141
- Joined: Sun Sep 23, 2007 4:53 pm
- Location: Buenos Aires, Argentina
- Contact:
Re: VESA vs VGA
Not directly. Indeed, you can reprogram video controller to enter some mode. Check "Video registers" in the wiki: http://wiki.osdev.org/VGA_HardwareCan we use VGA functions in P-Mode?
VESA is the company. VGA is the resolution.2. What is the difference between VGA and VESA?
With VBE (vesa bios extension) you can have higher resolutions (AFAIK up to 1440 x something) while vga is 640x480x16colors.
A vesa?!3. Is there any difference between a VESA and a video driver?
Cheers
Gonzalo
Visit https://gzalo.com : my web site with electronic circuits, articles, schematics, pcb, calculators, and other things related to electronics.