summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-12-14 15:33:15 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-12-14 15:33:15 -0800
commitab5714d6513107deda728d6f458ac320df886f78 (patch)
tree54023f544d8a5192639a112dd88ff998b5416b58
parent660d3eac7782f63ae220ac4654e784f5dac1adc6 (diff)
downloadsyslinux-ab5714d6513107deda728d6f458ac320df886f78.tar.gz
Update ADV documentation in comboot.doc
-rw-r--r--comboot.doc7
1 files changed, 4 insertions, 3 deletions
diff --git a/comboot.doc b/comboot.doc
index 8a54ada3..a69bfc41 100644
--- a/comboot.doc
+++ b/comboot.doc
@@ -871,7 +871,7 @@ AX=001Bh [3.50] Cleanup, shuffle and boot to real mode
Interrupts are off and DF=0 on entry.
-AX=001Ch [3.xx] Get pointer to auxilliary data vector
+AX=001Ch [3.60] Get pointer to auxilliary data vector
Input: AX 001Ch
Output: ES:BX Auxilliary data vector
CX Size of the ADV (currently 500 bytes)
@@ -881,13 +881,14 @@ AX=001Ch [3.xx] Get pointer to auxilliary data vector
one boot to another.
-AX=001Dh [3.xx] Write auxilliary data vector
+AX=001Dh [3.60] Write auxilliary data vector
Input: AX 001Dh
Output: None
Write the auxilliary data vector back to disk. Returns
failure for non-disk-based derivatives unless the "auxdata"
- configuration command is used to specify a disk location.
+ configuration command is used to specify a disk location
+ (not yet implemented.)
In a future version, PXELINUX may end up attempting to save
the ADV on the server via TFTP write.