On 04/10/2007, Muhammad Yasir <[EMAIL PROTECTED]> wrote:
> Hi to all,
>         I am making an Dos like OS i have made a boot loader but now i need 
> interrupts to execute my executalbe file or to do other work.I want to make 
> my Own interrupts and want to load it in IVT,is there any body wo can help me 
> making my own interrupts please do tell me.

the IVT is located at address 0000:0000 in real mode .. if you want to
put an interrupt handler in the IVT, you must write the address of
your handler in the IVT ..

Each entry in the IVT is a DWORD, composed by SEGMENT:OFFSET in little
endian .. the first WORD is the offset and latest word the segment ...

I think that it's an OT question .. You can post on newsgroups ...

cod

Reply via email to