similar to: Status of Syslinux 4.x

Displaying 20 results from an estimated 90000 matches similar to: "Status of Syslinux 4.x"

2009 May 04
2
SYSLINUX 3.80 released
3.80 is a bug fix and internal restructuring release. In particular, the entire shuffler subsystem has been rewritten largely from scratch, as has the Multiboot module. Changes in 3.80: * New shuffler mechanism and API. * Rewritten mboot.c32 module. * The syslinux_boot_linux() function has been simplified. * Don't hang trying to boot a "menu
2019 Jul 23
3
Status of syslinux git master
hpa wrote: > On July 7, 2019 8:37:10 AM PDT, Sebastian Herbszt <herbszt at gmx.de> > wrote: > >Gene, > > > >it looks like the syslinux master branch is broken since February > >[1]. Peter created the wip.makefixes branch but I wasn't able to get > >it working (yet) and it lacks activity since March. > > > >I think it might be time to revert
2009 May 25
4
Crash with core32 (syslinux-3.81-pre12-68-g4a211f6)
I got a qemu crash and errors reported in bochs while trying to get latest core32 branch working (pxelinux): qemu: fatal: Trying to execute code outside RAM or ROM at 0xe6e8aa07 EAX=6e0c7811 EBX=000034b3 ECX=ca68b338 EDX=00000048 ESI=750e3fff EDI=00000020 EBP=d07e4988 ESP=00102324 EIP=e6e8aa07 EFL=00000002 [-------] CPL=0 II=0 A20=1 SMM=0 HLT=0 ES =0028 00000000 ffffffff 00cf9300 CS =0020
2010 Mar 21
6
[PATCH] mboot: set boot loader name
Set a pointer to syslinux_version()->version_string in mbinfo. Signed-off-by: Sebastian Herbszt <herbszt at gmx.de> diff --git a/com32/mboot/mboot.c b/com32/mboot/mboot.c index 8425e06..76ef7a0 100644 --- a/com32/mboot/mboot.c +++ b/com32/mboot/mboot.c @@ -222,6 +222,13 @@ int main(int argc, char *argv[]) /* Add auxilliary information */ mboot_make_memmap(); mboot_apm();
2013 Feb 10
4
[PATCH] poweroff COM32 module
This module is able to power off a system via APM. It replaces the poweroff COMBOOT module. Signed-off-by: Sebastian Herbszt <herbszt at gmx.de> --- com32/modules/Makefile | 2 +- com32/modules/poweroff.c | 88 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+), 1 deletions(-) create mode 100644 com32/modules/poweroff.c diff --git
2011 Mar 30
2
[GIT PULL] gfxboot module changes
Hello Peter, the following changes since commit 0620743d1e54cf48aa8e5cf5636739addae49d60: H. Peter Anvin (1): Merge remote-tracking branch 'mcb30/empty-tftp-ip' are available in the git repository at: git://repo.or.cz/syslinux/sherbszt.git gfxboot32 Sebastian Herbszt (4): gfxboot: use skipspace() gfxboot: don't use the bounce buffer gfxboot: remove
2015 Jun 14
5
Alternate git repo
On Sat, Jun 13, 2015 at 6:14 PM, Sebastian Herbszt <herbszt at gmx.de> wrote: > Gene Cumm wrote: >> Recently there have been discussions off-list about using another repo >> as the primary repository, repo.or.cz in particular. Considering the >> issues until recently with git.zytor.com and the situation with >> git.kernel.org along with the fact I already push to
2009 Apr 30
2
syslinux-3.80-pre5, mboot.h and DEBUG 1
The commit "linux.c32: move handling of mem= and vga= into the library function" also sets DEBUG to 1 in mboot.h. Is this intended? - Sebastian
2009 May 24
3
Time to set a coding style for Syslinux?
Given the number of people that are starting to be involved in Syslinux development, I wanted to start a discussion about a common coding style, for C code in particular. Currently, a lot of the code in Syslinux is written in different styles, partly because my own style has changed over the years. There are pretty much two alternatives that I think are realistic: a) Linux kernel coding style:
2010 Oct 20
2
[GIT PULL] gfxboot module changes
Hello Peter, the following changes since commit 94fbd0b8d206102757cecd3dbd67cd701fb70470: Merge remote branch 'liu/master' (2010-10-15 16:41:02 -0700) are available in the git repository at: git://repo.or.cz/syslinux/sherbszt.git gfxboot32 Colin Watson (1): gfxboot: fix buffer overrun when loading kernel/initramfs com32/gfxboot/gfxboot.c | 3 ++- 1 files changed, 2
2019 Jul 07
5
Status of syslinux git master
Gene, it looks like the syslinux master branch is broken since February [1]. Peter created the wip.makefixes branch but I wasn't able to get it working (yet) and it lacks activity since March. I think it might be time to revert commit 458a54133ecd ("Fix all warnings, and better separate code that should not be mixed") which broke master. Then apply at least the outstanding patch
2010 Jun 13
2
[GIT PULL] gfxboot module changes
Hello Peter, the following changes since commit 08b3602db548775ca819780de77686a186156ec7: H. Peter Anvin (1): isohybrid: use getopt_long_only() are available in the git repository at: git://repo.or.cz/syslinux/sherbszt.git gfxboot32 Sebastian Herbszt (2): gfxboot: use syslinux_derivative_info() gfxboot: set media type com32/gfxboot/gfxboot.c | 22
2011 Apr 25
1
Status of gpxelinux?
gpxelinux.0 from syslinux-4.04-8-gece69c7 doesn't seems to work on Bochs. Seems to work slow on QEMU, but fine on VMware. On Bochs it seems to freeze with Trying to load: pxelinux.cfg/00000000-0000-0000-0000-000000000000 Sebastian
2015 Jan 20
3
PXE Error Reporting
On 01/18/2015 03:23 PM, Sebastian Herbszt wrote: > > --- tftp-hpa-5.2/tftpd/tftpd.c.orig 2015-01-16 21:45:30.790798281 +0100 > +++ tftp-hpa-5.2/tftpd/tftpd.c 2015-01-18 23:44:28.031177383 +0100 > @@ -1504,6 +1504,8 @@ static int validate_access(char *filenam > return ENOSPACE; > case EEXIST: > return EEXISTS; > + case EACCES: >
2009 May 15
3
The "core32" development branch
Well, there is now a development branch in the git repository, which contains the infrastructure needed for rewriting the core in C. As an initial test case it simply contains a "Hello, World!" and a rewrite of rllpack in C. This is not production code in any way: SYSLINUX (the FAT version) is completely broken (I haven't had time to fix the installers yet) and the Linux kernel
2009 Sep 02
3
fsc branch and Bochs
I have just tried syslinux-4.00-pre5-3-g25fb8eb on Bochs + etherboot and it doesn't seem to work: PXELINUX 4.00 pre5-3-g25fb8eb Copyright (C) 1994-2009 H. Peter Anvin et al !PXE entry point found (we hope) at 9F00:0680 via plan A UNDI code segment at 9F00 len 0AB0 UNDI data segment at 9E00 len 1000 Getting cached packet 01 02 03 My IP address seems to be C0A80178 192.168.1.120
2019 Jun 08
2
Kernel Image CRC checking
On 6/7/19 10:48 PM, H. Peter Anvin via Syslinux wrote: > On 6/7/19 10:34 PM, H. Peter Anvin via Syslinux wrote: >> On 6/7/19 10:25 PM, H. Peter Anvin via Syslinux wrote: >>>> >>>> However, the CRC polynomial for zlib and the Linux kernel should both be the >>>> same: 0x04c11db7. >>> >>> I just double-checked, and the CRC tables are
2009 Apr 27
3
Question about vk_check and rllunpack
I am hitting a problem on syslinux-3.80-pre1-2-g6c0fb9e (only last label in config file is found), but don't want to "cry wolf" (again), so let's start with a question: ui.inc: ; ; Now check if it is a "virtual kernel" ; vk_check: mov esi,[HighMemSize] ; Start from top of memory .scan: cmp esi,[VKernelEnd] jbe
2008 Jul 13
4
[PATCH] pci: Introduce slot and function information
Introduce slot and function information to pci_device and fill them in pci_scan(). - Sebastian Index: syslinux-3.71-pre5-3-g852d962/com32/include/sys/pci.h =================================================================== --- syslinux-3.71-pre5-3-g852d962.orig/com32/include/sys/pci.h 2008-07-09 22:20:36.000000000 +0200 +++ syslinux-3.71-pre5-3-g852d962/com32/include/sys/pci.h 2008-07-09
2010 Apr 25
1
[GIT PULL] gfxboot module changes
Hello Peter, the following changes since commit 67496f7afab45f17a6a4ce4fc183d9e0c15ead03: Michal Soltys (1): chain.c32 sethidden option fix are available in the git repository at: git://repo.or.cz/syslinux/sherbszt.git gfxboot32 Steffen Winterfeldt (7): gfxboot: support MENU LABEL statement gfxboot: make config statements case-insensitive gfxboot: handle IPAPPEND