PXE: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m Bot: Replace deprecated source tag with syntaxhighlight
m Bot: Replace deprecated source tag with syntaxhighlight
 
Line 241:
With the above point in mind, the following pseudo code can be used to read a file:
 
<sourcesyntaxhighlight lang="c">
while (bytes_left > 0)
{
Line 255:
bytes_left -= PACKET_SIZE;
}
</syntaxhighlight>
</source>
 
===Closing===