similar to: [PATCH][GIT-PULL] updates for cptime/prdhcp

Displaying 20 results from an estimated 1000 matches similar to: "[PATCH][GIT-PULL] updates for cptime/prdhcp"

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:
2011 Dec 30
2
pxelinux 4.10-pre17 HTTP performance (cptime)
Hi, thanks for writing cptime, after manually adding it to the Makefile of a lwip git checkout it compiled fine (same about prdhcp) (only isohybrid complained about a missing uuid/uuid.h)... I have a 64bit VM with VMXNET3 and go there this result: [image: cptime.png] (can everybody see the picture?) The download of a 180MB large file (Parted Magic initrd) takes between 60 and 72 seconds,
2011 Dec 01
1
[PATCH][GIT-PULL] New Module: cptime.c
The following changes since commit dfdfec6e416896fe2800b58ef3e14e648033c67a: H. Peter Anvin (1): Merge remote-tracking branch 'origin/master' into lwip are available in the git repository at: git://github.com/geneC1/syslinux.git com32-cptime-for-hpa Gene Cumm (1): cptime.c32: Simple module to test download rates com32/samples/cptime.c | 284
2011 Dec 02
0
[PATCH][GIT-PULL] prdhcp.c32: Print DHCP packets
The following changes since commit dfdfec6e416896fe2800b58ef3e14e648033c67a: H. Peter Anvin (1): Merge remote-tracking branch 'origin/master' into lwip are available in the git repository at: git://github.com/geneC1/syslinux.git com32-prdhcp-for-hpa Gene Cumm (1): prdhcp.c32: Print DHCP packets com32/modules/prdhcp.c | 163
2015 Sep 20
1
[syslinux:master] com32/modules: Split build by architecture. Add dir.c32
On Sun, Sep 20, 2015 at 8:33 AM, syslinux-bot for Gene Cumm <gene.cumm at gmail.com> wrote: > Commit-ID: e0ac1d2fdf7d7c58457f3796a12561cce95ca29f > Gitweb: http://www.syslinux.org/commit/e0ac1d2fdf7d7c58457f3796a12561cce95ca29f > Author: Gene Cumm <gene.cumm at gmail.com> > AuthorDate: Sun, 20 Sep 2015 08:30:55 -0400 > Committer: Gene Cumm <gene.cumm at
2013 Mar 07
4
Syslinux-5.10-pre1
Folks, I've just released the first prelease for the 5.10 series. The intention is to leave 5.02-pre3 where it is and move to 5.10-pre1. The only difference between 5.02-pre3 and 5.10-pre1 is the merge of the lwip branch (and a single commit to fixup the -DDEBUG=2 build), which warranted a bump in the version minor number. See the shortlog below for details of the differences between
2012 Sep 21
2
cptime/memdisk block size
Is there any documentation available about what block size MEMDISK uses to load (big iso/harddisk) image files? Experimenting with cptime.c32 on a Lexar Triton Jumpdrive (64GB, 170MB/s read in Windows, 150MB/s write in Windows) on bootable USB3.0 resulted in the following, depending on specified block size: * 2048 bytes --> 25MB/s * 2MB --> 61MB/s It would be nice to know at which speed
2012 Sep 02
2
RFC:documents for new modules; Interest in rewriting exiting documentation
I'm interested in redoing doc/syslinux.txt into 2 AsciiDoc documents, splitting configuration from command. First, however, I'm requesting comments on my recent documentation of several modules I have written. My goal is to be clear, concise, and complete. Acknowledgements and constructive comments are welcome. If it would help to also post converted copies of these documents (HTML,
2011 Oct 14
2
[PATCH][GIT-PULL] lwIP undiif: Fixes for VMware platforms and general fixes
The following changes since commit 5b08704e284545c82b4c5d3ff3aaee815107f6ef: H. Peter Anvin (1): thread: allow marking invalid; allow for static mboxes are available in the git repository at: git://github.com/geneC1/syslinux.git lwip-undiif-fix-for-hpa Gene Cumm (4): lwip: undiif: Fix #error typo lwip: undiif: Fix debug option addressing in update_arp_entry()
2014 Aug 24
1
Library_modules (list of & wiki write permissions)
Hello, I poked a little bit to extract the list of modules dependencies in Syslinux v6 (see below). I have attached a bash script that generate a nice table from the tarball. The output can either be an ASCII table, or wiki markup, typically for the page Library_modules[1]. I am not in the wiki Editor group, so I can't put that in the wiki. anyway, here's an updated dependency tree for
2014 Jul 23
0
pxelinux HTTP transport UEFI vmlinuz
On Wed, Jul 23, 2014 at 10:32 AM, Geert Stappers <stappers at stappers.nl> wrote: > Hi, > > Since which version of pxelinux.0 is understood in pxelinux.cfg/default that > > kernel http://host.lan/netboot/vmlinuz > > means vmlinuz should be transported over HTTP? For non-EFI systems, this has meant use HTTP services if available (ie, iPXE/gPXE or lwIP as in
2012 Aug 30
3
syslinux 4.06pre11 issues
I've recently purchased an SSD with the goal of having a portable MS-Windows installation, something which Windows 8's "Windows to Go" feature allows (install to, and boot/run from, USB flash device). Housing the SSD in an external Zalman VE300 case allows presenting ISO files as hardware CD/DVD/BD drive with inserted medium. Having the ISO files present, it's tempting
2014 Nov 22
3
Use z size specifier for printf-ing size_t variable
Hello. Use the z size specifier to printf-ing size_t variables to get rid of gcc warning format ?%08x? expects type ?unsigned int?, but argument 2 has type ?long unsigned int? -- MartinS diff --git a/com32/lib/syslinux/initramfs_file.c b/com32/lib/syslinux/initramfs_file.c index 7eb55b5..9f9fa75 100644 --- a/com32/lib/syslinux/initramfs_file.c +++ b/com32/lib/syslinux/initramfs_file.c @@
2014 Jul 27
1
pxelinux HTTP transport UEFI vmlinuz
Op 2014-07-23 om 17:57 schreef Gene Cumm: > On Wed, Jul 23, 2014 at 10:32 AM, Geert Stappers <stappers at stappers.nl> wrote: > > Hi, > > > > Since which version of pxelinux.0 is understood in pxelinux.cfg/default that > > > > kernel http://host.lan/netboot/vmlinuz > > > > means vmlinuz should be transported over HTTP? > > For non-EFI
2010 Mar 20
1
[MODULE] COM32 module to time null-dumping a file, v1.1
From: Gene Cumm <gene.cumm at gmail.com> COM32/samples/cptime.c: A module for coarse null-dumping speed comparisons. Accepts multiple files and several options. -l shows long format (default; for overriding -s). -s shows short format. -b <NUM> changes the transfer buffer size. Also computes/displays +/- 1 tick to show coarseness in long format. Signed-off-by: Gene Cumm
2014 May 20
3
"EDD Load error" on btrfs, how to debug?
Hi On Tue, May 20, 2014 at 3:12 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On May 20, 2014 12:33 AM, "Anatol Pomozov" <anatol.pomozov at gmail.com> wrote: >> >> Hi >> >> On Mon, May 19, 2014 at 6:58 PM, Gene Cumm <gene.cumm at gmail.com> wrote: >> > On May 19, 2014 5:17 PM, "Anatol Pomozov" <anatol.pomozov at
2015 Jul 12
2
Measuring boot time
Hi Gene Thanks again for your help. I'm using SYSLINUX 4.05 distributed by Ubuntu. For debugging I'm using SYSLINUX 6.03 because for some reason if I build SYSLINUX 4.05 from sources I get many compilation errors. SYSLINUX is installed on eMMC storage (along with Linux). I don't see the 3-character mode banner display. How can I check it? So I've added some timing prints to
2015 Jul 08
2
Measuring boot time
Hi Gene Thanks for your reply.I'm trying to breakdown overall system boot time and to understand each component duration. My linux image is a ~10 MB bzImage file with the rootfs cpio'ed inside. I also have 2 BIOS images:- some general purpose BIOS - a custom BIOS which loads real quick I'm using TSC to measure time. I'm not sure it's the best way (I've read about CPU's
2018 Nov 17
2
fixing debian's hd-media image
On Thu, Nov 15, 2018 at 1:10 PM Ady Ady via Syslinux <syslinux at zytor.com> wrote: > > Here are some comments and questions for you. > Thanks. I've have my scripts to a better state, including installing/using qemu to uefi and legacy boot the usb stick for testing. It mostly works for me, but the "wget a tarball of binaries" step isn't going to sit well with
2015 Jul 18
3
Measuring boot time
Hi Gene It took me some time to check all the things you've asked. Hope you still remember the case... 1) Compiling SYSLINUX with -j1 didn't help. The first error message I get is about missing header file. I'll try to play a little bit with it to make it compile. 2) The 3-character mode that the version/copyright banner displays is EDD. What determines the it? BIOS? What affect