summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-02-27 12:40:31 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-02-27 12:40:31 -0800
commit48722c47bbdcfe51e905e87ec0d34415506393c5 (patch)
treeb20c6bb0d1f556068eeb813db89892b645bec777 /doc
parentbcfd0df3c9778eff358926dffd35f870becff26b (diff)
downloadsyslinux-48722c47bbdcfe51e905e87ec0d34415506393c5.tar.gz
Comboot/Com32 changes for unspecified file lengths
Handle unspecified file length for comboot/com32 modules; do changes to the appropriate part of libcom32 to handle this properly.
Diffstat (limited to 'doc')
-rw-r--r--doc/comboot.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/comboot.doc b/doc/comboot.doc
index c4e303af..41dfb9fe 100644
--- a/doc/comboot.doc
+++ b/doc/comboot.doc
@@ -315,7 +315,7 @@ AX=0007h [2.08] Read file
ES:BX buffer
CX number of blocks to read
Output: SI file handle, or 0 if EOF was reached
- EAX number of bytes read [3.70]
+ ECX number of bytes read [3.70]
Read blocks from a file. Note that the file handle that is
returned in SI may not be the same value that was passed in.
@@ -323,7 +323,7 @@ AX=0007h [2.08] Read file
If end of file was reached (SI=0), the file was automatically
closed.
- In 3.70 or later, EAX returns the number of bytes read. This
+ In 3.70 or later, ECX returns the number of bytes read. This
will always be a multiple of the block size unless EOF is
reached.