Displaying 20 results from an estimated 200 matches similar to: "[syslinux:master] diag/geodsp: update"
2011 Apr 30
2
[PATCH][git-pull] diag/geodsp
git://git.zytor.com/users/genec/syslinux.git
Branch diag-geodsp-for-hpa
http://git.zytor.com/?p=users/genec/syslinux.git;a=shortlog;h=refs/heads/diag-geodsp-for-hpa
Updates to diag/geodsp/Makefile and an additional variable (XZ) in
mk/syslinux.mk. This removes unnecessary parts and makes the recipes
more generic by using make variables.
--
-Gene
2017 Mar 19
2
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
>
> I ponder whether it would be possible to create a diagnostic MBR
> which does not necessarily have to boot but rather tells what the
> isohybrid MBR would perceive: Presence of partition table,
> EBIOS or CBIOS, block address used with INT 13, content of the block
> read by the first INT 13, ...
>
> One could preserve the isohybrid MBR of an ISO and replace it by
>
2011 Apr 22
1
[PATCH][git-pull] diag/geodsp/: Fixes/Improvements
git://git.zytor.com/users/genec/syslinux.git
Branch diag-geodsp-for-hpa
Numerous improvements, most notably that we no longer make 3 8MiB
images during a build, the .img.xz files will stay untouched after a
'make clean;make' and use the program variables from MCONFIG.
I'm still trying to figure out if there's a way to have/simulate a
prerequisite that is ignored when not present
2013 Sep 09
2
[PATCH][git-pull] geodsp fixes
The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd:
Gene Cumm (1):
Allow for UNDIIF_ID_DEBUG in 1 mk line
are available in the git repository at:
git://github.com/geneC/syslinux.git elflink-geodsp-fixes-for-mfleming
https://github.com/geneC/syslinux/tree/elflink-geodsp-fixes-for-mfleming
Gene Cumm (2):
diag/geodsp: fix Makefile
diag/geodsp:
2017 Mar 19
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
Hi,
Ady wrote:
> http://repo.or.cz/syslinux.git/tree/HEAD:/diag
> "handoff.bin
This does not look like it would tell much of the properties in question.
Nevertheless its print functions might be of interest for an isohybrid
diagnostic MBR.
> and at least 2 geodsp*.{bin,img(gz)}
I am now reading
http://repo.or.cz/syslinux.git/blob/HEAD:/diag/geodsp/README
These programs
2011 Apr 05
1
Syslinux 4.04-pre22 -- another "last call" attempt
Trying again to get a last call for Syslinux 4.04. I really want to
release it this week.
-hpa
2013 Sep 17
0
[PATCH][git-pull] geodsp fixes
On Mon, 09 Sep, at 04:43:54PM, Gene Cumm wrote:
> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd:
> Gene Cumm (1):
> Allow for UNDIIF_ID_DEBUG in 1 mk line
>
> are available in the git repository at:
>
> git://github.com/geneC/syslinux.git elflink-geodsp-fixes-for-mfleming
>
2017 Mar 19
4
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
> Hi,
>
> Ady wrote:
> > http://repo.or.cz/syslinux.git/tree/HEAD:/diag
> > "handoff.bin
>
> This does not look like it would tell much of the properties in question.
> Nevertheless its print functions might be of interest for an isohybrid
> diagnostic MBR.
>
>
> > and at least 2 geodsp*.{bin,img(gz)}
>
> I am now reading
>
2012 Oct 19
3
[PATCH 0/3] elflink fixes
From: Matt Fleming <matt.fleming at intel.com>
The first two patches in this series are fixes for bugs reported by
someone in #syslinux. The third makes dmitest.c32 actually wait for
user input.
If no one has any objections/concerns, I'll pull this into the
official elflink branch.
Matt Fleming (3):
core: Print error message if we don't load ldlinux.c32
Clean up $(GPLLIB) leak
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
2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
From: Matt Fleming <matt.fleming at linux.intel.com>
Move the MCONFIG files into a mk/ directory and give them more
descriptive names.
This is purely a cosmetic change to make the 'include' directives a
bit more coherent by making it obvious exactly which MCONFIG file
we're including. For example, in com32/lua/src/Makefile we exchange
the line,
include ../../MCONFIG
for the
2011 Jun 04
1
syslinux-4.04 doesn't compile
Hallo, syslinux,
I've just tried to compile syslinux 4.04 for slackware - it stopped when
it tried to execute
Entering directory `/path/to/diag/geodsp'
./mk-lba-img lba.img
"strace" shows
execve("./mk-lba-img", ["./mk-lba-img", "lba.img"], [/* 49 vars */]) = -
1 ENOEXEC (Exec format error)
dup(2) = 3
2012 May 27
0
[git-pull] diag/mbr fixes
The following changes since commit 7c1b588f9a918b5e251773f0ef4f3812859cc159:
H. Peter Anvin (1):
Merge remote-tracking branch 'genec/diag-geodsp-perl-for-hpa'
are available in the git repository at:
git://github.com/geneC/syslinux.git diag-mbr-fix-for-hpa
Gene Cumm (1):
diag/mbr: Clarify README
Jean-Christian de Rivaz (1):
Update diag/mbr instruction to match
2012 Feb 20
1
[GIT-PULL] repo change and pull reminder
I've changed my repo from git://github.com/geneC1/syslinux.git to
git://github.com/geneC/syslinux.git and still have several git-pull
requests pending.
Change from native compiled C application to Perl to remove the
platform association:
git://github.com/geneC/syslinux.git diag-geodsp-perl-for-hpa
Add AsciiDoc documentation and minor fixes to cptime.c32 and prdhcp.c32:
2015 Jul 02
1
boot... round 2
On 01.07.2015 17:46, Ady via Syslinux wrote:
>
>> On 01.07.2015 12:10, Gene Cumm wrote:
>>> On Wed, Jul 1, 2015 at 4:35 AM, poma <pomidorabelisima at gmail.com> wrote:
>>>>
>>>> To remind you once again.
>>>> ISOLINUX >= 6.00 built with GCC >= 5.0.0 causes a broken boot.
>>>> This relates specifically to the use of the
2014 Jun 12
1
Current 6.03 changelog
The following is the current change-log for Syslinux 6.03.
The final stable version might include additional items.
Before the final release, it would be helpful to receive feedback
about:
_ Any item that should be added or eliminated.
_ Any item that should be edited in any way (rewording, technical
details...).
_ Any item that should not be included.
_ Any credit that should be added /
2011 Nov 26
1
Building syslinux 4.04 on a 32bit system
I thougt somebody might like to know - I got a fresh copy of 4.04 from
http://www.kernel.org/ - when building on a 32bit system, the build
fails at first. I had to do a "make spotless" to get a successful
build.
make[2]: Entering directory
`/home/per/workspace/syslinux-4.04/diag/geodsp'
./mk-lba-img lba.img
./mk-lba-img: ./mk-lba-img: cannot execute binary file
make[2]: ***
2015 Jul 01
4
boot... round 2
On 01.07.2015 12:10, Gene Cumm wrote:
> On Wed, Jul 1, 2015 at 4:35 AM, poma <pomidorabelisima at gmail.com> wrote:
>>
>> To remind you once again.
>> ISOLINUX >= 6.00 built with GCC >= 5.0.0 causes a broken boot.
>> This relates specifically to the use of the vesamenu.c32,
>> menu.c32 works without problemos.
>
> isolinux-debug.bin is not for
2014 Oct 06
5
Syslinux 6.03 released
Hi everyone,
I have released Syslinux 6.03. It is by and large identical to 6.03-pre20.
I would like to do a short cycle for 6.04, because 64-bit support for
ext4 has come up as a very high priority. Therefore I do not want to
stuff too many things into the 6.04 release but hold them for 6.05.
Thanks to Ady for most of the changelog.
Changes in 6.03:
* chain: Fix chainloading on 6.02
2011 Apr 18
1
Syslinux 4.04 released
After way too long, a new production release of Syslinux is finally
available.
Syslinux 4.04 is primarily a bug fix release, but with some new
features.
Changes in 4.04:
* PXELINUX: Fix handling of unqualified DNS names.
* PXELINUX: Fix timer bug when PXELINUX might be unloaded
(Gene Cumm).
* core/writedec.inc: Fix duplicate declaration and overflow