Is it possible to porting your library to UEFI?
ziv2013 opened this issue · 5 comments
Is your feature request related to a problem? Please describe.
I'm a BIOS engineer who is writing UEFI applications sometime. And as I know, there is no CUI for UEFI applications.
You can think UEFI envirement as DOS. Most of the UEFI application is controlled by paramters which would be complex
and hard to use.
Describe the solution you'd like
I'd like a library which can help me writing a UEFI application with a same style. In this way, customer can use it much easier.
Describe alternatives you've considered
Additional context
The way AppCUI is organized, it can definetelly be ported to other types of terminals. Are there any resources/documentation/toolchains where we can read how to print something for UEFI ? (E.g. for MSDOS int 13 provides such spcifications).
The way AppCUI is organized, it can definetelly be ported to other types of terminals. Are there any resources/documentation/toolchains where we can read how to print something for UEFI ? (E.g. for MSDOS int 13 provides such spcifications).
You can find all the document here . It support VC and GCC. But it's based on language C.
I have tried how to create C++ program with UEFI. You can find it at https://www.lab-z.com/sus/.
Thank you, @ziv2013! We'll look into it in the following week(s) and we'll keep you updated.
Thank you, @ziv2013! We'll look into it in the following week(s) and we'll keep you updated.
If you have met any question about UEFI, you can leave me a message. Thanks.
Hello,
We did not forget, we just didn't have time to research this.
We'll try doing this in the following month.
Thank you!