Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2970 → Rev 2971

/kernel/branches/kolibri_pe/kernel.asm
20,6 → 20,7
;; Sergey Semyonov (Serge)
;; Johnny_B
;; SPraid (simba)
;; Hidnplayr
;;
;; Data in this file was originally part of MenuetOS project which is
;; distributed under the terms of GNU GPL. It is modified and redistributed as
246,6 → 247,8
 
extrn _sys_app_entry
 
public _set_screen
 
extrn _i40
 
extrn test_cpu
255,8 → 258,11
extrn cpu_info
extrn cpu_caps:dword
 
extrn stb_create_window
extrn stb_show_window
extrn stb_get_event
extrn stb_def_window_proc
 
 
section '.flat' code readable align 4096
 
use32
414,8 → 420,9
call @mem_alloc@8
mov [_display_data], eax
 
mov ecx, (unpack.LZMA_BASE_SIZE+(unpack.LZMA_LIT_SIZE shl \
mov ecx, 4096 + (unpack.LZMA_BASE_SIZE+(unpack.LZMA_LIT_SIZE shl \
(unpack.lc+unpack.lp)))*4
 
mov edx, PG_SW
call @mem_alloc@8
mov [unpack.p], eax
799,6 → 806,7
setnz [dma_hdd]
mov [timer_ticks_enable],1 ; for cd driver
 
;xchg bx, bx
sti
call change_task