similar to: Syslinux 3.86 released; Syslinux 4.00 now in beta test

Displaying 20 results from an estimated 9000 matches similar to: "Syslinux 3.86 released; Syslinux 4.00 now in beta test"

2011 Aug 06
4
[PATCH] ifmemdsk.c32: Allow boot options based on presence of MEMDISK
Below, attached, and available at the 'ifmemdsk' branch at: http://git.zytor.com/?p=users/sha0/syslinux.git;a=commitdiff;h=a975c12919bbd48739fede4ebfe099d98b87192e Review welcome! - Shao Miller ----- From a975c12919bbd48739fede4ebfe099d98b87192e Mon Sep 17 00:00:00 2001 From: Shao Miller <shao.miller at yrdsb.edu.on.ca> Date: Sat, 6 Aug 2011 05:24:46 -0400 Subject: [PATCH]
2005 Jan 03
1
SYSLINUX 3.01 released
Some people have reported portability problems with SYSLINUX 3.00, mostly due to the use of HDIO_GETGEO_BIG, which is deprecated; additionally, the advanced menu system wouldn't build for everyone due to a spurious reference to %ebp. This release fixes these things, plus makes the extlinux installer default to zipdisk geometry (64 heads, 32 sectors) if it can't guess anything else.
2008 Oct 14
2
SYSLINUX 3.73-pre3
I just pushed out SYSLINUX 3.73-pre3. The only significant difference over -pre2 was changing MEMDISK to use "safeint" by default. -hpa
2008 Sep 26
3
SYSLINUX 3.72 released
Well, it has to happen at some point, so I have officially pushed out SYSLINUX 3.72. The big news in this release is of course the ISOLINUX hybrid mode support (a single image which can be booted either from a CD-ROM or from a hard disk/USB stick), but there are plenty of more goodies in here, including the label listing (not technically completion) on the Tab key. As usual, huge thanks to
2008 Feb 04
1
SYSLINUX 3.61 released
Changes in 3.61: * EXTLINUX: fix crash when accessing an empty file. * elf.c32: If a PHDR segment is present, load it. * Fix SHA-1 and MD5 passwords. * ISOLINUX: fix booting when mastered without mkisofs -boot-info-table (broken since 3.50, sigh...) * Handle BIOSes which emit multiple contiguous valid memory regions in the e820 map. Begin3 Title: syslinux Version: 3.61 Entered-date:
2009 Dec 18
4
SYSLINUX 3.84 released
Syslinux 3.84 has been released. This is a mixed minor new features/minor bug fixes release. Changes in 3.84: * SYSLINUX: make the DOS installer work for MS-DOS 7.x/8.x (Win9x/ME) again. * HDT: updated to version 0.3.6 (numerous changes.) * mboot.c32: now supports video mode setting if requested by the image. * MEMDISK: Fix floppy images of
2009 Dec 07
3
[PATCH] memdisk: "safe hook" and mBFT
Two additions to MEMDISK to support OS drivers. The "safe hook" structure ("Safe Master Boot Record INT 13h Hook Routines") is a means for an OS driver to follow a chain of INT 13h hooks, examining the hooks'' vendors and assuming responsibility for hook functionality along the way. For MEMDISK, we guarantee an additional field which holds the physical address for the
2009 Dec 08
1
[PATCH] doc: document mBFT and "safe hook"
From 8be8951015673d6279d7d49b0138645194317dc2 Mon Sep 17 00:00:00 2001 From: Shao Miller <shao.miller at yrdsb.edu.on.ca> Date: Wed, 9 Dec 2009 19:11:38 +0000 Subject: [PATCH] doc: document mBFT and "safe hook" --- doc/memdisk.txt | 40 ++++++++++++++++++++++++++++++++++++++++ 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/doc/memdisk.txt b/doc/memdisk.txt
2011 Apr 16
6
[PATCH 0/6] Makefile cleanups
From: Matt Fleming <matt.fleming at linux.intel.com> This series includes a patch (PATCH 1/6) that I sent previously but I thought it was worth sending it again since the rest of the series depends on it, and it also gives a bit of context. These cleanups make it simpler to do the big switchover to ELF modules on the elflink branch because the libraries in $LIBS are now contained in one
2010 Mar 30
2
Syslinux 3.86-pre2: *absolutely last call*
I just pushed out Syslinux 3.86-pre2. Absolutely last call for Syslinux 3.86. -hpa
2010 Jun 18
3
PXELINUX 3.86 Boots Over HTTP, 4.00 Does Not
Hi , Thought I would keep the same topic as a previous post in June - still is a problem with pre49 Setting dhcp options 209 and 210 is breaking gpxe/pxelinux - everything else being the same, it works fine in 3.86 and not 4.00. ..Inserting following into pxelinux.gpxe ... set 209:string pxelinux.cfg/default set 210:string http://xxxxxxxx.xxx.xx.uk/pxe/ It is hanging with 'Trying to
2020 May 13
0
chain loading Syslinux 3.86 from 6.04
Thanks. That gets me further. Syslinux 4.07 loads from Syslinux 6.04 now. For some reason though it reread D:\syslinux.cfg instead of D:\ESXi\syslinux.cfg . I don't see the directive that tells Syslinux(4) to look in the sub directory for syslinux.cfg instead of the root. The only thing (right now) I can see that is different, is my D:\syslinux.cfg is one file while yours loads other files
2010 Jun 01
1
PXELINUX 3.86 Boots Over HTTP, 4.00 Does Not?
I am using gPXE 1.0.0 to boot PXELINUX 3.86 over HTTP without problems, but when I switch pxelinux.0 3.86 with 4.00-pre47, I get ?Unable to locate configuration file?. Is HTTP booting not working with 4.00, or is some special compile/settings needed?
2020 May 12
0
chain loading Syslinux 3.86 from 6.04
Thanks! The only way I could see to write to a file is using the win32 version and specifying a file after the drive letter. syslinux.exe D: syslinux.bin This throws the same message on to boot and just says Boot error. Is that what you meant to write it to a file? I tried in Linux: syslinux --install syslinux.bin and that did not work(throws an error that syslinux.bin does not exist). I
2020 May 11
0
chain loading Syslinux 3.86 from 6.04
Hello, I was wondering if someone might give me a hand. I have a multiboot drive I maintain and I am trying to add the ESXi installer to it. It seems well documented that VMWare uses their own mboot.c32 file which is built from not the same code in SYSLINUX mboot.c32 3.86 . I'm using the Syslinux 6.04 from the Ubuntu repositories. I have compiled Syslinux 3.86 . I thought I could try
2012 Nov 07
1
State of memdisk-acpi
I tested the memdisk-acpi branch with following results: - Bochs The BIOS provides a RSDT. Available tables are RSDT, FACP, DSDT, FACS, APIC, SSDT. memdisk-acpi is able to hook the SSDT. - VMware The BIOS provides a RSDT and XSDT. Available tables are RSDT, FACP, DSDT(*), FACS(*), BOOT(*), APIC(*) and XSDT, FACP, DSDT(*), FACS(*), BOOT(*), APIC(*). Tables marked with an asterisk (*) are
2010 Feb 21
1
SYSLINUX 3.85 released
Syslinux 3.85 is a bug fix and minor new feature release. The biggest change is undoubtedly that gPXELINUX is now considered feature complete, and should be able to be a drop-in for PXELINUX for all uses. Special thanks to Intel Corporation, my current employer, for their support for my Syslinux work. Changes in 3.85: * gPXELINUX: updated to gPXE 1.0.0. gPXELINUX can now do NBP
2010 Apr 30
4
Syslinux 4.00-pre40 now a Release Candidate
I just released Syslinux 4.00-pre40. This is now a Release Candidate, meaning that it is on track to be released as it currently is unless I hear back about currently unexpected problems. If you have a chance, please pretty please test it. -hpa
2009 Oct 05
2
Syslinux 3.83 released
Hi all, I have just released Syslinux 3.83. Special thanks to my employer, Intel, for letting me spend time on this. It is somewhat of a meager release despite four months, as most of the work has gone into the future-work branches. -hpa Changes in 3.83: * PXELINUX: clear memory before handing over to a chainloaded NBP. This may help avoid a bug in Windows RIS. *
2012 Nov 01
1
Syslinux 4.06 and 5.00-pre9 Binary Sizes
This is an attempt to avoid potential confusion. Here are some example sizes for the two Syslinux versions mentioned in the e-mail subject. Your build results might be different. 4.06: 1 55 Sep 22 22:23 modules/int18.com 1 108 Nov 1 18:07 version.mk 1 138 Nov 1 18:07 version.gen 1 138 Nov 1 18:07 version.h 1 239 Sep 22 22:23 modules/poweroff.com 1 408 Sep 22 22:25