So i did the following :i build genode with nova kernel on the / directory, i was able to start the demo even though it got blocked probably lack of free memory,mucomp:/genode$ lsbuild build.lx demo doc nova_dir repos VERSIONbuild1.lx contrib depot LICENSE README toolthen i created another genode directory in the boot directory where i copied the whole /genode folder , and then i entered the /boot directory and created a symbolic link as follow: ln -s /genode /genode/nova_build_dir/var/run/demo i also tried copying in another scenario only the content of /genode/nova_build_dir/var/run/demo which contains drwxr-xr-x 3 root root 4096 Jan 7 06:24 ./drwxr-xr-x 3 root root 4096 Jan 7 06:24 ../drwxr-xr-x 3 root root 4096 Jan 7 06:24 boot/lrwxrwxrwx 1 root root 7 Jan 7 06:24 genode -> /genode/-rwxr-xr-x 1 root root 125676 Jan 7 06:24 hypervisor*-rwxr-xr-x 1 root root 2878008 Jan 7 06:24 image.elf.gz*then i created a file in /etc/grub.d/49_genode1cat 49_genode1#!/bin/sh -eecho "Genode@...52...153..."cat << EOFmenuentry "Genode@...141....153..." {insmod ext2multiboot /genode/hypervisormodule /genode/coremodule /genode/config configmodule /genode/init initmodule /genode/timer timermodule /genode/nitpicker nitpickermodule /genode/liquid_fb liquid_fbmodule /genode/launchpad launchpadmodule /genode/scout scoutmodule /genode/testnit testnitmodule /genode/nitlog nitlogmodule /genode/pci_drv pci_drvmodule /genode/vesa_drv vesa_drvmodule /genode/ps2_drv ps2_drv}Genode@...153... appears on the grub once i try to load it , but i get the errorfile '/genode/hypervisor' not foundand for the other module i get the message : you need to load the kernel firstI tried different possibilities but none of them is working , can i get some help please;thanks
------------------------------------------------------------ ------------------
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@...172...net
https://lists.sourceforge.net/lists/listinfo/genode-main