Subversion Repositories Kolibri OS

Rev

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

Rev 3606 Rev 3627
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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: 3606 $
8
$Revision: 3627 $
Line 9... Line 9...
9
 
9
 
Line 321... Line 321...
321
        dw D32
321
        dw D32
Line 322... Line 322...
322
 
322
 
323
endofcode:
323
endofcode:
Line -... Line 324...
-
 
324
gdte:
-
 
325
 
324
gdte:
326
diff16 "end of .data segment",0,$
325
 
327
 
326
align 16
328
align 16
327
cur_saved_data:
329
cur_saved_data:
328
                  rb 4096
330
                  rb 4096
Line 362... Line 364...
362
_display          display_t
364
_display          display_t
Line 363... Line 365...
363
 
365
 
364
_WinMapAddress    rd 1
366
_WinMapAddress    rd 1
Line -... Line 367...
-
 
367
_WinMapSize       rd 1
365
_WinMapSize       rd 1
368
 
366
 
369
LFBAddress        rd 1
Line 367... Line 370...
367
Screen_Max_X      rd 1
370
Screen_Max_X      rd 1
Line -... Line 371...
-
 
371
Screen_Max_Y      rd 1
-
 
372
 
-
 
373
SCR_MODE          rw 2
-
 
374
 
-
 
375
PUTPIXEL          rd 1
-
 
376
GETPIXEL          rd 1
-
 
377
 
-
 
378
if VESA_1_2_VIDEO
-
 
379
BANK_SWITCH       rd 1  reserved for vesa 1.2
-
 
380
BANK_RW           rd 1
-
 
381
end if
-
 
382
 
-
 
383
REDRAW_BACKGROUND rb 4
-
 
384
 
-
 
385
mouseunder        rd 16*24
-
 
386
 
-
 
387
MOUSE_PICTURE     rd 1
-
 
388
 
-
 
389
MOUSE_SCROLL_H    rw 1
-
 
390
MOUSE_X:          rw 1
-
 
391
MOUSE_Y:          rw 1
-
 
392
MOUSE_SCROLL_V    rw 1
-
 
393
 
-
 
394
X_UNDER           rw 1
-
 
395
Y_UNDER           rw 1
-
 
396
COLOR_TEMP        rd 1
368
Screen_Max_Y      rd 1
397
MOUSE_COLOR_MEM   rd 1
369
 
398
 
370
SCR_MODE          rw 2
399
BTN_DOWN:         rb 4
371
 
400
 
372
def_cursor        rd 1
401
def_cursor        rd 1
Line 511... Line 540...
511
 
540
 
512
NumBiosDisks    rd 1
541
NumBiosDisks    rd 1
513
BiosDisksData   rb 200h
542
BiosDisksData   rb 200h
514
BiosDiskCaches  rb 80h*(cache_ide1-cache_ide0)
543
BiosDiskCaches  rb 80h*(cache_ide1-cache_ide0)
-
 
544
BiosDiskPartitions rd 80h
-
 
545
align 16
Line 515... Line 546...
515
BiosDiskPartitions rd 80h
546
DRIVE_DATA:     rb DRIVE_DATA_SIZE