EFI File I/O

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
psdgijdfi
Posts: 3
Joined: Tue Oct 08, 2013 6:19 pm

EFI File I/O

Post by psdgijdfi »

Hi,

I'm making an EFI OS.

How can an EFI application read a file that is in the same directory of the application?

I've read the uefi specification, but I can't figure out how to use LocateHandleBuffer() and EFI simple file protocol to read a file.
Post Reply