Re: Bender and GRUB1 "legacy"

2018-02-19 Thread Valery V. Sedletski via genode-main
Installed GRUB2 on another flash stick (with FAT32) and trying to boot the same setup as above: set timeout=0 set gfxpayload="0x0x32" menuentry 'Genode on NOVA' {  insmod multiboot2  insmod gzio  insmod part_msdos  insmod fat  multiboot2 /boot/bender  module2 /boot/hypervisor hypervisor iommu

Re: Beginner : VMM with genode

2018-02-19 Thread Parfait Tokponnon
The demo scenario does not include VMM execution. Instead, start one of the seoul scenarios (seoul-fancy for example) make run/seoul-fancy > To be able to run this command, priorly add (or uncomment) this line in your build.conf REPOSITORIES += $(GENODE_DIR)/repos/ports > May-be you will have

Re: Quota Preservation

2018-02-19 Thread Norman Feske
Hi Ben, On 16.02.2018 11:18, Nobody III wrote: > Hmm. I still strongly prefer my original idea. In particular, I don't > want to run out of RAM quota with hundreds of MB of physical RAM unused. > Can you help me understand your reasoning here? Instead of adding heuristics (of handing out unused

Bender and GRUB1 "legacy"

2018-02-19 Thread Valery V. Sedletski via genode-main
Hi, I tried to boot Genode scenarios from my bootable flash stick. It uses GRUB 1 "Legacy".  Tried to boot Genode/Nova with bender with GRUB "legacy" (actually, GRUB4DOS). I have the following entries in menu.lst: title  Sculpt scenario (Genode/Nova) kernel /genode/bender module

Re: Beginner : VMM with genode

2018-02-19 Thread jony jony
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 <<