Thank you, Christian.
You predicted correctly. Due to the RAM running out during the build, I had to rebuild process multiple times. After receiving your message, I created a new source tree code and attempted the build with more RAM, and it worked out. I'm grateful for that.
Just a few questions:
1. Can the project be run with the Nova kernel and PC board? With the release notes 23.08, it seems that in the current version of Genode, `pc_nic_drv` has replaced `ipxe_nic_drv`. In the provided source code in the PC section, I have `pc_nic_drv`, and when building for the PC board, I encounter the following error:
Error: incomplete or missing recipe (genodelabs/src/ipxe_nic_drv)
Which version of Genode are you using?
2. I've created the `tap0` network, but it's still not connecting (I also attempted to trace network packets using Wireshark to troubleshoot, but I'm not receiving any packets). Does any part of the code need further development, or is there an issue with my initial setup?
The command I used to build the project:
sh: make -C build/x86_64 run/falkon KERNEL=linux BOARD=linux log=core
Regards, Hamed