Displaying 9 results from an estimated 9 matches for "hanzel".
2006 Nov 17
2
What happened to the RescueCD?
Hey folks -
So what happened to the RescueCD ISO?... i'm not finding it under the
...centos/4.4/isos/ dir, as i believe it generally has been previously.
At my office, we have a local mirror, and i've always just burned the
RescueCD ISO and booted with that. At the prompt i supply "linux
askmethod" and then later reference our local mirror to do an install or
upgrade. The
2006 Sep 15
2
CentOS "upgrade" from fedora core ?
'Trying to figure out if it might be possible to set things up such that i
could "upgrade" (rather than an "install") from a Fedora Core installation
to CentOS.
'Had guessed that perhaps changing/faking the contents of
/etc/redhat-release might do the job, but ... that didn't seem to go.
Anyone know how it might be accomplished?
Or perhaps this isn't a
2012 Apr 25
1
[LLVMdev] LLVM Backend for Z80. ADD -> replaced -> OR
...y to add S16 to the string if your stack is 2-byte aligned. Refer to
> http://llvm.org/docs/LangRef.html#datalayout .
>
> If it does not work, try to specify the layout in the input module using
> target layout directive.
>
> David
>
> On Wed, Apr 25, 2012 at 4:57 PM, Peter Hanzel <hanzelpeter at gmail.com>wrote:
>
>> Hello.
>>
>> I am playing with LLVM and trying to make Z80 (Zilog Z80) backend.
>> The source code is attached.
>>
>> I have succesfully made some simple test. But now I have problem with ADD
>> instruction.
&...
2012 Apr 25
0
[LLVMdev] LLVM Backend for Z80. ADD -> replaced -> OR
...8-i8:8:8-i16:8:8-i32:8:8-n8")
Try to add S16 to the string if your stack is 2-byte aligned. Refer to
http://llvm.org/docs/LangRef.html#datalayout .
If it does not work, try to specify the layout in the input module using
target layout directive.
David
On Wed, Apr 25, 2012 at 4:57 PM, Peter Hanzel <hanzelpeter at gmail.com> wrote:
> Hello.
>
> I am playing with LLVM and trying to make Z80 (Zilog Z80) backend.
> The source code is attached.
>
> I have succesfully made some simple test. But now I have problem with ADD
> instruction.
> The source C code is:
>
&...
2010 Apr 01
0
Analyzing binary data on an absolute scale and determining conditions when risks become equal between groups
...e scale (ie instead of saying male sex has an OR = 2.0, saying that all else equal, males have a 5 percentage point higher rate of disease, or, given certain values of covariates, the difference in rates of disease between boys and girls is X (95% ci for difference = ...). I know there are mantzel-hanzell methods for cummarizing contingency tables, but if I had several covariates I wanted to control for, this approach quickly loses its appeal. A regression framework which allowed for inference on the absolute scale would be ideal (or perhaps I'm just forgetting something about logistic regress...
2012 Apr 25
2
[LLVMdev] LLVM Backend for Z80. ADD -> replaced -> OR
Hello.
I am playing with LLVM and trying to make Z80 (Zilog Z80) backend.
The source code is attached.
I have succesfully made some simple test. But now I have problem with ADD
instruction.
The source C code is:
typedef struct
{
unsigned char id1;
unsigned char id2;
unsigned char id3;
} testS;
void simple()
{
testS test;
test.id1 = 0x40;
test.id2 = 0x80;
test.id3 = 0xc0;
}
It
2012 Apr 18
0
[LLVMdev] [cfe-dev] LLVM Backend for Z80
...nDAG pass, let's say your Select method in Z80IselDAGToDAG,
then you can set a breakpoint there and watch the state of the selection DAG on each iteration
via CurDAG->viewGraph().
Maybe that gives you an idea where the problem could be.
Cheers,
Jonas
Am 16.04.2012 um 12:51 schrieb Peter Hanzel:
> Hello.
>
> I am playing with LLVM and trying to create Zilog Z80 Backend.
> I have succesfully created basic infrastructure and now trying to extend Z80InstrInfo.td to handle more and more C code.
> I have done some work with FrameIndex and now I am stuck with assert.
>
>...
2017 Feb 07
0
CentOS 7 on MacbookPro w/ Nvidia ...
Hi folks -
Hoping someone might be able to help steer me.
I’ve installed CentOS 7 to an older MacbookPro with Nvidia graphics.
X11 fails to come up. I believe the Nouveau driver is bombing... ‘dmesg | grep nouv’:
[ 2.473768] nouveau 0000:01:00.0: enabling device (0002 -> 0003)
[ 2.473869] nouveau 0000:01:00.0: NVIDIA G84 (084700a2)
[ 2.473907] nouveau 0000:01:00.0: irq 31 for
2007 Apr 18
1
php-5 install issues on centos 4
OK, i've found php-5 RPMs in the centosplus dir on mirrors.
Sorry for my ignorance, but what's the difference between
php-5.1.6-1.2.1.centos.x86_64.rpm
and
php-5.1.6-3.el4s1.5.x86_64.rpm
?
There's other such examples in the same dir.
Anyway, i opted to try installing the "el4" variety, along with the
comparable RPM for php-mysql, but --after satisfying other