| Projects on Google Code | Results 1 - 10 of 88 |
Zcos is an Virtual OS project. This OS is more like a virtual machine, you can run diffrent OS or application on it. We will implement it base Linux then port it onto arm9.
*Zcos would be an independent project at the beginning, but we may absorb it into Evosin which is an complete OSSP(OS Suppor...
This is a further development of the revirt project which was initiated by the team of Prof. Peter Chen from University of Michigan. We aims to first keep up with Xen mainstream source code, then make it useful for our vncos development.
Secure-VM is a safe virtual machine based on llvm written in c++.
Note: The code was built against llvm-2.5. Using the current svn version probably will not work.
I have strong insterests in virtulization technology. So I try to write a simple virtual machine. Bochs gives me a lot, many of the codes are referenced by Bochs.
Virtual machine that could run dos program in linux.
chipmuck
own by eric
*SVM* is a small virtual machine written in C++ intended to run opcodes.
= How does an opcode file look like ? =
Each line uses the format
{{{
[namespace character][method character] [parameter] [parameter] ...
}}}
Putting a string onto the stack woud look like:
{{{
s+ "Hello ma' !"
}...
=This is not yet another Meta-Language=
*TinyaML* is a virtual machine, a compiler, and a compiler-compiler, powered by the abstract parser [http://code.google.com/p/tinyap tinyap].
It is entirely written in C, endian-safe, and allows easy bindings of new C APIs into the virtual machine.
...
==What is G-Crossbit==
G-CrossBit is a virtual machine target to GPU-architecture based on Crossbit.We are working on strategy that makes use of GPU to improve the performance implicitly,opposite to CUDA as an explicit model.
==Motivation==
GPU has been an important computing platform for c...