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!
- 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.
- And how should I generate device path string for raw blockIO
device with specified offset/size? UEFI 2.6 spec does not provide much information in 9.4.5 Media Device Path Rules.
Thank you! Jun