summaryrefslogtreecommitdiff
path: root/comboot.doc
diff options
context:
space:
mode:
authorhpa <hpa>2005-01-20 18:43:22 +0000
committerhpa <hpa>2005-01-20 18:43:22 +0000
commit46d256d6481ac0fc069968eadc816007a0a72427 (patch)
tree6f320af80631bb43f9516469d0c316e5b323e211 /comboot.doc
parentd952fbec351096681f3ce4a1e96740395ecf619e (diff)
downloadsyslinux-46d256d6481ac0fc069968eadc816007a0a72427.tar.gz
Improved handling of ARP wait; add idle function.syslinux-3.08-pre3
Diffstat (limited to 'comboot.doc')
-rw-r--r--comboot.doc8
1 files changed, 8 insertions, 0 deletions
diff --git a/comboot.doc b/comboot.doc
index 8e25e8bd..ee2ca07e 100644
--- a/comboot.doc
+++ b/comboot.doc
@@ -575,3 +575,11 @@ AX=0012h [3.05] Cleanup, shuffle and boot
were set up by the PXE ROM.
+AX=0013h [3.08] Idle loop call
+ Input: AX 0013h
+ Output: None
+
+ Call this routine while sitting in an idle loop. It performs
+ any periodic activities required by the filesystem code. At
+ the moment, this is a no-op on all derivatives except
+ PXELINUX, where it executes PXE calls to answer ARP queries.