Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3359 → Rev 3405

/kernel/branches/net/kernel.asm
792,6 → 792,7
; call boot_log
 
mov [pci_access_enabled], 1
call pci_enum
 
; SET PRELIMINARY WINDOW STACK AND POSITIONS
 
4617,9 → 4618,10
popad
ret
 
msg_board_data_size = 65536 ; Must be power of two
 
uglobal
msg_board_data:
times 4096 db 0
msg_board_data rb msg_board_data_size
msg_board_count dd 0x0
endg
 
4652,7 → 4654,7
 
mov [msg_board_data+ecx], bl
inc ecx
and ecx, 4095
and ecx, msg_board_data_size - 1
mov [msg_board_count], ecx
mov [check_idle_semaphore], 5
ret
4745,7 → 4747,8
mov [eax], edx
mov [ecx], eax
mov [eax+12], ecx
jecxz @f
test edx, edx
jz @f
mov [edx+12], eax
@@:
and dword [esp+32], 0