ChronicRat
ChronicRat

Reputation: 21

Using gnu-efi to read file

can't find any documentation for programming EFI using "gnu-efi" library. Just one example that demonstrates standard "Hello, world!". What exactly steps I need to do open and read file if I know that there are two FAT32 partitions? What protocols I need to initialise?

Upvotes: 0

Views: 841

Answers (1)

Christophe Vu-Brugier
Christophe Vu-Brugier

Reputation: 2731

What about writing an EFI shell script? I don't know what you are trying to do but if it is simple then it can be done more easily in a script.

Upvotes: 0

Related Questions