similar to: Branch for gfxboot.c32

Displaying 20 results from an estimated 3000 matches similar to: "Branch for gfxboot.c32"

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 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
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
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
2009 Dec 09
1
[GIT PULL] gfxboot32 branch
The following changes since commit aae5483d9ebd6f091aa740108ad7f2958303931f: Steffen Winterfeldt (1): gfxboot.c32 are available in the git repository at: git://repo.or.cz/syslinux/sherbszt.git gfxboot32 Sebastian Herbszt (4): gfxboot: use $(NASM) and $(OBJCOPY) gfxboot: fix typo in cb_getcwd - wrong function number gfxboot: accept plain boot logo files
2010 Dec 05
0
[GIT PULL] gfxboot module changes
Hello Peter, the following changes since commit b78b80a65bd2b65d975bd69b62a812ecd05ac3fb: Bump version to 4.04 (2010-12-02 16:04:35 -0800) are available in the git repository at: git://repo.or.cz/syslinux/sherbszt.git gfxboot32 Sebastian Herbszt (2): gfxboot: support TEXT and ENDTEXT keywords gfxboot: require LABEL keywords com32/gfxboot/gfxboot.c | 20 +++++++++++++++++++-
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
2013 Jul 03
2
Problems with gfxboot.c32
Matt Fleming wrote: > On Wed, 03 Jul, at 09:53:32PM, Sebastian Herbszt wrote: >> gfxboot.c32 is supposed to work as expected if you put all required files >> inside the bootlogo archive. > > From reading com32/gfxboot/gfxboot.c, the code in the bootlog archive > calls *out* into a realmode section compiled into gfxboot.c32 > (realmode_callback.asm) to do things like
2013 Jul 03
2
Problems with gfxboot.c32
Matt Fleming wrote: > On Wed, 03 Jul, at 03:02:19PM, Andreas Heinlein wrote: >> I had to add at least one boot entry to get a working config, so I >> ended up with this isolinux.cfg: >> >> label live >> menu label ^Try Ubuntu without installing >> kernel /casper/vmlinuz >> append file=/cdrom/preseed/ubuntu.seed boot=casper >>
2009 Oct 29
5
[PATCH] gfxboot.c32
Ok, here is the first try to turn the gfxboot wrapper into a com32 module. I had to extend the interface to the gfxboot core a bit to get it working. So it works only with latest gfxboot from git://gitorious.org/gfxboot/gfxboot.git Steffen -------------- next part -------------- A non-text attachment was scrubbed... Name: gfxboot_c32.diff.gz Type: application/x-gzip Size: 7220 bytes Desc: URL:
2013 Jul 03
3
Problems with gfxboot.c32
Hello, I am currently trying to get the gfxboot archive from Ubuntu 12.04 working with gfxboot.c32 under BIOS, using ISOLINUX 6. AFAIK, the Ubuntu patches have been added in 4.03, and in fact it works with the official 4.05 release, but not with 5.10 or 6.01-pre5. I can tell that the menu is actually working, you just don't see it. If you navigate it "blind", the correct
2011 Nov 02
3
Some bugs on gfxboot.c32
While playing with the current master of Syslinux, I figured out two bugs I'd like to share with you. 1- Missing menu entires If you consider a file with the following entries, only the first item appears label mga32 kernel anything label mga64 kernel anything Looks like the number at the end of the label is giving some headaches to gfxboot. If I do rename this two entries by
2013 Jul 04
0
Problems with gfxboot.c32
Am 03.07.2013 23:05, schrieb Sebastian Herbszt: > Matt Fleming wrote: >> On Wed, 03 Jul, at 09:53:32PM, Sebastian Herbszt wrote: >>> gfxboot.c32 is supposed to work as expected if you put all required >>> files >>> inside the bootlogo archive. >> >> From reading com32/gfxboot/gfxboot.c, the code in the bootlog archive >> calls *out* into a
2013 Jul 03
0
Problems with gfxboot.c32
On Wed, 03 Jul, at 09:53:32PM, Sebastian Herbszt wrote: > gfxboot.c32 is supposed to work as expected if you put all required files > inside the bootlogo archive. >From reading com32/gfxboot/gfxboot.c, the code in the bootlog archive calls *out* into a realmode section compiled into gfxboot.c32 (realmode_callback.asm) to do things like open files, read sectors, etc. It's these
2013 Jul 03
0
Problems with gfxboot.c32
On Wed, 03 Jul, at 12:22:52PM, Andreas Heinlein wrote: > Hello, > > I am currently trying to get the gfxboot archive from Ubuntu 12.04 > working with gfxboot.c32 under BIOS, using ISOLINUX 6. > > AFAIK, the Ubuntu patches have been added in 4.03, and in fact it > works with the official 4.05 release, but not with 5.10 or > 6.01-pre5. > > I can tell that the menu is
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
2013 Jul 03
2
Problems with gfxboot.c32
Am 03.07.2013 14:11, schrieb Matt Fleming: > On Wed, 03 Jul, at 12:22:52PM, Andreas Heinlein wrote: >> Hello, >> >> I am currently trying to get the gfxboot archive from Ubuntu 12.04 >> working with gfxboot.c32 under BIOS, using ISOLINUX 6. >> >> AFAIK, the Ubuntu patches have been added in 4.03, and in fact it >> works with the official 4.05 release,
2008 Oct 07
2
Gfxboot COMBOOT module
Hello all, i announce you the gfxboot COMBOOT module which is written in assembler. Since i didn't find as much spare time as i have hoped last weekend it is far from complete. Nevertheless the module is able to interact with the bincode ([1] and [2]) in the bootlogo cpio archive from the openSUSE 10.2 mini cd. So far it is able to call the bincode gfxboot code and setup some menu entries.
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
2009 Apr 05
3
[PATCH] Gfxboot COMBOOT module
This is the latest version of the gfxboot module. It's supposed to work on all Syslinux derivatives. I am not sure about the copyright notice and would appreciate any input. - Sebastian Index: syslinux-3.74-pre17-2-g2a9ddec/modules/Makefile =================================================================== --- syslinux-3.74-pre17-2-g2a9ddec.orig/modules/Makefile +++