search for: commit_vk

Displaying 3 results from an estimated 3 matches for "commit_vk".

Did you mean: commit_s
2005 Mar 26
4
[ISOLINUX] No boot: prompt with ISOLINUX 3.07
I found that the version of isolinux.bin (and the debug version too) doesn't work on my Via C3 system. I get the SAY text, but never the boot: prompt. C-A-Del doesn't reboot either. The debug version does not print anything after announcing it's opening the config file. Only the single SAY text follows. The cursor sits on the next blank line, useless (no responses to key presses).
2005 Apr 06
1
Re: No boot: prompt with ISOLINUX 3.07
...n http://syslinux.zytor.com/archives/2005-March/004980.html Paul wrote: > > > > Looks like it might be uninitialized data. vk_appendlen is only set by > > > the APPEND and LABEL functions, BUT the LABEL function (referenced first > > > in the config file) first calls commit_vk. > > > > This patch to 5 resolves my problem, although you might want to > > move it some place else and/or increase the area being initialized: > > > > > Thank you, I had the same problem and this patch works well for me! > > Surprisingly I don't h...
2011 May 25
1
[GIT PULL] elflink ldlinux
Hi, These patches contain support for some features that are already in Syslinux 4 but weren't working properly on the elflink branch. It's another step closer to feature parity with Syslinux 4. Having to jump through the comboot API for localboot support is less than ideal and I'll eventually fix that, probably when we move a big chunk of code from asm to C. Also, there's a