thanks cod for sharing info,but it will be better if you have some idea about 
making interrupts.If so, please tell me i want to make interrupts.I will be 
thankfull to you.
   
cod <[EMAIL PROTECTED]> wrote:
          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


                         

       
---------------------------------
Tonight's top picks. What will you watch tonight? Preview the hottest shows on 
Yahoo! TV.    

[Non-text portions of this message have been removed]

Reply via email to