Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
454 trolly 1
;Set base of graphic segment to linear address of LFB
2
        mov     eax,[LFBAddress]          ; set for gs
3
        mov     [graph_data_l+2],ax
4
        shr     eax,16
5
        mov     [graph_data_l+4],al
6
        mov     [graph_data_l+7],ah
7