Displaying 9 results from an estimated 9 matches for "hanzell".
Did you mean:
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
Hello.
I have played with DataLayout and found a solution with is uknown to me.
I added S16 and also s0:16:16, but it had not worked.
Then I found that in Z80FrameLowering.h I am calling TargetFrameLowering
with stack aligment set to 8. So I changed it to 2 bytes. But this also
didn't help.
Then I changed llc to show TargetDataLayout and found that a option is set
to a0:0:64.
So I changed
2012 Apr 25
0
[LLVMdev] LLVM Backend for Z80. ADD -> replaced -> OR
Hi Peter,
I think the problem is that you did not explicitly define stack alignment
in Z80TargetMachine.cpp
DataLayout("e-p:16:8: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
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 regressi...
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
Hi Peter,
(I'm CC'ing the LLVMdev list as there might be others able to help you)
I don't know this assertion, so can't help you with that particular problem.
But concerning "more debug info": Do you know the following two links?
http://llvm.org/releases/3.0/docs/ProgrammersManual.html#DEBUG
You can find some example debug code e.g. in method Select(SDNode *Node)
in
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