Better text printing for TCPserv (net branch)

git-svn-id: svn://kolibrios.org@2556 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2012-04-03 18:35:40 +00:00
parent a1174dce46
commit c552138150

View File

@ -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]