Subversion Repositories Kolibri OS

Rev

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

Rev 8874 Rev 9036
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2021. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2021. 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: 8874 $
8
$Revision: 9036 $
9
 
9
 
10
 
10
 
Line 15... Line 15...
15
cpl3    =  11111010b      ; code read dpl3
15
cpl3    =  11111010b      ; code read dpl3
Line 16... Line 16...
16
 
16
 
17
D32     =  01000000b      ; 32bit segment
17
D32     =  01000000b      ; 32bit segment
Line -... Line 18...
-
 
18
G32     =  10000000b      ; page gran
-
 
19
 
-
 
20
;;;;;;;;;;; task manager errors ;;;;;;;;;;
-
 
21
 
-
 
22
ERROR_OUT_OF_MEMORY      = 30 ; 0x1E
Line 18... Line 23...
18
G32     =  10000000b      ; page gran
23
ERROR_NOT_A_EXECUTABLE   = 31 ; 0x1F
Line 19... Line 24...
19
 
24
ERROR_TOO_MANY_PROCESSES = 32 ; 0x20
20
 
25