From: "Adam Schroth (Liquidocelot11)" <
liquido...@gmail.com> writes:
> I'm trying to build a x86 image of inferno to run in QEMU or virtualbox.
That is rumored to work (see below).
> but I really wanted to get it running without a host.
QEMU and virtualbox are both hosted environments. A native install
would be one running on bare metal.
> When I create a bootable image and try and load it into QEMU it hangs
> loading the bootloader.
When I try loading an inferno kernel on bare metal, it hangs just
after loading the kernel. The problem seems to be that those who
develop/regression test the kernel test it only on virtual hardware
(i.e., qemu) and not on real hardware, which differs in subtle - and
sometimes critical - ways from a virtualized environment.
I have previously asked, on this list, if anyone knows how to get the
inferno kernel running on real hardware. No answers were forthcoming.
But subscribers reported having gotten it to work under a virtual
environment (qemu? I don't know. AFAIC, none of that virtual crap
actually exists). If you look through the archives, you might be able
to find a "magic" (and probably very long) qemu command line recipe
which will work.
Lastly, if anyone reading this knows how to get a native kernel running
on real hardware, please advise!