Subversion Repositories Kolibri OS

Rev

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

Rev 996 Rev 1066
Line 212... Line 212...
212
           mov edx, 0x40000000
212
           mov edx, 0x40000000
213
           call @init_heap@8
213
           call @init_heap@8
214
 
214
 
Line 215... Line 215...
215
           call _init_core_dll
215
           call _init_core_dll
216
           call _init_threads
216
       ;    call _init_threads
Line 217... Line 217...
217
 
217
 
Line 218... Line 218...
218
; SAVE & CLEAR 0-0xffff
218
; SAVE & CLEAR 0-0xffff
219
 
219
 
Line 275... Line 275...
275
           mov [_sys_pdbr+(LFB_BASE shr 20)], eax
275
           mov [_sys_pdbr+(LFB_BASE shr 20)], eax
276
           add eax, 0x00400000
276
           add eax, 0x00400000
277
           mov [_sys_pdbr+4+(LFB_BASE shr 20)], eax
277
           mov [_sys_pdbr+4+(LFB_BASE shr 20)], eax
278
if SHADOWFB
278
if SHADOWFB
279
           mov ecx, 11
279
           mov ecx, 1 shl 11
280
           call @core_alloc@4
280
           call @frame_alloc@4
281
           or eax, PG_LARGE+PG_UW
281
           or eax, PG_LARGE+PG_UW
282
           mov [_sys_pdbr+(SHADOWFB shr 20)], eax
282
           mov [_sys_pdbr+(SHADOWFB shr 20)], eax
283
           add eax, 0x00400000
283
           add eax, 0x00400000
284
           mov [_sys_pdbr+4+(SHADOWFB shr 20)], eax
284
           mov [_sys_pdbr+4+(SHADOWFB shr 20)], eax
285
end if
285
end if
286
 
286