Subversion Repositories Kolibri OS

Rev

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

Rev 186 Rev 188
Line 14... Line 14...
14
include "kglobals.inc"
14
include "kglobals.inc"
15
include "lang.inc"
15
include "lang.inc"
Line 16... Line 16...
16
 
16
 
Line 17... Line -...
17
include "const.inc"
-
 
18
 
-
 
19
NEW    equ 0
17
include "const.inc"
20
 
18
 
Line 21... Line 19...
21
;WinMapAddress      equ     0x460000
19
;WinMapAddress      equ     0x460000
Line 410... Line 408...
410
 
408
 
411
           call init_kernel_heap
409
           call init_kernel_heap
412
           call init_LFB
410
           call init_LFB
Line 413... Line 411...
413
           call init_mtrr
411
           call init_mtrr
414
 
412
 
415
           stdcall alloc_kernel_space, 0x50000
413
           stdcall alloc_kernel_space, 0x4F000
Line 416... Line 414...
416
           mov [ipc_tmp], eax
414
           mov [ipc_tmp], eax
417
           mov ebx, 0x1000
415
           mov ebx, 0x1000
Line 424... Line 422...
424
 
422
 
425
           add eax, ebx
423
           add eax, ebx
Line 426... Line 424...
426
           mov [proc_mem_tab], eax
424
           mov [proc_mem_tab], eax
427
 
-
 
428
           add eax, ebx
-
 
429
           mov [current_pdir], eax
-
 
430
 
425
 
Line 431... Line 426...
431
           add eax, ebx
426
           add eax, ebx
432
           mov [tmp_task_pdir], eax
427
           mov [tmp_task_pdir], eax