Displaying 7 results from an estimated 7 matches for "makefixes".
Did you mean:
makefiles
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 "Force...
2019 Jul 07
0
Status of syslinux git master
> 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.
Since you are mentioning it in your email, I would like to bring up a
complication of merging almost anything from the "wip.makefixes" branch
onto the master branch.
One of the things that...
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 commit 458a54133ecd ("Fix all
> >warnings, and better separate code that should not be mixed") which
> >broke master. Then app...
2019 Mar 21
1
does git head work?
On Thu, Mar 21, 2019 at 04:26:19PM +0000, Patrick Welche via Syslinux wrote:
> On Thu, Mar 21, 2019 at 04:15:48PM +0000, Patrick Welche via Syslinux wrote:
> > I just idly git cloned head and roughly compiled it on a stock ubuntu 18 box.
> > Using the generated pxelinux.0 and ldlinux.c32, I see
> >
> > "Failed to load ldlinux.c32"
> >
> > If I
2019 Jul 08
0
Status of syslinux git master
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 commit 458a54133ecd ("Fix all
>warnings, and better separate code that should not be mixed") which
>broke master. Then apply at least the outstandi...
2019 Aug 05
0
Status of syslinux git master
...t gmx.de> wrote:
>
> 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 commit 458a54133ecd ("Fix all
> > >warnings, and better separate code that should not be mixed") which
> > &...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello,
the following patches should get multidisk access working.
The syntax accepted is the following:
(hdx,y)/path/to/file
where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk.
the other accepted syntax is using MBR's 32 bits disk signature so for example:
(mbr:0x12345678,2)/foo/bar
would address