Displaying 1 result from an estimated 1 matches for "efildr32".
Did you mean:
efildr
2012 Oct 21
0
chain.c32 for tianocore EDK2 DUET EFILDR
Just pushed a hacky commit[1] to an "efildr_hack" branch at
git.zytor.com/users/sha0/syslinux.git The commit message goes:
This introduces support for chaining to tianocore's EDK2's DUET's EFILDRs.
You should use EFILDR for FAT12, EFILDR16 for FAT16, EFILDR32 or EFILDR64
(depending on the architecture) for FAT32.
Usage: chain.c32 efildr=<filename>
where <filename> is the appropriate EFILDR filename.
Might be handy for anyone wanting to boot DUET from Syslinux.
Not suggested for Syslinux master, as it is hacky.
- Shao Miller
[1]
htt...