]> wirehaze git hosting - BOS.git/blob - kernel/16bit/idt.asm

wirehaze git hosting

Some more source cleaning
[BOS.git] / kernel / 16bit / idt.asm
1 ;----------------------------------------------------------;
2 ; BOS kernel Christoffer Bubach, 2003-2005. ;
3 ;----------------------------------------------------------;
4 ; ;
5 ; pointer to IDT (Interrupt Description Table) ;
6 ; ;
7 ;----------------------------------------------------------;
8
9
10
11 ;-----------------;
12 ; IDT pointer ;
13 ;-----------------;
14 idtr:
15 .size dw 0x800
16 .address dd 0x6C00