Subversion Repositories Kolibri OS

Rev

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

Rev 387 Rev 388
Line 15... Line 15...
15
        mov    [com1_mouse_detected],1
15
        mov    [com1_mouse_detected],1
16
        pusha
16
        pusha
Line 17... Line 17...
17
 
17
 
18
        mov   eax,4
18
        mov   eax,4
19
        shl   eax,2
19
        shl   eax,2
Line 20... Line 20...
20
        mov   [irq_owner+eax],byte 1
20
        mov   [irq_owner+eax], 1
21
 
21
 
22
        inc   dword [RESERVED_PORTS]
22
        inc   dword [RESERVED_PORTS]
23
        mov   edi,[RESERVED_PORTS]
23
        mov   edi,[RESERVED_PORTS]
Line 37... Line 37...
37
        mov    [com2_mouse_detected],1
37
        mov    [com2_mouse_detected],1
38
        pusha
38
        pusha
Line 39... Line 39...
39
 
39
 
40
        mov   eax,3
40
        mov   eax,3
41
        shl   eax,2
41
        shl   eax,2
Line 42... Line 42...
42
        mov   [irq_owner+eax],byte 1
42
        mov   [irq_owner+eax], 1
43
 
43
 
44
        inc   dword [RESERVED_PORTS]
44
        inc   dword [RESERVED_PORTS]
45
        mov   edi,[RESERVED_PORTS]
45
        mov   edi,[RESERVED_PORTS]