search for: memdump

Displaying 20 results from an estimated 31 matches for "memdump".

2014 Mar 15
2
6.03-pre6 minor building suggestions
...util/README' and 'dosutil/eltorito.txt' should be also > > copied to 'bios/dosutil/' when building. It's a binary object in the source tree. The closest alternative is to try copying to the bios/ path. > I am adding one more: > > _ If I am not mistaken, bios/memdump/memdump.com is a comboot16 > module(?). If this module is still relevant in 6.xx (which I don't > really know), I wonder whether perhaps there should be a better > location to the /memdump/ (sources of memdump.com) directory. Likely needs to be pruned considering ver.com and hexdump.c...
2014 Jan 18
4
Makefiles: includes and rule prerequisites
1) mk/syslinux.mk runs a shell to make a temp file gcc_ok.$$$$.tmp (perhaps in the wrong directory) while several Makefiles have an include rule for *.tmp which I believe is causing some occasional parallel build issues. make[3]: Entering directory `/home/gene/s/g/bios/memdump' gcc_ok.6333.tmp:1: warning: NUL character seen; rest of line ignored gcc_ok.6333.tmp:1: *** missing separator. Stop. make[3]: Leaving directory `/home/gene/s/g/bios/memdump' make[2]: *** [memdump] Error 2 2) For recursive prerequisites, is it better to list the directory as a prerequisi...
2014 Mar 15
0
6.03-pre6 minor building suggestions
...ng to the bios/ path. > Isn't this binary file built from 'mdiskchk.c' located in the same directory? Evidently I lack the knowledge to understand why this is so different from other binary files. > > I am adding one more: > > > > _ If I am not mistaken, bios/memdump/memdump.com is a comboot16 > > module(?). If this module is still relevant in 6.xx (which I don't > > really know), I wonder whether perhaps there should be a better > > location to the /memdump/ (sources of memdump.com) directory. > > Likely needs to be pruned consider...
2014 Mar 04
2
6.03-pre6 minor building suggestions
In Syslinux 6.03-pre6: _ The txt/html/*.html files are currently created 3 times, one for each firmware. I think they should be created only once (under the main txt/html/ directory), just as the rest of the documentation is. In that case, the <respective_firmware>/txt/html/ subdirectories should not even be created. _ The bios/dosutil/ directory contains copybs.com and eltorito.sys,
2014 Mar 05
0
6.03-pre6 minor building suggestions
...ated under the bios/dosutil/ > subdirectory, just as copybs.com and eltorito.sys are. I am unsure > whether 'dosutil/README' and 'dosutil/eltorito.txt' should be also > copied to 'bios/dosutil/' when building. I am adding one more: _ If I am not mistaken, bios/memdump/memdump.com is a comboot16 module(?). If this module is still relevant in 6.xx (which I don't really know), I wonder whether perhaps there should be a better location to the /memdump/ (sources of memdump.com) directory. TIA, Ady.
2008 Jun 27
6
Last call for Syslinux 3.70
Hi all, I have just released syslinux-3.70-pre25. Unless someone has something big and scary that either I have managed to miss or was just stumbled over, I'm going to release 3.70 final some time between tomorrow and Monday. Thus, *please holler now* if there are any stop-ship problems still known... -hpa
2014 Jan 18
0
Makefiles: includes and rule prerequisites
...gt; 1) mk/syslinux.mk runs a shell to make a temp file gcc_ok.$$$$.tmp > (perhaps in the wrong directory) while several Makefiles have an > include rule for *.tmp which I believe is causing some occasional > parallel build issues. > > make[3]: Entering directory `/home/gene/s/g/bios/memdump' > gcc_ok.6333.tmp:1: warning: NUL character seen; rest of line ignored > gcc_ok.6333.tmp:1: *** missing separator. Stop. > make[3]: Leaving directory `/home/gene/s/g/bios/memdump' > make[2]: *** [memdump] Error 2 > > > 2) For recursive prerequisites, is it better to...
2014 Jan 18
0
Makefiles: includes and rule prerequisites
...gt; 1) mk/syslinux.mk runs a shell to make a temp file gcc_ok.$$$$.tmp > (perhaps in the wrong directory) while several Makefiles have an > include rule for *.tmp which I believe is causing some occasional > parallel build issues. > > make[3]: Entering directory `/home/gene/s/g/bios/memdump' > gcc_ok.6333.tmp:1: warning: NUL character seen; rest of line ignored > gcc_ok.6333.tmp:1: *** missing separator. Stop. > make[3]: Leaving directory `/home/gene/s/g/bios/memdump' > make[2]: *** [memdump] Error 2 > Oops. My bad. > > 2) For recursive prerequisites...
2014 Jan 19
1
Makefiles: includes and rule prerequisites
...mk runs a shell to make a temp file gcc_ok.$$$$.tmp >> (perhaps in the wrong directory) while several Makefiles have an >> include rule for *.tmp which I believe is causing some occasional >> parallel build issues. >> >> make[3]: Entering directory `/home/gene/s/g/bios/memdump' >> gcc_ok.6333.tmp:1: warning: NUL character seen; rest of line ignored >> gcc_ok.6333.tmp:1: *** missing separator. Stop. >> make[3]: Leaving directory `/home/gene/s/g/bios/memdump' >> make[2]: *** [memdump] Error 2 >> > > Oops. My bad. I wondered wh...
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
2008 Mar 01
0
SYSLINUX 3.62 released
...s possible. Quite a bit of work has gone into it. I'd like to specially thank my employer, rPath Inc.; I've spent a lot of time on this I wouldn't have been able to do without their support. -hpa Changes in 3.62: * Clean up garbage after "aborted." message. * Clean up memdump.com filenames. * Support SHA256 and SHA512 encrypted passwords. * The shuffle library now can generate chained descriptors, thus allowing pretty much arbitrarily complex memory maps. * Handle command lines up to 2047 characters, the current Linux kernel limit. * vesamenu: support systems...
2010 Jan 11
6
Dell problems with PXELINUX 3.62
Hello. We've been using a very old version of SYS-/PXELINUX, 3.36, going by the proven "if it works, don't break it" philosophy. We us it mostly to load floppy disk images to kick off OS installations. Unfortunately we've recently had some PXE menu problems (USB keyboard stopped working) for a certain Fujitsu PC model, and decided to upgrade to the latest version, i e 3.84.
2011 Apr 11
0
[PATCH] Makefile: Move Makefile fragments into mk/
...| 3 ++- dosutil/Makefile | 3 ++- extlinux/Makefile | 3 ++- linux/Makefile | 3 ++- lzo/Makefile | 3 ++- mbr/Makefile | 3 ++- memdisk/Makefile | 3 ++- memdump/Makefile | 3 ++- MCONFIG.build => mk/build.mk | 2 +- com32/MCONFIG => mk/com32.mk | 2 +- MCONFIG.devel => mk/devel.mk | 0 MCONFIG.embedded => mk/embedded.mk | 2 +- com32/lib/MCONFIG => mk/lib.mk | 2 +- com32/rosh/MCONFIG...
2008 Oct 17
1
possible build problem with syslinux-3.72
...thanks for your time, George... make[1]: Leaving directory `/tools/pxelinux/syslinux-3.72/utils' ls -l version.gen version.h version.mk mbr/mbr.bin mbr/gptmbr.bin core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin gpxe/gpxelinux.0 dos/syslinux.com win32/syslinux.exe memdisk/memdisk memdump/memdump.com modules/*.com com32/menu/*.c32 com32/modules/*.c32 dos/copybs.com utils/gethostip utils/isohybrid utils/mkdiskimage mtools/syslinux linux/syslinux extlinux/extlinux *ls: cannot access win32/syslinux.exe: No such file or directory* -rwxr-xr-x 1 root 1026 55220 2008-10-16 19:32 com32/...
2010 Jul 02
1
[syslinux:master] Makefile: add lua.c32 to installables
...gt; > > --- > Makefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Makefile b/Makefile > index fccd0f5..9b40e36 100644 > --- a/Makefile > +++ b/Makefile > @@ -33,7 +33,7 @@ include $(topdir)/MCONFIG > MODULES = memdisk/memdisk memdump/memdump.com modules/*.com \ > com32/menu/*.c32 com32/modules/*.c32 com32/mboot/*.c32 \ > com32/hdt/*.c32 com32/rosh/*.c32 com32/gfxboot/*.c32 \ > - com32/sysdump/*.c32 > + com32/sysdump/*.c32 com32/lua/src/*.c32 > > # syslinux.exe is BTARGET so as to not require everyone to...
2011 Apr 16
6
[PATCH 0/6] Makefile cleanups
...| 3 ++- dosutil/Makefile | 3 ++- extlinux/Makefile | 3 ++- linux/Makefile | 3 ++- lzo/Makefile | 3 ++- mbr/Makefile | 3 ++- memdisk/Makefile | 3 ++- memdump/Makefile | 3 ++- MCONFIG.build => mk/build.mk | 2 +- com32/MCONFIG => mk/com32.mk | 2 +- MCONFIG.devel => mk/devel.mk | 0 MCONFIG.embedded => mk/embedded.mk | 2 +- com32/lib/MCONFIG => mk/lib.mk | 2 +- com32/rosh/MCONFIG...
2012 Nov 01
1
Syslinux 4.06 and 5.00-pre9 Binary Sizes
...4876 Nov 1 18:08 com32/modules/config.c32 1 5084 Nov 1 18:08 com32/modules/kbdmap.c32 1 5300 Nov 1 18:08 com32/modules/meminfo.c32 1 5388 Nov 1 18:08 com32/modules/vesainfo.c32 1 5516 Nov 1 18:08 com32/modules/disk.c32 1 5644 Nov 1 18:08 com32/modules/cpuid.c32 1 5912 Nov 1 18:08 memdump/memdump.com 1 5952 Nov 1 18:08 com32/modules/cat.c32 1 6180 Nov 1 18:08 com32/modules/vpdtest.c32 1 6488 Nov 1 18:09 utils/gethostip 1 6988 Nov 1 18:08 com32/modules/ifmemdsk.c32 1 8106 Sep 22 22:20 dosutil/mdiskchk.com 1 8774 Nov 1 18:09 utils/mkdiskimage 1 8892 Nov 1 18:08 com...
2012 Jun 29
7
Syslinux 5.00-pre6: call it a beta
I think the Syslinux 5.00 branch is now at the point where I believe it it is feature complete and should be able to replace the main Syslinux branch. As such, it is important that we get wider testing, and especially that people let us know if and where it breaks. As of right now, there aren't any known bugs...
2014 Jun 12
1
Current 6.03 changelog
...l cached read routine. * NTFS: Correct file->offset usage in ntfs_readdir (Andy Alex). * New support for UFS/FFS (UFS1/2) (Raphael S. Carvalho). * adv: Remove double definition; it should fix uses of the ADV, including "--once". * Make symbols defined in linker script HIDDEN. * memdump: Remove old obsolete COM16 binary. * com32: Fix lua's dependencies; improve parallel build.
2010 Feb 07
0
Syslinux 3.85-pre7: new tool "sysdump"
So I realized I really need a better way to collect information from problematic machines, so I spent today rewriting the old memdump tool into a new "sysdump" tool. sysdump can write its output either to a serial port using ymodem[1] or over the network using TFTP *if* it was booted from the network, using PXELINUX. John R.: I would obviously like you to try this on the machine that was having problems doing local bo...