similar to: Introducing a new com32 module : HDT

Displaying 20 results from an estimated 1000 matches similar to: "Introducing a new com32 module : HDT"

2013 Sep 24
1
[PATCH 1/1] com32: hdt: fix memory leak
The dynamically alloc'd string to protect from strtok modification has not been free'd on start_auto_mode() function Signed-off-by: Felipe Pena <felipensp at gmail.com> --- com32/hdt/hdt-cli.c | 1 + 1 file changed, 1 insertion(+) diff --git a/com32/hdt/hdt-cli.c b/com32/hdt/hdt-cli.c index 7542da8..6c5baf1 100644 --- a/com32/hdt/hdt-cli.c +++ b/com32/hdt/hdt-cli.c @@ -779,6
2017 Feb 26
0
HDT com32 Module
Hello. I would like used HDT Project's com32 module on Syslinux 6.03. But, the com32 module don't work. I give "Invalid argument" error. How I fix this problem? Thanks and best regards, Ercan
2012 Dec 15
1
Statis of www.hdt-project.org/wiki/hdt-0.5.0 site?
Noticed that the sites has not been responding correctly for a few days, and was wondering if anyone knew what was up. traceroute and ping get to the ip, but website times out after a very long time. +----------------------------------------------------------+ Michael D. Setzer II - Computer Science Instructor Guam Community College Computer Center mailto:mikes
2009 Nov 20
0
HDT 0.3.6-pre1 is out !
The 0.3.6 release will be mostly bug fix oriented. Before releasing, I'd love having more feedback on it. So here come the -pre1 release. I would like to thank the following people for making this new release possible : Pierre for his patches, Gert for his tests, Alexander Andino for his great artwork, Ralf Carl for his very reactive debugging on older hardware, Changelog for -pre1 *
2009 Nov 20
0
HDT 0.3.6-pre1 is out !
The 0.3.6 release will be mostly bug fix oriented. Before releasing, I'd love having more feedback on it. So here come the -pre1 release. I would like to thank the following people for making this new release possible : Pierre for his patches, Gert for his tests, Alexander Andino for his great artwork, Ralf Carl for his very reactive debugging on older hardware, Changelog for -pre1 *
2009 Nov 09
1
HDT 0.3.5 (mojito) is out
HDT 0.3.5 is out ! As you noticed, we've been adding codenames ;) You can grab this release on our webiste http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt_0_3_5.c32 http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.img http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.iso http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.img.gz A dedicated page
2009 Nov 09
1
HDT 0.3.5 (mojito) is out
HDT 0.3.5 is out ! As you noticed, we've been adding codenames ;) You can grab this release on our webiste http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt_0_3_5.c32 http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.img http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.iso http://hdt-project.org/raw-attachment/wiki/WikiStart/hdt-0.3.5.img.gz A dedicated page
2011 Apr 29
1
[PATCH] hdt: libmenu.a no longer exists
From: Matt Fleming <matt.fleming at linux.intel.com> Don't link against libmenu.a, it no longer exists as it was removed in commit 74518b8b691c ("elflink: Make ELF the default object format"). This fixes the following build error, make[2]: *** No rule to make target `../cmenu/libmenu/libmenu.a', needed by `hdt.c32'. Stop. Signed-off-by: Matt Fleming
2009 Dec 04
0
HDT 0.3.6 is out
HDT 0.3.6 just got released and will be part of the Syslinux 3.84 release. I'd like to thank Gert for his intensive testing which revealed many bugs. HDT's major features are : - Adding a vesa mode for the CLI - Many memory corruption fixes - Fixing Grub2 detection - Improving CPU detection on older hardware - Fixing memory detection using DMI type 6 on older hardware - Support on the
2009 Aug 13
3
how to call hdt without syslinux
Dear developers, Thanks a lot for designing HDT. It is really a great tool to have. I have come here to know more about the usability of HDT. HDT is called by syslinux. What to do if I like to call it by grub2 ? and what to do if I like to run within my debian box ? Thanks
2009 Dec 04
0
HDT 0.3.6 is out
HDT 0.3.6 just got released and will be part of the Syslinux 3.84 release. I'd like to thank Gert for his intensive testing which revealed many bugs. HDT's major features are : - Adding a vesa mode for the CLI - Many memory corruption fixes - Fixing Grub2 detection - Improving CPU detection on older hardware - Fixing memory detection using DMI type 6 on older hardware - Support on the
2009 Apr 12
0
[PATCH] hdt: only display MAC address for network cards
Display MAC address only for network cards not all pci devices. - Sebastian Index: syslinux-3.74-20-g3b80c26/com32/hdt/hdt-cli-pci.c =================================================================== --- syslinux-3.74-20-g3b80c26.orig/com32/hdt/hdt-cli-pci.c +++ syslinux-3.74-20-g3b80c26/com32/hdt/hdt-cli-pci.c @@ -119,11 +119,11 @@ void show_pci_device(struct s_hardware *
2013 Feb 06
1
HDT keeppxe Issue
All,? I am running a Fog Server and PXE booting 0.5.2 HDT image. The system boots and but I am not able to dump the system data to the tftp server.? I get a message "PXE stack was not detected. Dump feature is not available" This is the config i am using? kernel /fog/hdt/memdisk append initrd=fog/hdt/hdt.img.gz keeppxe Cheers Ian -------------- next part -------------- An HTML
2009 Oct 03
3
PATCH: Build floppy image which contains HDT
This patch builds a floppy image with contains HDT, so users of GRUB or GRUB4DOS can use HDT too, without installing Syslinux. When you compile Syslinux, this floppy image isn't build automatically. To build it, runthe following from the extracted Syslinux source: $ cd ./com32/hdt $ make hdt.img As suggested by Pierre-Alexandre Meyer, all extra files required for building the floppy
2009 Oct 04
1
Build a bootable floppy image which contains HDT
It is now possible to build a bootable floppy image which contains HDT, with my patch applied to Erwans HDT branch: http://git.zytor.com/?p=users/erwan/hdt.git;a=commit;h=16b37fe2266c920087f88cdec94243b71218d871 Unpack the Syslinux archive and build whole Syslinux first, then cd to ./com32/hdt/ and make hdt.img $ make $ cd ./com32/hdt/ $ make hdt.img Now you have a 2.88 MB floppy image which
2013 May 25
2
Missing 'modules.pcimap' file for HDT
Hi, So the 'modules.pcimap' file, needed by Hardware Detection Tool to display kernel modules, is now missing. pciutils/kmod deprecated usage of this file adn depmod lost its -m option. So here are may questions: 1- How to generate a "modules.pcimap" or an equivalent file nowadays? 2- Is it still needed by HDT ? 3- What if it is missing, is HDT semi-broken? Thanks.
2009 May 11
1
hdt: git tag vs. git describe
# git tag -l | grep hdt-0.3.3 hdt-0.3.3 # git describe hdt-0.3.1-78-g78fdb43 Shouldn't "git describe" print something like "hdt-0.3.3-123-g456789"? Why does it still use the hdt-0.3.1 tag? - Sebastian
2009 Oct 27
1
HDT 0.3.5-pre1
As result of a long work of Pierre, we are now on the track of releasing HDT-0.3.5. This -pre1 release includes new features that needs to be tested widely to insure that we didn't introduced new bugs. As a menu, we have: - bootloader detection In the disk menu, the "show disks" command reports the detected bootloader. - Cmenu now uses the libansi This improves the rendering and
2009 Aug 21
1
HDT 0.3.4 is out
HDT 0.3.4 has just been released. Since April, due to some important changes, HDT was no more in sync with Syslinux. The 0.3.4 release will solve that major issue and will be part of Syslinux-3.83-pre8. Beside this syncing with Syslinux, this release aims at solving disk's detection bugs and improving the DMI reporting. I would like to thank pam for that though work. He did most (who
2011 Apr 21
2
HDT 0.5.0 is out
Just a quick note to tell that I did release HDT 0.5.0. Main feature of this release is the dumping of the detected components over TFTP (meaning PXE is _mandatory_ to work). I did fix also the auto mode where more combinations didn't worked as expected. I invite people reading this page that speaks about the dump feature : http://www.hdt-project.org/wiki/Dump But also, this one which