forked from KolibriOS/kolibrios
RTL8169 network driver
git-svn-id: svn://kolibrios.org@373 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -4374,7 +4374,7 @@ sys_msg_board_str:
|
||||
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 @@ sys_msg_board:
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user