Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 13 → Rev 14

/kernel/trunk/kernel.asm
3277,11 → 3277,7
 
cmp ecx,[0x3004]
jle newdw2
; jg newdw3
; jmp newdw2
 
; newdw3:
 
pop eax
popad
 
3455,12 → 3451,7
 
cmp bl,3 ; full packet of three bytes ?
jnz decm
; jz ps2mouse
; jmp decm
 
 
; ps2mouse:
 
mov [0xfb00],byte 0 ; zero mouse block count
 
; buttons
5372,18 → 5363,11
mov [esp+36],eax
ret
 
align 4
;align 4
 
syscall_appints: ; AppInts
 
test eax,eax
jnz unknown_app_int_fn
mov edi,[0x3010]
mov [edi+draw_data-0x3000+0x1c],ebx
; mov [esp+36],dword -1
ret
unknown_app_int_fn:
mov [esp+36],dword -1
ret
 
align 4