On Fri, 2011-09-23 at 14:05 +0200, Julien SIMONE wrote: > Thank you for your fast answers, that was my problem...I'm sorry I thought > the copy was always well done...And now I would like to run 2 hello world on > a Versatile Express emulated by Qemu so I think I have well configured the > file but when I launch .tools/run-qemu-insight I only see the hello world > from the first container (the 2 containers are well loaded). Is it normal or > I'm wrong somewhere in my configuration? >
Hi Julien, Toolkit is basically a pre-configured system. The container info that you see in config.cml file is passed to kernel, which kernel uses for resource allocation. Incase of toolkit we have configured system for one container only and the same info is present in kernel.elf. So, if you try to change the configuration for say different load address or number of containers, it will break the system. Toolkit is meant mainly for software/stack development in single container. Hello World is a powerful container having access to much of RAM and Virtual Memory and device regions. So, you can build your softwares inside it. P.S: Please CC mailing list too, it will help other users too. -- Regards, Amit Mahajan _______________________________________________ codezero-devel mailing list [email protected] http://lists.l4dev.org/mailman/listinfo/codezero-devel_lists.l4dev.org
