Displaying 1 result from an estimated 1 matches for "ljsyscal".
Did you mean:
ljsyscall
2013 Sep 14
1
LuaJIT on Xen
...etworking and file system access if required, plus NetBSD libc to
provide enough to build and run normal C code. Then the build system
creates an executable ''kernel'' that Xen can run which combines LuaJIT
and example bytecode-compiled Lua scripts.
The current example compiles the ljsyscall test suite, just to show
how the build works.
Some things are not yet supported, like fork, exec, dynamic libraries,
mmap other than a small stub.
All code is MIT or BSD licensed.
https://github.com/justincormack/rumpuser-xen
Compiling other languages should be relatively possible too in princ...