Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2117 → Rev 2118

/kernel/trunk/core/v86.inc
839,6 → 839,7
; mov byte [BOOT_VAR + 48Eh], 0FFh
; ret
 
align 4
v86_irq:
; push irq/pushad/jmp v86_irq
; eax = irq
898,12 → 899,8
pop ecx
.cont:
loop .scan
mov al, 20h
out 20h, al
cmp edi, 8
jb @f
out 0A0h, al
@@:
mov ecx, edi
call irq_eoi
popad
iretd
.found: