Subversion Repositories Kolibri OS

Rev

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

Rev 472 Rev 521
Line 1... Line 1...
1
$Revision: 472 $
1
$Revision: 521 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
Line 26... Line 26...
26
 
26
 
27
        mov     esi, vmode
27
        mov     esi, vmode
28
        xor     ebx, ebx
28
        xor     ebx, ebx
29
        mov     ecx, 0x8000            ; size of memory area for driver
29
        mov     ecx, 0x8000            ; size of memory area for driver
-
 
30
        mov     edx, VMODE_BASE        ; Memory position of driver
30
        mov     edx, VMODE_BASE        ; Memory position of driver
31
        xor     ebp, ebp