[KERNEL][TASKMAN] Use named constants instead of magic numbers
git-svn-id: svn://kolibrios.org@9036 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -17,6 +17,11 @@ cpl3 = 11111010b ; code read dpl3
|
||||
D32 = 01000000b ; 32bit segment
|
||||
G32 = 10000000b ; page gran
|
||||
|
||||
;;;;;;;;;;; task manager errors ;;;;;;;;;;
|
||||
|
||||
ERROR_OUT_OF_MEMORY = 30 ; 0x1E
|
||||
ERROR_NOT_A_EXECUTABLE = 31 ; 0x1F
|
||||
ERROR_TOO_MANY_PROCESSES = 32 ; 0x20
|
||||
|
||||
;;;;;;;;;;;;cpu_caps flags;;;;;;;;;;;;;;;;
|
||||
|
||||
|
Reference in New Issue
Block a user