search for: geodsp1s

Displaying 8 results from an estimated 8 matches for "geodsp1s".

Did you mean: geodsp
2015 Feb 16
1
[syslinux:master] diag/geodsp: update
...er at start. Print '!' before data when an error is > encountered (but continue). Several macros to change codesize. Code > refactoring to reduce size. > > Signed-off-by: Gene Cumm <gene.cumm at gmail.com> > > index 4ea84c4..741c51f 100644 > --- a/diag/geodsp/geodsp1s.asm > +++ b/diag/geodsp/geodsp1s.asm > @@ -1,6 +1,6 @@ > ; ----------------------------------------------------------------------- > ; > -; Copyright 2010 Gene Cumm > +; Copyright 2010-2014 Gene Cumm +; Copyright 2010-2015 Gene Cumm ;-)
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 >
2017 Mar 19
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...sp/README These programs could probably tell the perceived disk geometry factors for cylinders and heads by the first line. I understand they also make test reads of their own bytes in order to verify that addressing is correct. So yes, it would be interesting to see the output of geodspms.img or geodsp1s.img. The README is unclear about which one should be copied to the stick. Possibly one has to try both. Next question is where a Debian user gets the images geodsp1s.img.xz and geodspms.img.xz. "apt-file search geodsp" finds nothing on "jessie" or "testing". Debian &q...
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
2017 Mar 19
4
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...d probably tell the perceived disk geometry factors > for cylinders and heads by the first line. I understand they also make > test reads of their own bytes in order to verify that addressing is > correct. > > So yes, it would be interesting to see the output of geodspms.img > or geodsp1s.img. The README is unclear about which one should be > copied to the stick. Possibly one has to try both. > > Next question is where a Debian user gets the images geodsp1s.img.xz > and geodspms.img.xz. "apt-file search geodsp" finds nothing on "jessie" > or &quot...
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 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
...LAGS = diff --git a/diag/geodsp/Makefile b/diag/geodsp/Makefile index 4c8eff6..04fd89e 100644 --- a/diag/geodsp/Makefile +++ b/diag/geodsp/Makefile @@ -19,7 +19,7 @@ # topdir = ../.. -# include $(topdir)/MCONFIG.embedded +# include $(topdir)/mk/embedded.mk coredir = $(topdir)/core BTARGET = geodsp1s.bin geodspms.bin mk-lba-img \ diff --git a/diag/mbr/Makefile b/diag/mbr/Makefile index a94253a..79ff9f0 100644 --- a/diag/mbr/Makefile +++ b/diag/mbr/Makefile @@ -17,7 +17,8 @@ topdir = ../.. mbrdir = $(topdir)/mbr -include $(topdir)/MCONFIG.embedded +MAKEDIR = $(topdir)/mk +include $(MAKEDIR)/...
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