summaryrefslogtreecommitdiff
path: root/pxelinux.asm
diff options
context:
space:
mode:
authorhpa <hpa>2003-11-26 00:14:59 +0000
committerhpa <hpa>2003-11-26 00:14:59 +0000
commit66b18fd20b78187c9172be803954e1140932c7cb (patch)
tree4d4c75fac3008090dc4ecaae931216e953443560 /pxelinux.asm
parentbfae00f12b0ec32d6826f171ff5811d3066a7632 (diff)
downloadsyslinux-66b18fd20b78187c9172be803954e1140932c7cb.tar.gz
Rename timeoutcmd -> ontimeout
Diffstat (limited to 'pxelinux.asm')
-rw-r--r--pxelinux.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/pxelinux.asm b/pxelinux.asm
index 1a2f4889..ca07cf66 100644
--- a/pxelinux.asm
+++ b/pxelinux.asm
@@ -205,7 +205,7 @@ xbs_vgatmpbuf equ 2*trackbufsize
VKernelBuf: resb vk_size ; "Current" vkernel
alignb 4
AppendBuf resb max_cmd_len+1 ; append=
-TimeOutCmd resb max_cmd_len+1 ; timeoutcmd
+Ontimeout resb max_cmd_len+1 ; ontimeout
KbdMap resb 256 ; Keyboard map
BootFile resb 256 ; Boot file from DHCP packet
PathPrefix resb 256 ; Path prefix derived from the above
@@ -2507,7 +2507,7 @@ pxe_udp_read_pkt:
BaseStack dd StackBuf ; SS:ESP of base stack
dw 0
AppendLen dw 0 ; Bytes in append= command
-TimeOutCmdLen dw 0 ; Bytes in timeoutcmd command
+OntimeoutLen dw 0 ; Bytes in ontimeout command
KbdTimeOut dw 0 ; Keyboard timeout (if any)
CmdLinePtr dw cmd_line_here ; Command line advancing pointer
initrd_flag equ $