genode/os/run
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
..
ahci.run ACPI: Parse MADT 2012-03-16 14:57:12 +01:00
config_args.run Read 'main()' function arguments from config file 2012-04-20 08:31:40 +02:00
demo.run Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
dynamic_config_slave.run Support for dynamic ROM sessions, fix #170 2012-04-05 11:25:26 +02:00
dynamic_config.run Support for dynamic ROM sessions, fix #170 2012-04-05 11:25:26 +02:00
ldso.run Merge final fixes from internal repositories 2011-12-23 14:04:29 +01:00
part_blk.run Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
rom_blk.run Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
sd_card.run Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
signal.run Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
tar_rom.run Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
timed_semaphore.run Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
uart.run Imported Genode release 11.11 2011-12-22 16:19:25 +01:00