Subversion Repositories Kolibri OS

Rev

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

Rev 7510 Rev 8284
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2018. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2018. 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: 7510 $
8
$Revision: 8284 $
9
 
9
 
10
 
10
 
Line 1163... Line 1163...
1163
 
1163
 
1164
        lea     ecx, [edi+display_t.cr_list.next]
1164
        lea     ecx, [edi+display_t.cr_list.next]
1165
        mov     [edi+display_t.cr_list.next], ecx
1165
        mov     [edi+display_t.cr_list.next], ecx
Line -... Line 1166...
-
 
1166
        mov     [edi+display_t.cr_list.prev], ecx
1166
        mov     [edi+display_t.cr_list.prev], ecx
1167
 
1167
 
1168
if ~defined UEFI
Line 1168... Line 1169...
1168
        cmp     [SCR_MODE], word 0x13
1169
        cmp     [SCR_MODE], word 0x13
1169
        jbe     .fail
1170
        jbe     .fail
1170
 
1171
 
1171
        test    word [SCR_MODE], 0x4000
1172
        test    word [SCR_MODE], 0x4000
1172
        jz      .fail
1173
        jz      .fail
1173
 
1174
end if
1174
        mov     ebx, restore_32
1175
        mov     ebx, restore_32
1175
        mov     ecx, move_cursor_32
1176
        mov     ecx, move_cursor_32