Subversion Repositories Kolibri OS

Rev

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

Rev 3591 Rev 3795
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: 3591 $
8
$Revision: 3795 $
9
 
9
 
10
struc VBE_VGAInfo {
10
struc VBE_VGAInfo {
11
  .VESASignature          dd ?    ; char
11
  .VESASignature          dd ?    ; char
Line 698... Line 698...
698
        push    0xb800
698
        push    0xb800
699
        pop     es
699
        pop     es
700
        mov     di, 1444
700
        mov     di, 1444
701
        xor     ax, ax
701
        xor     ax, ax
702
        mov     ah, 1*16+15
702
        mov     ah, 1*16+15
703
        mov     cx, 70
703
        mov     cx, 77
704
        mov     bp, 12
704
        mov     bp, 12
705
.loop_start:
705
.loop_start:
706
        rep stosw
706
        rep stosw
707
        mov     cx, 70
707
        mov     cx, 77
708
        add     di, 20
708
        add     di, 6
709
        dec     bp
709
        dec     bp
710
        jns     .loop_start
710
        jns     .loop_start
711
        pop     es
711
        pop     es
712
        popa
712
        popa
713
        ret
713
        ret