oes the BIOS put the interrupt vectors in the IVT at the beginning of RAM? So, when an interrupt occurs, the CPU looks up the IVT table to find the code that handles this interrupt, like int 0x10?
And is this IVT table specifically made by the BIOS for use in real mode is what i said is right?"
Does the BIOS set up the IVT at the start of RAM for handling real mode interrupts?
-
- Member
- Posts: 5873
- Joined: Mon Mar 25, 2013 7:01 pm