Subversion Repositories Kolibri OS

Compare Revisions

Ignore whitespace Rev 489 → Rev 490

/kernel/trunk/core/memory.inc
242,6 → 242,8
mov [BOOT_VAR+0x901c],byte 2
ret
@@:
call init_mtrr
 
mov edx, LFB_BASE
mov esi, [LFBAddress]
mov edi, 0x00800000
968,15 → 970,13
stdcall load_library, ebx
mov [esp+36], eax
ret
 
@@:
cmp eax, 20
ja .fail
mov eax, ecx
call user_realloc
mov [esp+36], eax
ret
 
cmp eax, 20
ja .fail
mov eax, ecx
call user_realloc
mov [esp+36], eax
ret
.fail:
xor eax, eax
mov [esp+36], eax
/kernel/trunk/kernel.asm
449,8 → 449,6
ltr ax
 
mov [LFBSize], 0x800000
call init_mtrr
 
call init_LFB
call init_fpu
call init_malloc
567,9 → 565,9
mov eax,char2
call file_system_lfn
pop eax
popad
popad
 
 
mov esi,boot_fonts
call boot_log