Protected Mode Vs Real Mode
Posted: Sat Oct 02, 2010 11:13 am
It seems as if Real mode is no more obsolete to me. Last day, I wanted to include remote session in my kernel for which I needed to switch to Real mode(and not VM86 mode). For that, I needed to restore the Interrupt Vector Table as well as load real mode segments as it was in protected mode. This almost cracked my head.
I read many tutorials about switching to real mode from protected mode but none of them seems to work for me(or at most I am not getting them). Any try ends up losing the interrupt vector table (which is a must for the remote session). So I ended up with a conclusion.
Switching to real mode from protected mode is tougher than switching to protected mode from real mode. What do you guys think?
Any suggestion to switch back and forth??
I read many tutorials about switching to real mode from protected mode but none of them seems to work for me(or at most I am not getting them). Any try ends up losing the interrupt vector table (which is a must for the remote session). So I ended up with a conclusion.
Switching to real mode from protected mode is tougher than switching to protected mode from real mode. What do you guys think?
Any suggestion to switch back and forth??