The main KolibriOS repository
Go to file
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
kernel RTL8139 fixes from heavyiron and new system function from me: read data from stack 2007-02-06 19:29:54 +00:00
programs * New sysfunction 70.9, create folder 2007-02-05 14:20:36 +00:00