Displaying 2 results from an estimated 2 matches for "peprocessor".
Did you mean:
preprocessor
2014 Aug 27
0
syslinux efi configuration file name proposal
...ectly, your patch seems to be based on
> "core/fs/lib/loadconfig.c":
>
> +#if defined(__amd64__) || defined(__x86_64__) || defined(_M_AMD64)
>
> which means (again, if I understand correctly) that it affects
> BIOS-based systems too.
Right. It's a compile time peprocessor directive, which means that a
64bit version (which is probably never used in BIOS mode) will also take
into account the syslnx64.cfg config file.
> As potential reference, in
> "gpxe/src/include/gpxe/efi/Uefi/UefiSpec.h" we have:
>
> "// EFI File location to boot from...
2014 Aug 27
4
syslinux efi configuration file name proposal
> Hello Ady & list,
>
> On Wed, Aug 27, 2014 at 08:17:51AM +0300, Ady wrote:
> > > Hello Ady,
> > >
> > > On Fri, Aug 01, 2014 at 08:35:27PM +0300, Ady wrote:
> > > > Goal: To have one USB drive capable of booting UEFI IA32 and UEFI X64
> > > > (with an optional Syslinux menu containing multiple entries).
> > > >
>