How to enable the UEFI File system by programming codes when the LocateProtocol returns efi_not_found?
I met an error when coding in UEFI (LocateProtocol returns efi_not_found(according to UEFI specificiations) and I don’t know why)and there is the my pascal code:
These are my codes of UEFI,it is too long to look up all,so you must bear it if you want to solve my problem.