search for: a00a5b1

Displaying 2 results from an estimated 2 matches for "a00a5b1".

Did you mean: a0051
2011 May 25
1
[GIT PULL] elflink ldlinux
...MK_PTR(reg.es, reg.ebx.w[0]); diff --git a/com32/lib/syslinux/advwrite.c b/com32/elflink/ldlinux/advwrite.c similarity index 100% rename from com32/lib/syslinux/advwrite.c rename to com32/elflink/ldlinux/advwrite.c diff --git a/com32/elflink/ldlinux/execute.c b/com32/elflink/ldlinux/execute.c index a00a5b1..635e327 100644 --- a/com32/elflink/ldlinux/execute.c +++ b/com32/elflink/ldlinux/execute.c @@ -134,7 +134,7 @@ void execute(const char *cmdline, enum kernel_type type) argv[argc] = NULL; module_load_dependencies(kernel, "modules.dep"); spawn_load(kernel, argc, argv); - } else if...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and