Subversion Repositories Kolibri OS

Rev

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

Rev 3796 Rev 3797
Line 9... Line 9...
9
;;  KolibriOS 16-bit loader,                                    ;;
9
;;  KolibriOS 16-bit loader,                                    ;;
10
;;                        based on bootcode for MenuetOS        ;;
10
;;                        based on bootcode for MenuetOS        ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 3796 $
14
$Revision: 3797 $
15
 
15
 
16
 
16
 
Line 791... Line 791...
791
        mov     [.bSettingsChanged], 1
791
        mov     [.bSettingsChanged], 1
792
end if
792
end if
793
        call    clear_vmodes_table             ;clear vmodes_table
793
        call    clear_vmodes_table             ;clear vmodes_table
794
        jmp     .printcfg
794
        jmp     .printcfg
795
.change_a:
795
.change_a:
-
 
796
        call    clear_vmodes_table             ;clear vmodes_table
796
.loops:
797
.loops:
797
        call    draw_vmodes_table
798
        call    draw_vmodes_table
798
        _setcursor 25,0         ; out of screen
799
        _setcursor 25,0         ; out of screen
799
        xor     ax, ax
800
        xor     ax, ax
800
        int     0x16
801
        int     0x16