kolibrios-fun/kernel/trunk/network
hidnplayr a6c8d276c3 RTL8139 fixes from heavyiron and new system function from me: read data from stack
input:
eax = 53
ebx = 11
ecx = socket number
edx = pointer to where data must be written
esi = buffer size (max bytes of data to copy)
int  0x40  (offcourse)

returned: 
eax = number of bytes copied

if buffer size is zero, all data will be copied (this will be max 4096 bytes)

git-svn-id: svn://kolibrios.org@323 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-02-06 19:29:54 +00:00
..
eth_drv RTL8139 fixes from heavyiron and new system function from me: read data from stack 2007-02-06 19:29:54 +00:00
icmp.inc John's ethernet stack updates 2007-01-06 01:15:21 +00:00
ip.inc John's ethernet stack updates 2007-01-06 01:15:21 +00:00
queue.inc moving to kernel directory 2005-10-07 04:39:30 +00:00
socket.inc RTL8139 fixes from heavyiron and new system function from me: read data from stack 2007-02-06 19:29:54 +00:00
stack.inc RTL8139 fixes from heavyiron and new system function from me: read data from stack 2007-02-06 19:29:54 +00:00
tcp.inc John's ethernet stack updates 2007-01-06 01:15:21 +00:00
udp.inc John's ethernet stack updates 2007-01-06 01:15:21 +00:00