Actually , theres no init button , only a testinit
i think i started the basic genode demo , i copied hypervisor and image
files under /genode/var/run/demo to / folder and edited the file in grub.d
as follow
> root@ubuntu:/# cat /etc/grub.d/49_genode1
> #!/bin/sh -e
> echo "Genode@NOVA"
> cat << EOF
> menuentry "Genode@NOVA" {
> insmod ext2
> multiboot /hypervisor
module image /image.elf

and it started the genode demo that shows launchpad ; i have testinit,
scout , launchpad, nitlog, liquid fb , nitpicker

2018-02-16 12:08 GMT+00:00 Alexander Boettcher <
alexander.boettc...@genode-labs.com>:

> Hi,
> On 15.02.2018 15:08, jony jony wrote:
> > i'm using an ubuntu virtual machine, and booted through dual boot genode
> on
> > a nova kernel , the interface that shows is very basic and only has
> > launchpad ,
>
> you probably started the seoul-fancy run scenario. As soon as you click
> on the blue entry called "init", a Seoul VMM + a VM will be started.
>
> > i want to use a virtual machine monitor on top of genode to run
> > virtual machines , i copied the files ob repos/ports/run/*run  on the /
> > folder and the following changes were made
> > root@ubuntu:/#
> > root@ubuntu:/# cat /etc/grub.d/49_genode1
> > #!/bin/sh -e
> > echo "Genode@NOVA"
> > cat << EOF
> > menuentry "Genode@NOVA" {
> > insmod ext2
> > multiboot /hypervisor
> > module /seoul-auto.run
> > module /seoul-disc.run
> > module /seoul-fancy.run
> > module /seoul-genode.run
> > module /seoul-kernelbuild.run
> > module /seoul-net.run
>
> This is not going to work. The *.run files are just scripts runnable on
> your ubuntu machine - nothing you can boot directly.
>
> Again, as I suggested already some emails before:
>
> >>>> Please consult the Genode Foundations book, which describes the
> >>>> framework and also _run_ mechanism in more detail.
>
> Cheers,
>
> --
> Alexander Boettcher
> Genode Labs
>
> http://www.genode-labs.com - http://www.genode.org
>
> Genode Labs GmbH - Amtsgericht Dresden - HRB 28424 - Sitz Dresden
> Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> genode-main mailing list
> genode-main@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/genode-main
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main

Reply via email to