search for: cb88272

Displaying 3 results from an estimated 3 matches for "cb88272".

Did you mean: 88272
2012 Jul 16
5
[PATCH 0/5] Deleting __intcall() from Syslinux
From: Matt Fleming <matt.fleming at intel.com> Since we can't use __intcall() for EFI, and since we can now have the ELF module code resolve all our symbols at runtime, we should delete as many references to __intcall() as possible and just access the symbols directly. The most interesting patch is the support for weak symbols. We need to be able to reference derivative-specific
2012 Aug 14
1
[GIT PULL] elflink fixes
...| 2 +- 64 files changed, 375 insertions(+), 654 deletions(-) delete mode 100644 com32/lib/syslinux/features.c delete mode 100644 core/elflink/advwrite.c delete mode 100644 core/elflink/setadv.c diff --git a/com32/chain/utility.c b/com32/chain/utility.c index b54e0cd..cb88272 100644 --- a/com32/chain/utility.c +++ b/com32/chain/utility.c @@ -4,7 +4,9 @@ #include <errno.h> #include <unistd.h> #include <string.h> +#include <fs.h> #include <syslinux/disk.h> +#include <syslinux/pmapi.h> #include "utility.h" static const...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address