Subversion Repositories Kolibri OS

Rev

Rev 9941 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9941 Rev 9958
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2023. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2023. 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: 9941 $
8
$Revision: 9958 $
9
 
9
 
10
 
10
 
Line 1387... Line 1387...
1387
 
1387
 
1388
        lea     ecx, [edi + display_t.cr_list.next]
1388
        lea     ecx, [edi + display_t.cr_list.next]
1389
        mov     [edi + display_t.cr_list.next], ecx
1389
        mov     [edi + display_t.cr_list.next], ecx
Line 1390... Line -...
1390
        mov     [edi + display_t.cr_list.prev], ecx
-
 
1391
 
1390
        mov     [edi + display_t.cr_list.prev], ecx
1392
if ~defined UEFI
1391
 
1393
        cmp     [SCR_MODE], word 0x12
1392
        cmp     [SCR_MODE], word 0x12
1394
        jne     .not_vga
1393
        jne     .not_vga
1395
        ; TODO
1394
        ; TODO
Line 1407... Line 1406...
1407
        mov     edx, Vesa20_putpixel32_new
1406
        mov     edx, Vesa20_putpixel32_new
1408
        mov     eax, [_display.bits_per_pixel]
1407
        mov     eax, [_display.bits_per_pixel]
1409
        jmp     .set
1408
        jmp     .set
Line 1410... Line 1409...
1410
 
1409
 
1411
.not_ega:
-
 
1412
end if
1410
.not_ega:
1413
        mov     ebx, restore_32
1411
        mov     ebx, restore_32
1414
        mov     ecx, move_cursor_32
1412
        mov     ecx, move_cursor_32
1415
        mov     edx, Vesa20_putpixel32_new
1413
        mov     edx, Vesa20_putpixel32_new