summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Herbszt <herbszt@gmx.de>2009-11-28 13:27:32 +0100
committerH. Peter Anvin <hpa@zytor.com>2009-12-07 14:55:01 -0800
commite0a9a74dd8a9c737541b5f3e150ff4316507377c (patch)
tree6ed024f003bd248ce7e05166d77748ece90f0634 /doc
parent6f31be4f8748bb182ced4febdbb51f719cf702cc (diff)
downloadsyslinux-e0a9a74dd8a9c737541b5f3e150ff4316507377c.tar.gz
doc: Fix some typos in the comboot documentation
Impact: Fixing typos Fix some typos in the comboot documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/comboot.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/comboot.txt b/doc/comboot.txt
index f5fefdaf..b3d8e648 100644
--- a/doc/comboot.txt
+++ b/doc/comboot.txt
@@ -553,7 +553,8 @@ AX=000Fh [3.00] Get IPAPPEND strings [PXELINUX]
AX=0010h [3.00] Resolve hostname [PXELINUX]
- Input: ES:BX pointer to null-terminated hostname
+ Input: AX 0010h
+ ES:BX pointer to null-terminated hostname
Output: EAX IP address of hostname (zero if not found)
Queries the DNS server(s) for a specific hostname. If the
@@ -842,7 +843,7 @@ AX=001Eh [3.74] Keyboard remapping table
AX=001Fh [3.74] Get current working directory
- Input: AX 0001Eh
+ Input: AX 0001Fh
Output: ES:BX null-terminated directory name string
Returns the current working directory. For SYSLINUX, ISOLINUX,
@@ -851,7 +852,7 @@ AX=001Fh [3.74] Get current working directory
AX=0020h [3.74] Open directory
- Input: AX 001Fh
+ Input: AX 0020h
ES:SI /-null-terminated directory name
Output: SI directory handle
EAX clobbered
@@ -862,7 +863,7 @@ AX=0020h [3.74] Open directory
AX=0021h [3.74] Read directory
- Input: AX 0020h
+ Input: AX 0021h
SI directory handle
ES:DI buffer for file name
Output: DL Type of file
@@ -878,7 +879,7 @@ AX=0021h [3.74] Read directory
AX=0022h [3.74] Close directory
- Input: AX 001Fh
+ Input: AX 0022h
SI directory handle
Output SI 0