Subversion Repositories Kolibri OS

Rev

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

Rev 795 Rev 816
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: 795 $
14
$Revision: 816 $
15
 
15
 
16
 
16
 
Line 558... Line 558...
558
        call    clear_vmodes_table             ;clear vmodes_table
558
        call    clear_vmodes_table             ;clear vmodes_table
559
        jmp    .printcfg
559
        jmp    .printcfg
560
.change_a:
560
.change_a:
561
.loops:
561
.loops:
562
        call    draw_vmodes_table
562
        call    draw_vmodes_table
563
 
-
 
-
 
563
        _setcursor 25,0         ; out of screen
564
        xor     ax,ax
564
        xor     ax,ax
565
        int     0x16
565
        int     0x16
566
;        call    clear_table_cursor             ;clear current position of cursor
566
;        call    clear_table_cursor             ;clear current position of cursor
Line 567... Line 567...
567
 
567