Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to porting your library to UEFI? #443

Open
ziv2013 opened this issue Mar 17, 2024 · 5 comments
Open

Is it possible to porting your library to UEFI? #443

ziv2013 opened this issue Mar 17, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@ziv2013
Copy link

ziv2013 commented Mar 17, 2024

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

@ziv2013 ziv2013 added the enhancement New feature or request label Mar 17, 2024
@gdt050579
Copy link
Owner

gdt050579 commented Mar 17, 2024

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).

@ziv2013
Copy link
Author

ziv2013 commented Mar 18, 2024

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/.

@gheorghitamutu
Copy link
Collaborator

Thank you, @ziv2013! We'll look into it in the following week(s) and we'll keep you updated.

@ziv2013
Copy link
Author

ziv2013 commented Mar 18, 2024

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.

@gheorghitamutu
Copy link
Collaborator

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!

@gheorghitamutu gheorghitamutu self-assigned this Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

3 participants