Subversion Repositories Kolibri OS

Rev

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

Rev 834 Rev 941
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: 834 $
8
$Revision: 941 $
9
 
9
 
10
struc VBE_VGAInfo {
10
struc VBE_VGAInfo {
11
  .VESASignature          dd ?    ; char
11
  .VESASignature          dd ?    ; char
Line 644... Line 644...
644
        xor     ax,ax
644
        xor     ax,ax
645
        mov     ah, 1*16+15
645
        mov     ah, 1*16+15
646
        mov     cx,70
646
        mov     cx,70
647
        mov     bp,12
647
        mov     bp,12
648
.loop_start:
648
.loop_start:
649
        rep     stosw
649
        rep     stosw            ;®ç¨á⪠ ®¡« á⨠íªà ­  
650
        mov     cx,70
650
        mov     cx,70
651
        add     di,20
651
        add     di,20
652
        dec     bp               ; 㬥­ìè¨âì DX,
652
        dec     bp               ;㬥­ì襭¨¥ bp, ¢ bp áç¥â稪
653
        jns        .loop_start       
653
        jns        .loop_start       
654
        pop     es
654
        pop     es
655
        popa
655
        popa
656
        ret
656
        ret