Hi thanks! That really helped a lot.

Now, running make run/virtualbox has some progress, and QEMU is started. But I don't get anything on QEMU (except the description of NOVA), and I got the following in the terminal:

Genode 15.05
int main(): --- create local services ---
int main(): --- start init ---
int main(): transferred 444 MB to init
Quota exceeded! amount=24576, size=4096, consumed=24576
[init] upgrading quota donation for Env::CPU (8192 bytes)
Quota exceeded! amount=32768, size=4096, consumed=32768
[init] upgrading quota donation for Env::CPU (8192 bytes)
[init -> acpi] available memory for ACPI 2048 kiB, for PCI_DRV 5468 kiB
[init -> acpi] void Acpi_table::_parse_tables(T*, Genode::uint32_t) [with T = unsigned int; Genode::uint32_t = unsigned int]: Found MADT
[init -> acpi] MADT IRQ 0 -> GSI 2 flags: 0
[init -> acpi] MADT IRQ 5 -> GSI 5 flags: d
[init -> acpi] MADT IRQ 9 -> GSI 9 flags: d
[init -> acpi] MADT IRQ 10 -> GSI 10 flags: d
[init -> acpi] MADT IRQ 11 -> GSI 11 flags: d
[init -> acpi] Could not open ROM session for module "config"
[init -> acpi] void* abort(): abort called
[init -> virtualbox] void init_libc_lock_pipe(): init_libc_lock_pipe()
[init -> virtualbox] using the pipe libc plugin
[init -> virtualbox] getenv called for non-existent variable "XML_MEM_BREAKPOINT"
[init -> virtualbox] getenv called for non-existent variable "XML_MEM_TRACE"
[init -> virtualbox] getenv called for non-existent variable "LC_ALL"
[init -> virtualbox] getenv called for non-existent variable "LC_CTYPE"
[init -> virtualbox] getenv called for non-existent variable "LANG"
[init -> virtualbox] getenv called for non-existent variable "PATH_LOCALE"
[init -> virtualbox] getenv called for non-existent variable "VBOX_DISABLE_HOST_DISK_CACHE"
[init -> virtualbox] getenv called for non-existent variable "CHARSETALIASDIR"
[init -> virtualbox] getenv called for non-existent variable "TZ"
[init -> virtualbox] int access(const char*, int): access not implemented
[init -> virtualbox] getenv called for non-existent variable "TZ"
[init -> virtualbox] fcntl(): command 2 not supported
[init -> virtualbox] Log created: 2015-07-10T06:05:00.621000000Z
[init -> virtualbox] main     Executable: /virtualbox
[init -> virtualbox] Could not open ROM session for module "usb_devices"
[init -> virtualbox] Could not retrieve the "usb_devices" ROM file.USB device pass-through unavailable.
[init -> virtualbox] SystemProperties : Cannot determine default Guest Additions ISO location. Most likely they are not available
int main(): --- init created, waiting for exit condition ---

What might be the problem?

Thanks!

On Wed, Jul 8, 2015 at 1:23 AM, Martin Stein <martin.stein@...1...> wrote:
Hi Daren,

On 08.07.2015 04:51, Daren Sin wrote:
> Hi,
>
> I've found this
> page http://genode.org/documentation/release-notes/14.02#VirtualBox_on_top_of_the_NOVA_microhypervisor
> and managed to run the /make prepare/ command, but got stuck at the next
> one.

The 'make prepare' mechanism is outdated. It has been replaced by the
prepare_port command in tool/ports. Call the tool without arguments for
a short manpage.

> I tried doing that, but got a /Error: libc is not
> prepared or outdated/ error.

The error indicates that the third-party package "libc", which is needed
for your scenario, is missing or too old. You can update it by doing
'./prepare_port libc' in tool/ports. There may be further third-party
packages (ports) that need such treatment.

Cheers,
Martin

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
genode-main mailing list
genode-main@...12...ceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main



--
Thank you!

Regards,
Daren