Subversion Repositories Kolibri OS

Rev

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

Rev 802 Rev 907
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 802 $
8
$Revision: 907 $
9
 
9
 
10
 
10
 
Line 18... Line 18...
18
        pushad
18
	pushad
19
        mov   ax, app_data  ;
19
	mov   ax, app_data  ;
20
        mov   ds, ax
20
	mov   ds, ax
21
        mov   es, ax
21
	mov   es, ax
Line -... Line 22...
-
 
22
 
-
 
23
;       cmp     dword[CURRENT_TASK], 1
-
 
24
;       jnz     @f
-
 
25
;       mov     eax, [esp + 32]
-
 
26
;       cmp     eax, idle_loop + 1
-
 
27
;       jz      @f
-
 
28
;       DEBUGF  1, "K : OOOPS! EAX = 0x%x\n", eax
-
 
29
;   @@:
22
 
30
 
Line 23... Line 31...
23
        inc   dword [timer_ticks]
31
	inc   dword [timer_ticks]
24
 
32