Subversion Repositories Kolibri OS

Rev

Rev 3320 | Rev 5356 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3320 Rev 3751
Line 80... Line 80...
80
        xor     ecx, ecx
80
        xor     ecx, ecx
81
        mov     eax, IOAPIC_REDTBL
81
        mov     eax, IOAPIC_REDTBL
82
@@:
82
@@:
83
        mov     ebx, eax
83
        mov     ebx, eax
84
        call    IOAPIC_read
84
        call    IOAPIC_read
85
        mov     ah, 0x09; Delivery Mode: Lowest Priority, Destination Mode: Logical
85
        mov     ah, 0x08; Delivery Mode: Fixed, Destination Mode: Logical
86
        mov     al, cl
86
        mov     al, cl
87
        add     al, 0x20; vector
87
        add     al, 0x20; vector
88
        or      eax, 0x10000; Mask Interrupt
88
        or      eax, 0x10000; Mask Interrupt
89
        cmp     ecx, 16
89
        cmp     ecx, 16
90
        jb      .set
90
        jb      .set