Subversion Repositories Kolibri OS

Rev

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

Rev 960 Rev 980
Line 9... Line 9...
9
;;  Distributed under GPL. See file COPYING for details.        ;;
9
;;  Distributed under GPL. See file COPYING for details.        ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 960 $
14
$Revision: 980 $
15
 
15
 
16
 
16
 
Line 225... Line 225...
225
p_irq6:
225
p_irq6:
226
     save_ring3_context
226
        save_ring3_context
227
     mov   ax, app_data  ;os_data
227
        mov     ax, app_data  ;os_data
228
     mov   ds, ax
228
        mov     ds, ax
229
     mov   es, ax
229
        mov     es, ax
-
 
230
        mov     edi, 14
-
 
231
        cmp     [v86_irqhooks+edi*8], 0
-
 
232
        jnz     v86_irq2
230
     call  fdc_irq
233
        call    fdc_irq
231
     call  ready_for_next_irq
234
        call    ready_for_next_irq
232
     restore_ring3_context
235
        restore_ring3_context
233
     iret
236
        iret