dos.library: use direct call to Read for reading larger buffers in LoadSeg.
commit051a6752413d9b421b22c4f86c0b8b4e986e7a98
authordeadwood <deadwood@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 18 May 2014 18:18:37 +0000 (18 18:18 +0000)
committerdeadwood <deadwood@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 18 May 2014 18:18:37 +0000 (18 18:18 +0000)
tree2ed6d20d3fc9700121cf47194171c82810d4b4a8
parentf02ffcd4fadf44063e5ffef212eaeeb390f386e8
dos.library: use direct call to Read for reading larger buffers in LoadSeg.

FRead reads once internal buffer at a time. Each such buffer read requires
a context switch which can be expensive when reading large amounts of
data.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49008 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/dos/loadseg.c