Dear seL4 developers,

I am running the CAmkES VM examples from 
`https://github.com/seL4/camkes-vm-examples` and am able to boot the `minimal` 
example with:

```
$ ../init-build.sh -DSIMULATION=TRUE -DCAMKES_VM_APP=minimal
$ ninja
$ qemu-system-x86_64 -m 512 -kernel images/kernel-ia32-pc99 -initrd 
images/capdl-loader-image-ia32-pc99 --enable-kvm -smp 2 -cpu Nehalem,+vmx 
-nographic
```

However this example does not provide networking capabilities due to missing 
drivers (is that correct?). Is there a simple way I may add networking? Simply 
put I would like the Linux guest to be able to connect to the internet. I tried 
passing the QEMU parameters to setup a tap interface, which didn't help.

I also tried to use the example `cma34cr_centos` which should already provide 
networking but when I try to boot this example using

`qemu-system-x86_64 -m 2048 -kernel images/kernel-x86_64-pc99 -initrd 
images/capdl-loader-image-x86_64-pc99 --enable-kvm -smp 2 -cpu Nehalem,+vmx 
-nographic`

I get the following error: `create_objects@main.c:794 Ran out of untyped memory 
while creating objects.`. Full log output in the `.log` file.

Thanks in advance,

Best regards,

Cedric Maire


===============================================================================
The ICRC - working to protect and assist people affected by armed conflict and
other situations of violence. Find out more: www.icrc.org

This e-mail is intended for the named recipient(s) only.
Its contents are confidential and may only be retained by the named recipient
(s) and may only be copied or disclosed with the consent of the International
Committee of the Red Cross (ICRC). If you are not an intended recipient please
delete this e-mail and notify the sender. 
===============================================================================

_______________________________________________
Devel mailing list
Devel@sel4.systems
https://sel4.systems/lists/listinfo/devel

Reply via email to