search for: damstedt

Displaying 6 results from an estimated 6 matches for "damstedt".

2013 Aug 14
1
Booting second label
...cture. -- Bjoern -----Original Message----- From: syslinux-bounces at zytor.com [mailto:syslinux-bounces at zytor.com] On Behalf Of Gene Cumm Sent: 14. august 2013 10:19 To: For discussion of Syslinux and tftp-hpa Subject: Re: [syslinux] Booting second label On Aug 14, 2013 4:12 AM, "Bj?rn Damstedt Rasmussen" <bjra at terma.com> wrote: > We're rebuilding the syslinux source code since we're cross compiling. > Is there some special parameter or macro which needs to be passed to the make command in order to build c32 modules properly? Could you define cross compiling...
2013 Aug 13
5
Booting second label
Hi I'm using syslinux 5.01 and is installing our bootloader using "extlinux --install /boot". In the extlinux.conf I've specified that the kontron_wdt.c32 program should boot another label once it has been executed but it never calls the second label. Here's my extlinux.conf: default wdt timeout 5 prompt 1 label linuxfoo kernel /vmlinuz append root=/dev/sda2 #.... more
2011 Jan 29
2
Memory leak when specifying invalid channels count
Hi I minor issue I noticed when I passed an invalid 'channels' parameter to celt_encoder_create() is that celt_encoder_init() doesn't free the CELTEncoder ('st' parameter) when 'if (channels < 0 || channels > 2)' evaluates to true. Seems celt_encoder_init() should do like this instead: CELTEncoder *celt_encoder_init(CELTEncoder *st, const CELTMode *mode, int
2013 Aug 14
3
Booting second label
Hi Ady I tried removing Syslinux TIMEOUT and typing 'wdt' but the 'linuxfoo' label is still not called. I have to enter it manually and it will start. The "timeout=120" parameter is for the kontron_wdt.c32 watchdog. So the system will reset after 120 seconds if the watchdog hasn't been serviced. We're rebuilding the syslinux source code since we're cross
2013 Aug 13
0
Booting second label
On Tue, Aug 13, 2013 at 3:21 AM, Bj?rn Damstedt Rasmussen <bjra at terma.com> wrote: > Hi > > I'm using syslinux 5.01 and is installing our bootloader using "extlinux --install /boot". In the extlinux.conf I've specified that the kontron_wdt.c32 program should boot another label once it has been executed but it n...
2013 Aug 14
0
Booting second label
On Aug 14, 2013 4:12 AM, "Bj?rn Damstedt Rasmussen" <bjra at terma.com> wrote: > We're rebuilding the syslinux source code since we're cross compiling. Is there some special parameter or macro which needs to be passed to the make command in order to build c32 modules properly? Could you define cross compiling? Wha...