Subversion Repositories Kolibri OS

Rev

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

Rev 731 Rev 737
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: 731 $
14
$Revision: 737 $
15
 
15
 
16
 
16
 
Line 344... Line 344...
344
        jz      noloaderblock
344
        jz      noloaderblock
345
        les     bx, [cfgmanager.loader_block]
345
        les     bx, [cfgmanager.loader_block]
346
        cmp     byte [es:bx], 1
346
        cmp     byte [es:bx], 1
347
        mov     si, loader_block_error
347
        mov     si, loader_block_error
348
        jnz     sayerr
348
        jnz     sayerr
-
 
349
        push    0
-
 
350
        pop     es
Line 349... Line 351...
349
 
351
 
350
noloaderblock:
352
noloaderblock:
351
; DISPLAY VESA INFORMATION
353
; DISPLAY VESA INFORMATION
352
         call    print_vesa_info
354
         call    print_vesa_info