Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 372 → Rev 373

/kernel/trunk/kernel.asm
4374,7 → 4374,7
ret
 
uglobal
msg_board_data: times 512 db 0
msg_board_data: times 4096 db 0
msg_board_count dd 0x0
endg
 
4390,7 → 4390,7
 
mov [msg_board_data+ecx],bl
inc ecx
and ecx, 511
and ecx, 4095
mov [msg_board_count], ecx
mov [check_idle_semaphore], 5
ret