Subversion Repositories Kolibri OS

Rev

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

Rev 7276 Rev 7522
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. 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: 7276 $
8
$Revision: 7522 $
Line 9... Line 9...
9
 
9
 
Line 339... Line 339...
339
fpu_data:
339
fpu_data:
340
        rb  0xa80       ; bochs avx512
340
        rb  0xa80       ; bochs avx512
341
fpu_data_size = $ - fpu_data
341
fpu_data_size = $ - fpu_data
342
draw_data:
342
draw_data:
343
        rb  32*256
343
        rb  32*256
344
BPSLine_calc_area   rd  1440
344
BPSLine_calc_area   rd  MAX_SCREEN_HEIGHT
345
d_width_calc_area   rd  1140
345
d_width_calc_area   rd  MAX_SCREEN_HEIGHT
346
mouseunder          rd  16*24
346
mouseunder          rd  16*24
Line 347... Line 347...
347
 
347
 
348
mem_block_list      rd  64*2
348
mem_block_list      rd  64*2
349
mem_used_list       rd  64*2
349
mem_used_list       rd  64*2