Subversion Repositories Kolibri OS

Rev

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

Rev 2100 Rev 2101
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 2100 $
8
$Revision: 2101 $
9
 
9
 
Line 163... Line 163...
163
 
163
 
164
	   cmp   al, 14
164
	   cmp   al, 14
165
	   jnz   @f
165
	   jnz   @f
166
	   push  eax
166
	   push  eax
-
 
167
	   call  [irq14_func]
167
	   call  [irq14_func]
168
	   mov	[check_idle_semaphore],5
168
	   pop   eax
169
	   pop   eax
169
@@:
170
@@:
170
	   cmp   al, 15
171
	   cmp   al, 15
171
	   jnz   @f
172
	   jnz   @f
172
	   push  eax
173
	   push  eax
-
 
174
	   call  [irq15_func]
173
	   call  [irq15_func]
175
	   mov	[check_idle_semaphore],5
174
	   pop   eax
176
	   pop   eax
Line 175... Line 177...
175
@@:
177
@@:
176
 
178