Hi all,
I want to know why don't we use the IVT segment:offset data in the table of extended bios interrupts to build interrupt descriptors that call the same routine in protected mode???
i.e calling bios functions by descriptors instead of vector table??
Is this possible??
Thanks for help in advance.
Configure the IVT to use in protected mode!!
- mahmoudaladawi
- Posts: 13
- Joined: Wed Jul 21, 2010 8:31 pm
- Location: Egypt.
- Contact:
Configure the IVT to use in protected mode!!
Mahmoud Eladawi
Re: Configure the IVT to use in protected mode!!
The intel manual says you need IDT, not IVT, for protected mode, therefore we don't use IVT.
Read chapter 6 of IA-3A.
But then, if you have your own drivers you probably enjoy to operate under protected mode than real/v86 mode.
Read chapter 6 of IA-3A.
You need to do it v86 mode or temporary switch back to real mode, as BIOS routine assumes real mode addressing.i.e calling bios functions by descriptors instead of vector table??
But then, if you have your own drivers you probably enjoy to operate under protected mode than real/v86 mode.
- mahmoudaladawi
- Posts: 13
- Joined: Wed Jul 21, 2010 8:31 pm
- Location: Egypt.
- Contact: