Using gnu-efi to read file

818 Views Asked by At

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?

1

There are 1 best solutions below

1
On

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.