How to format the disk parts to fat32 file system with root directory only with C code and UEFI API?
The program is executed on UEFI Bare Machine,So don’t use Windows Diskpart and gdisk,fdisk,mkfs.vfat on the Linux due to it is invaild in UEFI Bare Machine.Does anyone have the idea to do this?Tips:Use Disk_io_protocol in UEFI API and C code to complete it.