Subversion Repositories Kolibri OS

Rev

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

Rev 5363 Rev 7122
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: 5363 $
8
$Revision: 7122 $
9
 
9
 
10
struc VBE_VGAInfo {
10
struc VBE_VGAInfo {
11
  .VESASignature          dd ?    ; char
11
  .VESASignature          dd ?    ; char
Line 787... Line 787...
787
;        add     eax, ebx
787
;        add     eax, ebx
788
;        movzx   ebx, word[es:di]
788
;        movzx   ebx, word[es:di]
789
;        add     eax, ebx
789
;        add     eax, ebx
790
;        push    0x0000
790
;        push    0x0000
791
;        pop     es
791
;        pop     es
792
;        mov     [es:0x9014], eax
792
;        mov     [es:BOOT_BANK_SW], eax
793
  .exit:
793
  .exit:
794
        ret
794
        ret
Line 795... Line 795...
795
 
795
 
796
;=============================================================================
796
;=============================================================================