Subversion Repositories Kolibri OS

Rev

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

Rev 8085 Rev 9715
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2020. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2022. 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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
;
7
;
8
;   MEMORY MAP
8
;   MEMORY MAP
Line 50... Line 50...
50
;         0010 dword  color of work area
50
;         0010 dword  color of work area
51
;         0014 dword  color of grab bar
51
;         0014 dword  color of grab bar
52
;         0018 dword  color of frames
52
;         0018 dword  color of frames
53
;         001C dword  window flags, +30 = window drawn, +31 redraw flag
53
;         001C dword  window flags, +30 = window drawn, +31 redraw flag
54
;
54
;
55
;   3000  ->   4FFF   task list      - 256 entries
-
 
56
;
-
 
57
;         00   dword  process count
-
 
58
;         04   dword  no of processes
55
;   3000  ->   4FFF   free
59
;         10   dword  base of running process at 0x3000+
-
 
60
;
-
 
61
;         20   dword  application event mask
-
 
62
;         24   dword  PID - process identification number
-
 
63
;         2a   byte   slot state: 0=running, 1,2=suspended
-
 
64
;                        3=zombie, 4=terminate,
-
 
65
;                        5=waiting for event, 9 = not used
-
 
66
;         2e   byte   window number on screen
-
 
67
;         30   dword  exact position in memory
-
 
68
;         34   dword  counter sum
-
 
69
;         38   dword  time stamp counter add
-
 
70
;         3c   dword  cpu usage in cpu timer tics
-
 
71
;
-
 
72
;
56
;
73
;   5000  ->   68FF   free (6k6)
57
;   5000  ->   68FF   free (6k6)
74
;   6900  ->   6EFF   saved picture under mouse pointer (1k5)
58
;   6900  ->   6EFF   saved picture under mouse pointer (1k5)
75
;
59
;
76
;   6F00  ->   6FFF   free (256)
60
;   6F00  ->   6FFF   free (256)