forked from KolibriOS/kolibrios
Better text printing for TCPserv (net branch)
git-svn-id: svn://kolibrios.org@2556 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a1174dce46
commit
c552138150
@ -78,6 +78,10 @@ start:
|
||||
mcall 10
|
||||
|
||||
mcall recv, [socketnum2], buffer, buffer.length
|
||||
cmp eax, -1
|
||||
je .loop
|
||||
|
||||
mov byte [buffer + eax], 0
|
||||
|
||||
push buffer
|
||||
call [con_write_asciiz]
|
||||
|
Loading…
Reference in New Issue
Block a user