Comment on XOS: Build your own operating systemparentComments−justincormack11yYou 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/−ay11yActually 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 ?
Comments
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/
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 ?