genode/base-linux/src/platform
Christian Prochaska de92956220 Read 'main()' function arguments from config file
This patch reads program arguments from the config file and makes them
available to the application via the 'argc' and 'argv' arguments of the
'main()' function. The configuration syntax looks like this:

<config>
	<arg value="...">
	<arg value="...">
        ...
</config>

The 'value' attribute of the first <arg> node becomes 'argv[0]' and so on.

Fixes #184.
2012-04-20 08:31:40 +02:00
..
x86_32 Work-around of running Genode with PaX enabled 2012-02-08 19:30:55 +01:00
x86_64 Work-around of running Genode with PaX enabled 2012-02-08 19:30:55 +01:00
_main_helper.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
context_area.nostdlib.ld Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
context_area.stdlib.ld Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
linux_rpath.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
linux_rpath.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
linux_socket.h Refactor Linux socket handling into platform header 2012-01-17 17:19:30 +01:00
linux_syscalls.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
lx_hybrid.cc Read 'main()' function arguments from config file 2012-04-20 08:31:40 +02:00