Subversion Repositories Kolibri OS

Rev

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

Rev 3588 Rev 3591
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: 3588 $
8
$Revision: 3591 $
9
 
9
 
10
struc VBE_VGAInfo {
10
struc VBE_VGAInfo {
11
  .VESASignature          dd ?    ; char
11
  .VESASignature          dd ?    ; char
Line 215... Line 215...
215
        test    [es:mi.ModeAttributes], 00010000b  ;picture ?
215
        test    [es:mi.ModeAttributes], 00010000b  ;picture ?
216
        jz      @f
216
        jz      @f
217
        test    [es:mi.ModeAttributes], 10000000b  ;LFB ?
217
        test    [es:mi.ModeAttributes], 10000000b  ;LFB ?
218
        jz      @f
218
        jz      @f
Line 219... Line 219...
219
 
219
 
220
        cmp     [es:mi.BitsPerPixel], 32   ;It show only videomodes to have support 24 and 32 bpp
220
        cmp     [es:mi.BitsPerPixel], 24   ;It show only videomodes to have support 24 and 32 bpp
Line 221... Line 221...
221
        jb      @f
221
        jb      @f
222
 
222
 
223
;        cmp     [es:mi.BitsPerPixel],16
223
;        cmp     [es:mi.BitsPerPixel],16