Subversion Repositories Kolibri OS

Rev

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

Rev 33 Rev 66
Line 40... Line 40...
40
;         04   dword  no of processes
40
;         04   dword  no of processes
41
;         10   dword  base of running process at 0x3000+
41
;         10   dword  base of running process at 0x3000+
42
;
42
;
43
;         20   dword  application event mask
43
;         20   dword  application event mask
44
;         24   dword  PID - process identification number
44
;         24   dword  PID - process identification number
45
;         2a   word   0, state 3=zombie, 4=terminate
45
;         2a   word   0, state 1,2=suspended 3=zombie, 4=terminate
46
;         2e   byte   window number on screen
46
;         2e   byte   window number on screen
47
;         30   dword  exact position in memory
47
;         30   dword  exact position in memory
48
;         34   dword  counter sum
48
;         34   dword  counter sum
49
;         38   dword  time stamp counter add
49
;         38   dword  time stamp counter add
50
;         3c   dword  cpu usage in cpu timer tics
50
;         3c   dword  cpu usage in cpu timer tics
Line 141... Line 141...
141
;           98 dword  window X size save
141
;           98 dword  window X size save
142
;           9C dword  window Y size save
142
;           9C dword  window Y size save
143
;           A0 dword  IPC memory start
143
;           A0 dword  IPC memory start
144
;           A4 dword  IPC memory size
144
;           A4 dword  IPC memory size
145
;           A8 dword  event bits: mouse, stack,..
145
;           A8 dword  event bits: mouse, stack,..
146
;
-
 
-
 
146
;           AC dword  0 or debugger slot
147
;           B0 dword  int40 handler in use ; 0 if not in use
147
;           B0 dword  int40 handler in use ; 0 if not in use
148
;           B4  byte  keyboard mode: 0 = keymap, 1 = scancodes
148
;           B4  byte  keyboard mode: 0 = keymap, 1 = scancodes
149
;           B8 dword  physical address of directory table
149
;           B8 dword  physical address of directory table
-
 
150
;           BC dword  address of debug event memory
-
 
151
;           C0  5 dd  thread debug registers: DR0,DR1,DR2,DR3,DR7
150
;
152
;
151
;  90000  ->  9FFFF   tmp
153
;  90000  ->  9FFFF   tmp
152
;  A0000  ->  AFFFF   screen access area
154
;  A0000  ->  AFFFF   screen access area
153
;  B0000  ->  FFFFF   bios rest in peace -area
155
;  B0000  ->  FFFFF   bios rest in peace -area
154
; 100000  -> 27FFFF   diskette image
156
; 100000  -> 27FFFF   diskette image