[Code Request] Switching to and from realmode
Posted: Thu Oct 02, 2008 4:05 am
Hi all!
Well I have searched many of tutorials and codes, But wasn't able to find anything good.
I need to switch to real mode and back to pmode w/o loosing any data from anywhere. and in the minimum time... what should I use... vmode?
psuedo code:
1) request for swicth vesa mode
2) switch to rmode and fire int 10h with required function
3) switch back to pmode and continue working
Well I need source code, I know many of you will say that you should do it yourself... well I just need an idea to get started...
Well I have searched many of tutorials and codes, But wasn't able to find anything good.
I need to switch to real mode and back to pmode w/o loosing any data from anywhere. and in the minimum time... what should I use... vmode?
psuedo code:
1) request for swicth vesa mode
2) switch to rmode and fire int 10h with required function
3) switch back to pmode and continue working
Well I need source code, I know many of you will say that you should do it yourself... well I just need an idea to get started...