Displaying 5 results from an estimated 5 matches for "some_".
Did you mean:
some
2016 May 27
2
Boot prompt ignored
> I also sent (off-list) a bootable floppy image to GeneC, using binaries
> from Fedora 24, package version "6.03-6" (coincidentally), and a simple
> syslinux.cfg, replicating the behavior.
>
Testing with:
_ 6.03-8.fc24 : still the same unwanted behavior as 6.03-6.fc24;
_ 6.04-0.1.fc25: works correctly (regarding this matter).
I still think that distributions using
2009 Dec 03
0
[LLVMdev] PassManager again...
...debugging tough.
Why so long? PassManager is quite ingeniosly crafted, making it hard to
debug. Thats why there is massive CLI-Support for debugging passes
(think "-debug-pass=Details"). Problem is that the debug output does not
show _all_ the passes that are invalidated but some _only some_ of them.
Since _some_ invalidated passes are show, I never bothered to to check
if my Pass was _actually really_ preserved because it did not show up in
the list of invalidated passes.
Attached patch adds debug output for _all_ invalidated passes. I will
commit this in the next days if there are...
2016 Jun 06
0
Boot prompt ignored
...e are not limited to the
above list; the list just mentions some distributions that were somehow
"involved" in the report (with no relation to package maintainers). I am aware
of some additional ones that might be (or are) affected too.
[1]
Note: The following wiki page lists _only some_ of the building issues and
workarounds (e.g. some of the issues related to gcc are not included).
http://www.syslinux.org/wiki/index.php/Building
Regards,
Ady.
> _______________________________________________
> Syslinux mailing list
> Submissions to Syslinux at zytor.com
> Unsub...
2009 Nov 20
2
[LLVMdev] PassManager again...
On Fri, Nov 20, 2009 at 6:54 AM, Andreas Neustifter
<astifter-llvm at gmx.at> wrote:
>
> If I use AU.addRequired<ProfileInfo>() in SelectionDAGISel.cpp the
> wrong ProfileInfo is used. It uses the "No ProfileInfo" implementation
> if ProfileInfo but not the one from ProfileInfoLoaderPass. (Which is
> immediately discarded after creation.)
>
You need to
2007 Jan 25
10
Problems with building a complete kernel
I have a plain vanilla Centos source (not 100% sure where we got it
from), but I can't seem to get a build that installs correctly.
I tried the method described at
http://wiki.centos.org/HowTos/Custom_Kernel, but rpm doesn't like the
output file, and even if I install it with -F, nothing seems to happen -
no new kernel, now initrd, nothing.
When I tried following the directions in the