Whoops I notice an erroneous line in that recipe... On Sat, Dec 12, 2015 at 2:27 AM, Ben Coman <btc@openinworld.com> wrote:
I got curious about following up these two threads making Cog a unikernel... So I thought I would try the "Building Rumprun Unikernels" tutorial here... https://github.com/rumpkernel/wiki/wiki/Tutorial:-Building-Rumprun-Unikernel... which I report here in case it was interest. The tutorial is based on QEMU (and I think I saw a comment somewhere that Cog doesn't run so well on QEMU and needs Bochs), so after that I adapted it from QEMU to Xen. ... $ cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=../../rumprun/rumprun-x86_64/share/x86_64-rumprun-netbsd-toolchain.cmake .. $ make $ rumprun-bake xen_pv helloer.bin helloer ERRONEOUS> $ rumprun-bake hw_generic helloer.bin helloer $ rumprun xen -i helloer.bin
cheers -ben