2017-02-09 21:44 GMT+08:00 Jun Nie <
jun.nie@linaro.org>:
I am new to UEFI and trying to boot Linux with LinuxLoader app. But I
cannot find detail information for below questions. Could anyone point
out where I can find related information or example code? Thanks for
your time!
1. How to feed command line to this app so that ProcessAppCommandLine() can
process it?
I know this app support parsing command line from shell. I am seeking
method to launch this app from BDS directly without shell but cannot
find where to specify value to LoadedImage->LoadOptions so that this
app can get command line from it.