summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-02-16 22:53:49 -0800
committerH. Peter Anvin <hpa@zytor.com>2009-02-16 22:53:49 -0800
commit6674d54bae48682f3d845d9c87d01d746cce745e (patch)
tree115a27b65e538bcd07663212f89a895283f12956 /doc
parent1b90fba407546b72dad8d0c8c4729ef8ab5c32fc (diff)
downloadsyslinux-6674d54bae48682f3d845d9c87d01d746cce745e.tar.gz
doc/comboot.txt: update to reflect dir branch now in mainline
The "dir" branch has been promoted to mainline, so make the documentation reflect that.
Diffstat (limited to 'doc')
-rw-r--r--doc/comboot.txt17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/comboot.txt b/doc/comboot.txt
index 387303d3..5f57da7b 100644
--- a/doc/comboot.txt
+++ b/doc/comboot.txt
@@ -923,7 +923,7 @@ AX=001Eh [3.74] Keyboard remapping table
in memory; this may not be true in the future.
-AX=001Fh [BETA-3.74+] Get current working directory
+AX=001Fh [3.74] Get current working directory
Input: AX 0001Eh
Output: ES:BX null-terminated directory name string
@@ -932,7 +932,7 @@ AX=001Fh [BETA-3.74+] Get current working directory
currently returns "./".
-AX=0020h [BETA-3.74+] Open directory
+AX=0020h [3.74] Open directory
Input: AX 001Fh
ES:SI /-null-terminated directory name
Output: SI directory handle
@@ -943,7 +943,7 @@ AX=0020h [BETA-3.74+] Open directory
may change as this is a BETA call).
-AX=0021h [BETA-3.74+] Read directory
+AX=0021h [3.74] Read directory
Input: AX 0020h
SI directory handle
ES:DI buffer for file name
@@ -952,13 +952,14 @@ AX=0021h [BETA-3.74+] Read directory
EAX Size of file
EBX Inode of file
- Read one filename from the directory, incrementing the directory
- structure at SI as appropriate, storing the filename into the buffer
- at ES:DI, and returning the type of the file in DL, the file length
- in EAX, the INode/file number in EBX and the updated directory handle.
+ Read one filename from the directory, incrementing the
+ directory structure at SI as appropriate, storing the filename
+ into the buffer at ES:DI, and returning the type of the file
+ in DL, the file length in EAX, the inode/file number in EBX
+ and the updated directory handle.
-AX=0022h [BETA-3.74+] Close directory
+AX=0022h [3.74] Close directory
Input: AX 001Fh
SI directory handle
Output SI 0