search for: boot_linux

Displaying 10 results from an estimated 10 matches for "boot_linux".

2014 Oct 13
2
[PATCH][git-pull] lua: fix broken bindings, switch to using methods, document things
...h changes up to 68cb978ab7e692d772e4d62d3585b8f7bac43b4b: lua: simplify the function/value handling in the automenu test (2014-10-13 12:44:15 +0200) ---------------------------------------------------------------- Ferenc W?gner (25): lua: make kernel and initrd progress output match in sl_boot_linux lua: add the IMAGE_TYPE table to the syslinux module lua: share the export macro (CPP only change) lua: docs: do not reference removed example lua: docs: add new bindings to syslinux.asc lua: vesa: delete stray would-be-debug output lua: docs: bring documentation...
2016 Jun 16
2
[PATCH] Fix recognition of keeppxe option
> On Wed, Jun 15, 2016 at 1:02 PM, Ady via Syslinux <syslinux at zytor.com> wrote: > > > >> On Tue, Jun 14, 2016 at 12:33 PM, Ady via Syslinux <syslinux at zytor.com> wrote: > >> > > >> >> > kernel.c:new_linux_kernel() to load_linux.c:bios_boot_linux() because > >> >> > there is no convenient way in new_linux_kernel() to control the boot > >> >> > flags value. > >> >> > >> >> This is the part that has me questioning things and trying to recall > >> >> if any other...
2015 Feb 20
6
[PATCH 0/1] EFI image booting capabilities
...uprN a/com32/include/syslinux/firmware.h b/com32/include/syslinux/firmware.h --- a/com32/include/syslinux/firmware.h 2014-10-06 10:27:44.000000000 -0600 +++ b/com32/include/syslinux/firmware.h 2015-02-18 18:36:46.155334267 -0700 @@ -60,6 +60,8 @@ struct firmware { struct adv_ops *adv_ops; int (*boot_linux)(void *, size_t, struct initramfs *, struct setup_data *, char *); + int (*boot_efi)(void *, size_t, char *, int); + void (*clear_screen)(void); struct vesa_ops *vesa; struct mem_ops *mem; }; diff -uprN a/com32/lib/syslinux/load_efi.c b/com32/lib/syslinux/load_efi.c --- a/c...
2016 Mar 20
0
[PATCH 0/1] EFI image booting capabilities
...e.h b/com32/include/syslinux/firmware.h > --- a/com32/include/syslinux/firmware.h 2014-10-06 10:27:44.000000000 -0600 > +++ b/com32/include/syslinux/firmware.h 2015-02-18 18:36:46.155334267 -0700 > @@ -60,6 +60,8 @@ struct firmware { > struct adv_ops *adv_ops; > int (*boot_linux)(void *, size_t, struct initramfs *, > struct setup_data *, char *); > + int (*boot_efi)(void *, size_t, char *, int); > + void (*clear_screen)(void); > struct vesa_ops *vesa; > struct mem_ops *mem; > }; This change I was u...
2016 Jun 16
0
[PATCH] Fix recognition of keeppxe option
...00, Ady via Syslinux wrote: > the main idea: if the LINUX directive would be capable of using / > parsing "keeppxe", then it might make sense to have the same capability > in linux.c32 (in addition to mboot.c32 and chain.c32). AFAICT, the following modules lead to the syslinux_boot_linux code path: ldlinux.c32 lua.c32 (for boot_linux and boot_it; and run_kernel_image for Linux kernels only) linux.c32 gfxboot.c32 > FWIW, in Syslinux v.4.05, the entry for booting Reactos from pxelinux.0 > with chain.c32 is: > > COM32 chain.c32 > APPEND file=freeldr.sys seg=0x0F80...
2014 Sep 09
2
Are any of these still relevant?
...by-one in gdt allocation http://www.syslinux.org/archives/2014-February/021725.html (By now the original patch is off by a few lines, because additional patches were applied since it was originally sent.) _ 2014Apr-May [PATCH][git-pull] lua: make kernel and initrd progress output match in sl_boot_linux and more http://www.syslinux.org/archives/2014-April/022013.html http://www.syslinux.org/archives/2014-May/022069.html _ Quoting "Ferenc Wagner" in: http://www.syslinux.org/archives/2014-July/022383.html "OK, I'll queue a patch for that." _ Geert Stappers "No...
2014 Oct 24
0
[PATCH][git-pull] lua: fix broken bindings, switch to using methods, document things
...d772e4d62d3585b8f7bac43b4b: > > lua: simplify the function/value handling in the automenu test (2014-10-13 12:44:15 +0200) > > ---------------------------------------------------------------- > Ferenc W?gner (25): > lua: make kernel and initrd progress output match in sl_boot_linux > lua: add the IMAGE_TYPE table to the syslinux module > lua: share the export macro (CPP only change) > lua: docs: do not reference removed example > lua: docs: add new bindings to syslinux.asc > lua: vesa: delete stray would-be-debug output >...
2015 Mar 14
0
[PATCH 0/1] EFI access from Com32 modules
...bmodule update --init +#) if [ -d "$objdir/gnu-efi" ];then cd "$objdir/gnu-efi" diff -uprN a/efi/main.c b/efi/main.c --- a/efi/main.c 2014-10-06 10:27:44.000000000 -0600 +++ b/efi/main.c 2015-03-13 12:56:38.747049818 -0600 @@ -1202,6 +1202,8 @@ struct firmware efi_fw = { .boot_linux = efi_boot_linux, .vesa = &efi_vesa_ops, .mem = &efi_mem_ops, + .image = NULL, + .table = NULL }; static inline void syslinux_register_efi(void) @@ -1265,6 +1267,8 @@ EFI_STATUS efi_main(EFI_HANDLE image, EF InitializeLib(image, table); image_handle = image; + efi_fw.image =...
2015 Jul 02
1
boot... round 2
...n-garbage-col.patch 0020-lua-don-t-do-a-local-boot-when-asked-to-final_cleanu.patch 0021-lua-initramfs-enable-adding-nonempty-files.patch 0022-lua-docs-refresh-and-extend-the-documentation.patch 0023-lua-return-the-modified-object-from-the-initramfs-me.patch 0024-lua-move-the-automenu-test-from-the-boot_linux-to-th.patch 0025-lua-simplify-the-function-value-handling-in-the-auto.patch 0026-version-bump-to-6.04-2015.patch 0027-btrfs-Suffix-64b-macro.patch 0028-doc-syslinux.txt-SYSAPPEND-0x20000-FSUUID.patch 0029-doc-syslinux.txt-txt-syslinux.cfg.txt-Adjust-bit-val.patch 0030-libupload-fix-parallel-build-i...
2015 Jul 01
4
boot... round 2
On 01.07.2015 12:10, Gene Cumm wrote: > On Wed, Jul 1, 2015 at 4:35 AM, poma <pomidorabelisima at gmail.com> wrote: >> >> To remind you once again. >> ISOLINUX >= 6.00 built with GCC >= 5.0.0 causes a broken boot. >> This relates specifically to the use of the vesamenu.c32, >> menu.c32 works without problemos. > > isolinux-debug.bin is not for