search for: altamaha

Displaying 5 results from an estimated 5 matches for "altamaha".

2011 Nov 09
0
[LLVMdev] LLVM JIT on a Baremetal x86 Machine !!!
...plementation of SpecialFile in SpecialModule class as well. The log for the working example is attached, just as a reference. Now one more thing, when the build system creates the ISO9660 CD-ROM Image, it executes the following commands: mkdir -p /tmp/hzn/boot mkdir -p /tmp/hzn/kiwi/modules cp /altamaha/home3/hamayun/workspace/horizon/horizon/Baremetal/boot/cdboot.img /tmp/hzn/boot cp embedded /tmp/hzn/kiwi/kernel cp /altamaha/home3/hamayun/workspace/horizon/code-samples/hello_world.hbc /tmp/hzn/kiwi/modules/hbc mkisofs -quiet -J -R -l -b boot/cdboot.img -V Horizon\ CD-ROM -boot-load-size 4 -b...
2011 Nov 08
2
[LLVMdev] LLVM JIT on a Baremetal x86 Machine !!!
...chine !!! > > Hello James, > > I hope I will not be disturbing you too much. As I mentioned earlier, I > am interested in unhosted (baremetal) x86 environment for LLVM JIT. > Let me come to the point straight. > > I have set the KERNEL_HBC as: > set(KERNEL_HBC > "/altamaha/home3/hamayun/workspace/horizon/code-samples/hello_world.hbc") > > And Compiled the Horizon Sources. Compilation works fine and it creates > the cd.img as you described on: > http://www.quokforge.org/projects/horizon/wiki/Building > > See the attached "Horizon_Build.Log&...
2011 Nov 03
1
[LLVMdev] LLVM JIT on a Baremetal x86 Machine !!!
...t: Re: [LLVMdev] LLVM JIT on a Baremetal x86 Machine !!! Hello James, I hope I will not be disturbing you too much. As I mentioned earlier, I am interested in unhosted (baremetal) x86 environment for LLVM JIT. Let me come to the point straight. I have set the KERNEL_HBC as: set(KERNEL_HBC "/altamaha/home3/hamayun/workspace/horizon/code-samples/hello_world.hbc") And Compiled the Horizon Sources. Compilation works fine and it creates the cd.img as you described on: http://www.quokforge.org/projects/horizon/wiki/Building See the attached "Horizon_Build.Log" file for more details....
2011 Oct 26
3
[LLVMdev] LLVM JIT on a Baremetal x86 Machine !!!
Dear All, I have tested a few examples of LLVM-JIT Framework on Linux x86 Machine. So generating functions on the fly and then executing them is OK on linux i.e. i686-pc-linux-gnu My question is: Can we use the LLVM-JIT on a baremetal x86 machine ? Actually my target is a virtual machine, and I need some dynamic code generation support. I intend to use LLVM-JIT (if possible) for this
2011 Nov 08
0
[LLVMdev] LLVM JIT on a Baremetal x86 Machine !!!
...chine !!! > > Hello James, > > I hope I will not be disturbing you too much. As I mentioned earlier, I > am interested in unhosted (baremetal) x86 environment for LLVM JIT. > Let me come to the point straight. > > I have set the KERNEL_HBC as: > set(KERNEL_HBC > "/altamaha/home3/hamayun/workspace/horizon/code-samples/hello_world.hbc") > > And Compiled the Horizon Sources. Compilation works fine and it creates > the cd.img as you described on: > http://www.quokforge.org/projects/horizon/wiki/Building > > See the attached "Horizon_Build.Log&...