Hacker News new | ask | show | jobs
by justincormack 4264 days ago
You can use the NetBSD rump kernel [1] to do this relatively easily - I have run LuaJIT on Xen using this and there is now a bare metal implementation too.

[1] http://rumpkernel.org/

1 comments

Actually your https://github.com/justincormack/rumpuser-xen was the original inspiration for me :-)

Back when I started (sometime in May), rump did not run on "bare metal" yet, so I decided to reinvent a bicycle of my own.

Also, looks like it's running in 32-bit mode ?