Page 1 of 1
Virtual 8086 Help!!!!!!!!
Posted: Wed Dec 20, 2006 1:52 pm
by Jim
Posted: Wed Dec 20, 2006 2:17 pm
by Dex
Yes go to realmode change modes and return to pmode.
You see lots of crap about, this is not a good thing to do, all i can say is that bull ****. As long as you set thing up right its is not only easy, but also works well.
You are not doing anythink that is bad for your processor etc. it is a function of the processor to switch between real and pmode.
But its up to you to use the right way for your setup.
Posted: Wed Dec 20, 2006 8:14 pm
by bubach
This might help you:
http://osdev.berlios.de/v86.html
http://my.execpc.com/~geezer/osd/pmode/index.htm
Actually, all I did was to google for you. You should try it.
Posted: Fri Dec 22, 2006 3:10 am
by digo_rp
in case you need I can send to your email my source, It has vm86 with sh
taskswtiching
just email me
[email protected]
Posted: Fri Dec 22, 2006 11:26 am
by Ready4Dis
I concur, if you are only implementing it to support changing video resolutions, don't bother, just drop back to real mode, set resolution, and back to pmode. This is how my video 'driver' works and it works fine, i don't change resolutions very often, so it's not speed critical, nor does it have to be multitasking friendly since it's so fast an operation and done so infrequently. I have no other use for v86 mode, so I see no reason to do a full implementation for a driver that will only run as default if no other video driver is found.