Hi,
I want to run l4linux on real machine ,but there is someting wrong.

[init -> nic_drv]    number of devices: 1
[init -> nic_drv] --- init rx_callbacks
[init -> nic_drv] --- get MAC address
[init -> nic_drv]    00:0e:04:00:03:16
[init -> nic_drv] mmemory allocation failed in alloc_memblock (size=2048, align=800, offset=0)
[init -> nic_drv] mmemory allocation failed in alloc_memblock (size=2048, align=800, offset=0)
[init -> nic_drv] mmemory allocation failed in alloc_memblock (size=2048, align=800, offset=0)

PC hardware
motherboard :  DELL OptiPlex 330
CPU  :  Intel Pentium dual e2180 @ 2.00GHz
Ethernet :  intel 82541pi 
RAM : 2G

the log  is attached as log1 .

I know it is discussed before as issue#593, https://github.com/genodelabs/genode/issues/593 , and  I find chelmuth  tried to solve this issue .Later,I find a branch about issue#593  https://github.com/chelmuth/genode/tree/issue593.
I download the branch,find l4linux.run script have error running in qemu.

[init -> nic_drv] snprintf not implemented
[init -> nic_drv] void {anonymous}::Backing_store::_grow(): size=0 + chunk=8000
[init -> nic_drv] memory allocation failed in alloc_memblock (size=256, align=100, offset=0)
[init -> nic_drv] dde_ipxe_nic_init(): opening device 00:03.0 failed
[init -> nic_drv]     number of devices: 0
[init -> nic_drv] --- init rx_callbacks

I also tried issue593.run script ,have the same error.
the log is attached as log2.

Any help is appreciated.
Regards.
Yuqing Wang