Subversion Repositories Kolibri OS

Rev

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

Rev 7124 Rev 7136
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2016. 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: 7124 $
8
$Revision: 7136 $
Line 9... Line 9...
9
 
9
 
10
 
10
 
11
GREEDY_KERNEL  equ 0
11
GREEDY_KERNEL  = 0
12
 
12
 
Line 887... Line 887...
887
        call    change_task
887
        call    change_task
888
.exit:
888
.exit:
889
        popad
889
        popad
890
        iretd
890
        iretd
Line 891... Line 891...
891
 
891
 
892
EFL_IF      equ 0x0200
892
EFL_IF      = 0x0200
893
EFL_IOPL1   equ 0x1000
893
EFL_IOPL1   = 0x1000
894
EFL_IOPL2   equ 0x2000
894
EFL_IOPL2   = 0x2000
Line 895... Line 895...
895
EFL_IOPL3   equ 0x3000
895
EFL_IOPL3   = 0x3000
896
 
896
 
Line 897... Line 897...
897
align 4
897
align 4