Subversion Repositories Kolibri OS

Rev

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

  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.  
  8.