summaryrefslogtreecommitdiff
path: root/isolinux.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 /isolinux.asm
parentbfae00f12b0ec32d6826f171ff5811d3066a7632 (diff)
downloadsyslinux-66b18fd20b78187c9172be803954e1140932c7cb.tar.gz
Rename timeoutcmd -> ontimeout
Diffstat (limited to 'isolinux.asm')
-rw-r--r--isolinux.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/isolinux.asm b/isolinux.asm
index e8e98064..ad1c3240 100644
--- a/isolinux.asm
+++ b/isolinux.asm
@@ -133,7 +133,7 @@ dir_clust resd 1 ; Length in clusters
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
FKeyName resb 10*FILENAME_MAX ; File names for F-key help
NumBuf resb 15 ; Buffer to load number
@@ -1609,7 +1609,7 @@ img_table:
; Misc initialized (data) variables
;
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 $