genode/base-linux/src
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
..
base Fix compile warning 2012-04-04 11:07:15 +02:00
core Limit core's ROM fs to current directory on Linux 2012-04-16 12:16:12 +02:00
platform Read 'main()' function arguments from config file 2012-04-20 08:31:40 +02:00
test Fix lx_hybrid_ctors test for Ubuntu 11.10 2012-02-27 16:05:03 +01:00