Manipulating VBE in V8086 mode - is it safe?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
dlarudgus20
Member
Member
Posts: 36
Joined: Sat Oct 26, 2013 4:14 am

Manipulating VBE in V8086 mode - is it safe?

Post by dlarudgus20 »

I've heard that manipulating VBE in V8086 mode is a good way to do. However, according to http://wiki.osdev.org/BIOS#BIOS_in_Protected_Mode, using BIOS in V8086 mode can be mess... Despite the comment under warning -
The only device that's mostly exempt from these problems is the Video BIOS, which is not generally bundled with your motherboard and therefore can't rely on BIOS services either. Most current OSes - commercial and hobbyist alike - use a v8086 monitor or emulator to support graphics devices without a native driver so many BIOSes have been tested against such a set-up.
- I'm still anxious because -
The only device that's mostly exempt from these problems is the Video BIOS, which is not generally bundled with your motherboard and therefore can't rely on BIOS services either. Most current OSes - commercial and hobbyist alike - use a v8086 monitor or emulator to support graphics devices without a native driver so many BIOSes have been tested against such a set-up.
Is it really okay in ALL case? Is it really guaranteed that it's okay?

If not, what is the second best plan I should do?
Nable
Member
Member
Posts: 453
Joined: Tue Nov 08, 2011 11:35 am

Re: Manipulating VBE in V8086 mode - is it safe?

Post by Nable »

Post Reply