Displaying 2 results from an estimated 2 matches for "not_ctrl_f".
2002 Jan 12
0
no echo patch
...artin
PS: I do not know if this patch has any unwanted sideeffects.
Here it does work.
diff -ru syslinux-1.66.old/pxelinux.asm syslinux-1.66/pxelinux.asm
--- syslinux-1.66.old/pxelinux.asm Wed Jan 2 07:53:39 2002
+++ syslinux-1.66/pxelinux.asm Sat Jan 12 18:40:34 2002
@@ -1327,7 +1327,7 @@
.not_ctrl_f: cmp di,max_cmd_len+command_line ; Check there's space
jnb get_char
stosb ; Save it
- call writechr ; Echo to screen
+;Martin call writechr ; Echo to screen
get_char_2: jmp short get_char
not_ascii: mov byte [FuncFlag],0
cmp al,0Dh ; Enter
@@ -1339,8 +1339,8 @@
backspace:...
2005 Feb 23
4
Maximum line length of APPEND option in PXELINUX
Hi,
I just replaced the pxelinux.0 of some 2.x version by pxelinux.0 vers. 3.0.7.
Some of the PXE Clients refused to boot thereafter (just stopped after reading
the config file). I noticed that the APPEND line was too long.
Is this intentional? What is the maximum length of the APPEND option line?
Thanks, Thomas