Subversion Repositories Kolibri OS

Rev

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

Rev 928 Rev 996
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 928 $
8
$Revision: 996 $
Line 9... Line 9...
9
 
9
 
Line 280... Line 280...
280
 
280
 
Line 281... Line 281...
281
section '.bss' data writeable align 4096
281
section '.bss' data writeable align 4096
Line -... Line 282...
-
 
282
 
-
 
283
align 4096
-
 
284
 
-
 
285
SLOT_BASE:
-
 
286
                rb 64*1024
-
 
287
DRIVE_DATA:
-
 
288
                rb 64*1024
-
 
289
RESERVED_PORTS:
-
 
290
                rb 64*1024
-
 
291
FLOPPY_BUFF:
-
 
292
                rb 16*1024
-
 
293
 
-
 
294
BUTTON_INFO:
-
 
295
                rb 16*1024
-
 
296
BgrAuxTable:
-
 
297
                rb 32*1024
-
 
298
skin_data:
-
 
299
                rb 32*1024
-
 
300
 
-
 
301
IDE_DMA:        rb 32*1024
-
 
302
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
303
window_data:
-
 
304
                rb 8192
-
 
305
 
-
 
306
CURRENT_TASK:
-
 
307
_current_task:
-
 
308
                rb 8192
-
 
309
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
310
draw_data:
-
 
311
                rb 4096
-
 
312
CDDataBuf:
-
 
313
                rb 4096
282
 
314
 
Line -... Line 315...
-
 
315
cur_saved_data  rb 4096
283
align 4096
316
 
Line -... Line 317...
-
 
317
_sys_pdbr       rd 1024
-
 
318
 
-
 
319
 
284
 
320
fpu_data:
Line 285... Line 321...
285
_sys_pdbr       rd 1024
321
                rb 512
Line 286... Line 322...
286
 
322
 
287
 
323
WIN_STACK:
Line 316... Line 352...
316
irq_tab 	  rd 16
352
irq_tab 	  rd 16
Line 317... Line 353...
317
 
353
 
318
FONT_I        rb 2304    ;16*144
354
FONT_I        rb 2304    ;16*144
Line -... Line 355...
-
 
355
FONT_II       rb 2560    ;16*160
-
 
356
 
-
 
357
RAMDISK_FAT:  rb 2856*2 +16 ;16*357
319
FONT_II       rb 2560    ;16*160
358
FLOPPY_FAT:   rb 2856*2 +16
Line 320... Line 359...
320
 
359
 
Line 321... Line 360...
321
_z_core           rd 52
360
_z_core           rd 52
Line 355... Line 394...
355
sys_page_map      rd 1
394
sys_page_map      rd 1
Line 356... Line 395...
356
 
395
 
357
srv.fd            rd 1
396
srv.fd            rd 1
Line 358... Line -...
358
srv.bk            rd 1
-
 
359
 
-
 
360
scr_width         rd 1
-
 
361
scr_height        rd 1
397
srv.bk            rd 1
362
 
398
 
Line 363... Line 399...
363
_HwCursorCreate:
399
_HwCursorCreate:
364
create_cursor	  rd 1
400
create_cursor	  rd 1
Line 373... Line 409...
373
hw_restore        rd 1
409
hw_restore        rd 1
Line 374... Line 410...
374
 
410
 
375
def_cursor        rd 1
411
def_cursor        rd 1
376
current_cursor	  rd 1
412
current_cursor	  rd 1
377
hw_cursor         rd 1
-
 
378
cur_def_interl	  rd 1
413
hw_cursor         rd 1
-
 
414
cur_saved_base	  rd 1
-
 
415
 
-
 
416
cur.lock          rd 1   ;1 - lock update, 2- hide
-
 
417
cur.left          rd 1   ;cursor clip box
379
cur_saved_base	  rd 1
418
cur.top           rd 1
-
 
419
cur.right         rd 1
380
cur_saved_interl  rd 1
420
cur.bottom        rd 1
381
cur_saved_w       rd 1
421
cur.w             rd 1
Line 382... Line 422...
382
cur_saved_h       rd 1
422
cur.h             rd 1
383
 
423
 
384
ipc_tmp           rd 1
424
ipc_tmp           rd 1
Line 415... Line 455...
415
BytesPerScanLine  rd 1
455
BytesPerScanLine  rd 1
Line 416... Line 456...
416
 
456
 
417
put_pixel         rd 1
457
put_pixel         rd 1
Line -... Line 458...
-
 
458
get_pixel         rd 1
-
 
459
 
-
 
460
_screen_width     rd 1
418
get_pixel         rd 1
461
_screen_height    rd 1
419
 
462
 
Line 420... Line 463...
420
Screen_Max_X      rd 1
463
Screen_Max_X      rd 1
Line 421... Line 464...
421
Screen_Max_Y      rd 1
464
Screen_Max_Y      rd 1
422
 
465
 
423
btn_addr          rd 1
466
btn_addr          rd 1
-
 
467
 
Line 424... Line 468...
424
 
468
redraw_background rd 1
425
redraw_background rd 1
469
BgrDrawMode       rd 1
426
mouse_background  rd 1
470
BgrDataWidth      rd 1
427
dont_draw_mouse   rd 1
471
BgrDataHeight     rd 1
Line 437... Line 481...
437
BTN_BUFF          rd 1
481
BTN_BUFF          rd 1
Line 438... Line 482...
438
 
482
 
439
KEY_COUNT         rd 1
483
KEY_COUNT         rd 1
Line 440... Line -...
440
KEY_BUFF          rb 128
-
 
441
 
-
 
442
 
-
 
443
mouse_color_mem   rd 1
484
KEY_BUFF          rb 128
444
color_temp        rd 1
485
 
445
btn_down          rd 1
486
btn_down          rd 1
Line 446... Line 487...
446
x_under           rd 1
487
x_under           rd 1