mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
de92956220
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. |
||
---|---|---|
.. | ||
arm | ||
codezero | ||
linux | ||
pistachio | ||
x86_32 | ||
x86_64 | ||
alarm.mk | ||
blit.mk | ||
config_args.mk | ||
dde_kit.mk | ||
ldso-arch.mk | ||
ldso-startup.mk | ||
net.mk | ||
timed_semaphore.mk | ||
xev_track.mk |