Subversion Repositories Kolibri OS

Rev

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

Rev 9949 Rev 9950
Line 27... Line 27...
27
format binary as "mnt"
27
format binary as "mnt"
Line 28... Line 28...
28
 
28
 
29
include 'macros.inc'
29
include 'macros.inc'
Line 30... Line 30...
30
include 'struct.inc'
30
include 'struct.inc'
Line 31... Line 31...
31
 
31
 
32
$Revision: 9949 $
32
$Revision: 9950 $
Line 434... Line 434...
434
        list_init eax
434
        list_init eax
435
        add     eax, PROC.thr_list
435
        add     eax, PROC.thr_list
436
        list_init eax
436
        list_init eax
Line 437... Line 437...
437
 
437
 
438
        call    init_video
438
        call    init_video
439
        call    init_mtrr
439
        call    init_pat_mtrr
440
        mov     [LFBAddress], LFB_BASE
440
        mov     [LFBAddress], LFB_BASE
441
        mov     ecx, bios_fb
441
        mov     ecx, bios_fb
442
        call    set_framebuffer
442
        call    set_framebuffer