Hi Vijay, you can find an introduction to running L4Re/Fiasco.OC and programs for the system here https://os.inf.tu-dresden.de/fiasco/build.html and here https://os.inf.tu-dresden.de/L4Re/doc/l4re_getting_started.html For writing your own programs you can get some pointers in the existing packages (in src/pkg) and in the examples (src/pkg/examples). Create your package directory in the pkg/ directory (e.g. pkg/my_cool_server) and then initialize it by calling ../../mk/tmpl/inst from within your new directory to get a simple template package structure to start from. I hope this is enough to get you started. Kind regards, Marcus Haehnel On 2013-07-06 05:33, vijay kumar godavarthy wrote:
Dear all,
I am a newbie to l4re and fiasco. I would like to execute the client-server example given in the example directory. Please let me know the steps to be followed. In case I write a new server how to compile and execute it in QEMU.
Best regards and many thanks