search for: machine_

Displaying 9 results from an estimated 9 matches for "machine_".

Did you mean: machine
2003 Jan 21
2
Can't add Machine account ( LDAP ) ...
Greetings ... Just got bitten in the ass by not been able to join the domain with 2.2.7a Correct me if I am wrong, Jerry did give me a quick explaination. It has to do with usernames and what allowable characters in it for security. Now, I need to fix this, does anybody have a patch/fix or tell me where to look in the source to try and fix this. Thanks. Mailed Lee
2008 Aug 05
1
[LLVMdev] Contributing to LLVM
...tterson & Hennessy (or Hennessy & Patterson for graduate level) is the standard university computer architecture book. The editions I have have an unfortunate bias toward pure RISC processor design but perhaps that's been improved in later editions. Finally, read _The Soul of a New Machine_ by Kidder. It's a great story about hacker culture, system design, debugging and not taking yourself too seriously. Don't get sucked in completely by work and computing. Have fun! > sophomore, you should take a compiler class at your university. > Compilers are a specialized fiel...
2008 Aug 05
0
[LLVMdev] Contributing to LLVM
On Aug 4, 2008, at 10:29 PM, Shrutarshi Basu wrote: > Hello all, > I'm a rising sophomore CS/Engineering student in the US and I'm > interested in programming languages/ compilers.I think the LLVM would > be a great project for me to contribute to, both to learn something > and help the project. Unfortunately, I don't know much about > compilers, much less anything
2008 Aug 05
4
[LLVMdev] Contributing to LLVM
Hello all, I'm a rising sophomore CS/Engineering student in the US and I'm interested in programming languages/ compilers.I think the LLVM would be a great project for me to contribute to, both to learn something and help the project. Unfortunately, I don't know much about compilers, much less anything which would allow me to make a significant contribution. I've started reading
2012 Nov 20
12
[PATCH v2 00/11] xen: Initial kexec/kdump implementation
...t sure that solution will be accepted by kexec/kdump maintainers. I hope that this email spark discussion about that topic. Daniel arch/x86/include/asm/kexec.h | 10 +- arch/x86/include/asm/xen/hypercall.h | 6 + arch/x86/include/asm/xen/kexec.h | 83 +++++++++ arch/x86/kernel/machine_kexec_64.c | 12 +- arch/x86/kernel/vmlinux.lds.S | 7 +- arch/x86/xen/Makefile | 3 + arch/x86/xen/enlighten.c | 12 ++ arch/x86/xen/kexec.c | 150 ++++++++++++++++ arch/x86/xen/machine_kexec_32.c | 245 ++++++++++++++++++++++++++...
2012 Nov 20
12
[PATCH v2 00/11] xen: Initial kexec/kdump implementation
...t sure that solution will be accepted by kexec/kdump maintainers. I hope that this email spark discussion about that topic. Daniel arch/x86/include/asm/kexec.h | 10 +- arch/x86/include/asm/xen/hypercall.h | 6 + arch/x86/include/asm/xen/kexec.h | 83 +++++++++ arch/x86/kernel/machine_kexec_64.c | 12 +- arch/x86/kernel/vmlinux.lds.S | 7 +- arch/x86/xen/Makefile | 3 + arch/x86/xen/enlighten.c | 12 ++ arch/x86/xen/kexec.c | 150 ++++++++++++++++ arch/x86/xen/machine_kexec_32.c | 245 ++++++++++++++++++++++++++...
2012 Nov 20
12
[PATCH v2 00/11] xen: Initial kexec/kdump implementation
...t sure that solution will be accepted by kexec/kdump maintainers. I hope that this email spark discussion about that topic. Daniel arch/x86/include/asm/kexec.h | 10 +- arch/x86/include/asm/xen/hypercall.h | 6 + arch/x86/include/asm/xen/kexec.h | 83 +++++++++ arch/x86/kernel/machine_kexec_64.c | 12 +- arch/x86/kernel/vmlinux.lds.S | 7 +- arch/x86/xen/Makefile | 3 + arch/x86/xen/enlighten.c | 12 ++ arch/x86/xen/kexec.c | 150 ++++++++++++++++ arch/x86/xen/machine_kexec_32.c | 245 ++++++++++++++++++++++++++...
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the fourth version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the very first version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See