Gordon Schumacher
2009-Feb-16 22:45 UTC
[syslinux] Back again, and resuscitated libmenu patches
I've finally gotten back to my work on syslinux, and I've updated the patches I have for the advanced menu system and for COM32 to apply against the current git tree. I've got ten patches - mostly bug fixes, but a few are for additional COM32 or menu functionality. I've got them checked into a local git repository - what is the best way for me to pass them along?
Kevin Landreth
2009-Feb-17 01:02 UTC
[syslinux] Back again, and resuscitated libmenu patches
On Mon, Feb 16, 2009 at 4:45 PM, Gordon Schumacher <gordon at rebit.com> wrote:> I've finally gotten back to my work on syslinux, and I've updated the > patches I have for the advanced menu system and for COM32 to apply > against the current git tree. I've got ten patches - mostly bug fixes, > but a few are for additional COM32 or menu functionality. > > I've got them checked into a local git repository - what is the best way > for me to pass them along? > >Currently I believe it's git format-patch git send-email against your branch -- Kevin Landreth
Gordon Schumacher
2009-Feb-20 18:47 UTC
[syslinux] Back again, and resuscitated libmenu patches
"H. Peter Anvin" <hpa at zytor.com> wrote:> Either that, or post your git tree somewhere from which I can pull it.I would have liked to put the git repository up, but that's rather more work at the moment :) So they're up at http://opensource.rebit.com/patches/syslinux/git-20090216 for your persual. I added the opendisk()/readdisk() functions in order to be able to build isomd5sum as a com32 module; for interested parties, you can get the source and the patch at http://opensource.rebit.com/sources/isomd5sum-11.4.0.1.1.tar.gz and http://opensource.rebit.com/patches/isomd5sum-11.4.0.1.1_com32_syslinux-3.73.patch respectively.