search for: nohalt

Displaying 11 results from an estimated 11 matches for "nohalt".

Did you mean: no_halt
2014 Mar 14
1
Very slow download with pxelinux > 4.07 on specific hardware
Here is a thought. Could you try putting "nohalt 1" in the configuration file? The download of ldlinux.c32 and the config file will still be slow, of course, because this doesn't take effect until the config file is read, but if it speeds up after that I think we might have a plausible explanation. -hpa
2009 May 29
2
Syslinux 3.81 released
...but it completely broke linux.c32. * Improved performance. * Attempt to halt the processor while idle. This can cause bad reponsiveness when using a serial console especially for automated input; if that ends up being a problem, use the new "NOHALT 1" configuration command. * linux.c32 now suppresses all messages if the "quiet" flag is specified. * isohybrid: add a variety of options, and a help message. * ISOLINUX: fix booting in hybrid mode when CBIOS is used. This unfortunately mea...
2011 Mar 16
0
[GIT PULL] elflink compiler warning fixes
...ink/ldlinux/config.h b/com32/elflink/ldlinux/config.h index 7765266..37c57da 100644 --- a/com32/elflink/ldlinux/config.h +++ b/com32/elflink/ldlinux/config.h @@ -33,7 +33,7 @@ extern short vkernel; //have we seen any "label" statements? extern short displaycon; //conio.inc extern short nohalt; //idle.inc -extern char *default_cmd; //"default" command line -extern char *onerror; //"onerror" command line +extern const char *default_cmd; //"default" command line +extern const char *onerror; //"onerror" command line #endif /* __CONFIG_H__ */ di...
2012 May 04
3
[GIT PULL] elflink fixes
...to); if (p) { strcpy(cmdline, p); len = strlen(cmdline); diff --git a/com32/elflink/ldlinux/config.h b/com32/elflink/ldlinux/config.h index cab4c70..b15a082 100644 --- a/com32/elflink/ldlinux/config.h +++ b/com32/elflink/ldlinux/config.h @@ -35,6 +35,7 @@ extern short nohalt; //idle.inc extern const char *default_cmd; //"default" command line extern const char *onerror; //"onerror" command line +extern const char *ontimeout; //"ontimeout" command line extern void cat_help_file(int key); extern struct menu_entry *find_label(const c...
2009 Jun 09
0
SYSLINUX 3.82 released
...but it completely broke linux.c32. * Improved performance. * Attempt to halt the processor while idle. This can cause bad reponsiveness when using a serial console especially for automated input; if that ends up being a problem, use the new "NOHALT 1" configuration command. * linux.c32 now suppresses all messages if the "quiet" flag is specified. * isohybrid: add a variety of options, and a help message. * ISOLINUX: fix booting in hybrid mode when CBIOS is used. This unfortunately mea...
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com> This is a series of patches that, * shrink the core by moving things into an ldlinux ELF module * begin wiring up some of the C versions of various functions The core now only contains essential code and loads the ldlinux module to do everything else, like providing a command line interface and loading kernels. The config file parsing
2014 Mar 12
3
Very slow download with pxelinux > 4.07 on specific hardware
On 03/10/2014 04:15 PM, Gene Cumm wrote: > > It's also a balance of time. While working on 4.10-pre*/5.10-pre*, I > found that some hardware misreports its behavior. "Sure, Interrupts > work" but they don't is but one that I worked around on specific > hardware. > The odd part is that people are reporting this even using the legacy PXE implementation (not
2011 Apr 01
0
[GIT PULL] elflink cmdline
...>= ' ' && key <= 0xFF && len < MAX_CMDLINE_LEN - 1) { diff --git a/com32/elflink/ldlinux/config.h b/com32/elflink/ldlinux/config.h index 37c57da..8f708f1 100644 --- a/com32/elflink/ldlinux/config.h +++ b/com32/elflink/ldlinux/config.h @@ -36,4 +36,6 @@ extern short nohalt; //idle.inc extern const char *default_cmd; //"default" command line extern const char *onerror; //"onerror" command line +extern void cat_help_file(int key); + #endif /* __CONFIG_H__ */ diff --git a/com32/elflink/ldlinux/ldlinux.c b/com32/elflink/ldlinux/ldlinux.c index 8...
2014 Oct 26
3
System freezes
Hi, when I try to boot my notebook from a USB disc, the system freezes completely. After displaying the text (or menu), it doesn't react to any key, even Ctrl+Alt+Del doesn't work. The config is pretty simple: ------------------------------------------- SAY Booting Linux from USB... KERNEL /boot/vmlinuz DEFAULT Vaio PROMPT 1 LABEL Black KERNEL /boot/vmlinuz APPEND ro
2014 Aug 08
2
Garbled menu on ISOLINUX
We have a system that is designed with no VGA port, graphics card, or keyboard, only a serial console. We're trying to boot a Linux via ISOLINUX. The problem is that when ISOLINUX comes up, the screen is usually garbled. Not always; sometimes it's intact, sometimes it's completely blank. When it is garbled, it is NOT the garbled text of a wrong baud rate. Rather, it looks like
2019 Apr 12
1
RFC: Feature: MENU HIDDEN behaviour on ANY key
> Le 11 avr. 2019 ? 14:48, Ady Ady via Syslinux <syslinux at syslinux.org> a ?crit : > > >> Hello, >> >> Here's a small enhancement feature for menu.c32. Looking for feedback before >> starting any coding (not sure when I'll have time for implementation) >> >> Regards, >> Dany St-Amant >> >> >> *Problem