[okl4-developer] Is there an small "how to use OKL4 images on Qemu"?

Geoffrey Lee glee at ok-labs.com
Mon May 5 18:41:37 EST 2008


On Mon, May 05, 2008 at 10:24:12AM +0200, Antonin SUBTIL wrote:

Hi Antonin

> Is there an small "how to use OKL4 images on Qemu"? I mean, it's not obvious
> how to use the compiled images... (without root access, if possible )
> 
> I guess we should make an Qemu raw image, format it (but ext2? ...?), put
> the OKL4 compiled files (grub and so on), and run it in Qemu... Yet this
> would requiere root acces :(

Since you mention grub I will assume this is for IA-32.

You can use the "simulate" target in Scons to run QEMU.  What actually 
happens in the build for IA-32 is, it builds a FAT image which 
contains the necessary grub installation and OKL4 image to boot.  When
you run the simulate target, it will run the QEMU program using 
that FAT image at the end.

You can also run QEMU manually.  As an example, for the ia32_pc99 target, 
I typically save time and invoke it directly by typing:

qemu -hda build/images/c.img -nograhic -serial stdio

Let us know if this works for you.

> 
> Thanks

	-gl

> 
> -- 
> Antonin Subtil,
> 35 rue Donissan
> FR-33000 Bordeaux
> +33 (0)6.77.40.17.69
> 
> Economisez du papier, limitez votre production de déchets : n'imprimez ce
> message que si nécessaire (et... en recto-verso) !

> _______________________________________________
> Developer mailing list
> Developer at okl4.org
> https://lists.okl4.org/mailman/listinfo/developer


-- 




More information about the Developer mailing list