Subversion Repositories Kolibri OS

Rev

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

Rev 2480 Rev 2485
Line 66... Line 66...
66
;         34   dword  counter sum
66
;         34   dword  counter sum
67
;         38   dword  time stamp counter add
67
;         38   dword  time stamp counter add
68
;         3c   dword  cpu usage in cpu timer tics
68
;         3c   dword  cpu usage in cpu timer tics
69
;
69
;
70
;
70
;
71
;   5000  ->   68FF   display width fast calc area (6k6)
71
;   5000  ->   68FF   free (6k6)
72
;   6900  ->   6EFF   saved picture under mouse pointer (1k5)
72
;   6900  ->   6EFF   saved picture under mouse pointer (1k5)
73
;
73
;
74
;   6F00  ->   6FFF   free (256)
74
;   6F00  ->   6FFF   free (256)
75
;
75
;
76
;   7000  ->   7FFF   used CD driver
76
;   7000  ->   7FFF   used CD driver
Line 219... Line 219...
219
;       +0006 word   x size
219
;       +0006 word   x size
220
;       +0008 word   y start
220
;       +0008 word   y start
221
;       +000A word   y size
221
;       +000A word   y size
222
;       +000C word   button id number : bits 16-31
222
;       +000C word   button id number : bits 16-31
223
;
223
;
224
; 0x802C4000 -> 2CFFFF   free (48k)
224
; 0x802C4000 -> 2C9FFF   area for fast getting offset to LFB (24k)
-
 
225
;                        BPSLine_calc_area
-
 
226
; 0x802CA000 -> 2CFFFF   area for fast getting offset to _WinMapAddress (24k)
-
 
227
;                        d_width_calc_area
225
;
228
;
226
; 0x802D0000 -> 2DFFFF   reserved port area (64k)
229
; 0x802D0000 -> 2DFFFF   reserved port area (64k)
227
;
230
;
228
;       0000 dword   no of port areas reserved
231
;       0000 dword   no of port areas reserved
229
;       0010 dword   process id
232
;       0010 dword   process id
230
;            dword   start port
233
;            dword   start port
231
;            dword   end port
234
;            dword   end port
232
;            dword   0
235
;            dword   0
233
;
236
;
234
; 0x802E0000 -> 2EFFFF   irq data area  (64k)
237
; 0x802E0000 -> 2EFFFF   irq data area  (64k)  ;BOOT_VAR
235
; 0x802F0000 -> 2FFFFF   low memory save        (64k)
-
 
236
;
238
;
237
; 0x80300000 -> 31FFFF   tcp memory       (128k)
239
; 0x802F0000 -> 2F3FFF   tcp memory  stack_data_start eth_data_start (16k)
238
; 0x80320000 -> 327FFF   tcp memory       (32k)
-
 
239
;
240
;
-
 
241
; 0x802F4000 -> 30ffff   stack_data | stack_data_end (112k)
-
 
242
;
240
; 0x80328000 -> 32FFFF   !vrr driver      (32k)
243
; 0x80310000 -> 317fff   resendQ (32k)
241
 
244
;
242
; 0x80330000 -> 377FFF   skin data              (32k)
245
; 0x80318000 -> 31ffff   skin_data (32k)
243
 
246
;
244
; 0x80338000 -> 338FFF draw data     - 256 entries (4k)
247
; 0x80320000 -> 323FF3   draw data     - 256 entries (4k)
245
;         00   dword  draw limit - x start
248
;         00   dword  draw limit - x start
246
;         04   dword  draw limit - y start
249
;         04   dword  draw limit - y start
247
;         08   dword  draw limit - x end
250
;         08   dword  draw limit - x end
248
;         0C   dword  draw limit - y end
251
;         0C   dword  draw limit - y end
-
 
252
;
249
; 0x80339000 -> 33A7FF   area for fast getting offset to LFB (6k)
253
; 0x8032BFF4 -> 32BFFF   background info 
250
; 0x8033A800 -> 3BFFF3   free (6k)
254
;         0x80323FF4    BgrDrawMode
251
; 0x8033BFF4 -> 33BFFF   background info 
255
;         0x80323FF8    BgrDataWidth
-
 
256
;         0x80323FFC    BgrDataHeight
-
 
257
;
252
; 0x8033C000             page map     (length b = memsize shr 15)
258
; 0x80324000             page map     (length b = memsize shr 15)
253
; 0x8033C000 + b         start of static pagetables
259
; 0x80324000 + b         start of static pagetables
Line 254... Line 260...
254
 
260
 
255
; 0x803FFFFF <- no direct address translation beyond this point
261
; 0x803FFFFF <- no direct address translation beyond this point
Line 256... Line 262...
256
; ============================================================= 
262
; =============================================================