Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 188 → Rev 187

/kernel/trunk/kernel.asm
16,6 → 16,8
 
include "const.inc"
 
NEW equ 0
 
;WinMapAddress equ 0x460000
;display_data = 0x460000
 
410,7 → 412,7
call init_LFB
call init_mtrr
 
stdcall alloc_kernel_space, 0x4F000
stdcall alloc_kernel_space, 0x50000
mov [ipc_tmp], eax
mov ebx, 0x1000
 
424,6 → 426,9
mov [proc_mem_tab], eax
 
add eax, ebx
mov [current_pdir], eax
 
add eax, ebx
mov [tmp_task_pdir], eax
 
add eax, ebx