Subversion Repositories Kolibri OS

Rev

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

Rev 363 Rev 373
Line 4372... Line 4372...
4372
   @@:
4372
   @@:
4373
     popad
4373
     popad
4374
     ret
4374
     ret
Line 4375... Line 4375...
4375
 
4375
 
4376
uglobal
4376
uglobal
4377
  msg_board_data: times 512 db 0
4377
  msg_board_data: times 4096 db 0
4378
  msg_board_count dd 0x0
4378
  msg_board_count dd 0x0
Line 4379... Line 4379...
4379
endg
4379
endg
Line 4388... Line 4388...
4388
     jne  smbl1
4388
     jne  smbl1
Line 4389... Line 4389...
4389
 
4389
 
4390
 
4390
 
4391
     mov  [msg_board_data+ecx],bl
4391
     mov  [msg_board_data+ecx],bl
4392
     inc  ecx
4392
     inc  ecx
4393
     and  ecx, 511
4393
     and  ecx, 4095
4394
     mov  [msg_board_count], ecx
4394
     mov  [msg_board_count], ecx
4395
     mov  [check_idle_semaphore], 5
4395
     mov  [check_idle_semaphore], 5