genode/os/lib/mk
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
..
arm Specialize blit library for ARM (fix #147). 2012-03-21 22:04:25 +01:00
codezero Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
linux Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
pistachio Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
x86_32 Specialize blit library for ARM (fix #147). 2012-03-21 22:04:25 +01:00
x86_64 Specialize blit library for ARM (fix #147). 2012-03-21 22:04:25 +01:00
alarm.mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
blit.mk Specialize blit library for ARM (fix #147). 2012-03-21 22:04:25 +01:00
config_args.mk Read 'main()' function arguments from config file 2012-04-20 08:31:40 +02:00
dde_kit.mk Follow-up for spin-lock unification, ref #123 2012-03-01 10:57:05 +01:00
ldso-arch.mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
ldso-startup.mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
net.mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
timed_semaphore.mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
xev_track.mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00