search for: hdt

Displaying 20 results from an estimated 327 matches for "hdt".

Did you mean: gdt
2010 Jun 18
2
[PATCH] hdt & gcc -Werror
...ot a string literal and no format arguments" at first seems strange but by doing this change it forces printf to print exactly what is in the string variable without attempting to re-interpret for another argument (just in case there's a '%' in the string). --- diff --git a/com32/hdt/hdt-cli-cpu.c b/com32/hdt/hdt-cli-cpu.c index aa7ec8f..1695ccd 100644 --- a/com32/hdt/hdt-cli-cpu.c +++ b/com32/hdt/hdt-cli-cpu.c @@ -67,7 +67,7 @@ static void show_flag(char *buffer, bool flag, char *flag_name, bool flush) if ((((strlen(buffer) + strlen(flag_name)) > 66) && flag) |...
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, al...
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...
2009 Nov 27
3
HDT 0.3.6-pre2 is out !
The -pre2 version of HDT 0.3.6 is out. Gert was a great source of motivation for making that -pre2. He found many bugs and gave nice ideas. Thanks Gert for your time and your _many_ tests. This release will be more or less what will be included in the incoming syslinux 3.84. Since -pre1, here come the Changelog *...
2009 Nov 27
3
HDT 0.3.6-pre2 is out !
The -pre2 version of HDT 0.3.6 is out. Gert was a great source of motivation for making that -pre2. He found many bugs and gave nice ideas. Thanks Gert for your time and your _many_ tests. This release will be more or less what will be included in the incoming syslinux 3.84. Since -pre1, here come the Changelog *...
2009 May 05
7
HDT 0.3.3 is out
HDT 0.3.3 has just been released. This release aims at solving some CLI bugs and adds a some new memory mapping detection. I'd like to thanks Dag Wieers for reporting many CLI bugs & pierre for his work on the memory mapping. Here come the changelog: - A new memory mode Memory items can b...
2009 May 05
7
HDT 0.3.3 is out
HDT 0.3.3 has just been released. This release aims at solving some CLI bugs and adds a some new memory mapping detection. I'd like to thanks Dag Wieers for reporting many CLI bugs & pierre for his work on the memory mapping. Here come the changelog: - A new memory mode Memory items can b...
2009 Nov 12
12
no memory entry in main menu
Ralf Carl a ?crit : > Hello Erwan, > > i just want to inform you, that there is still no memory entry in the > main menu (hdt_034 & hdt_035). > Typing in DMI mode "show module 0" etc. the memory modules are listet. You mean the menu mode isn't working whereas the cli mode works ? Do you confirm this , IF yes, It seems the Type 6 (the only one you have as you lack of type 17) isn't present from th...
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 +779,7 @@ void start_auto_mode(struct s_hardware *hardware) } mypch = strtok(NULL, AUTO_SEPARATO...
2014 Oct 09
2
dumping using tftp
Hello, I'm not quite sure I understand how do you use HDT for dumping over tftp server. The wiki on dumping does not offer much details on how to set this up. >From my understanding is you need to run pxelinux somewhere but being that HDT is a bootable cd ISO, I don't see how I can get HDT up from a TFTP server without the need to install something...
2009 Nov 20
0
HDT 0.3.6-pre1 is out !
...fails, let's use the DMI information instead) * Fixing typos in MBRs' names * Adding Grub2 subversion detection * Disabling serial output by default to increasing rendering speed * Removing dead code * Fixing CLI's memory corruption * Fixing double line in the menu mode * Adding HDT's background for the vesa mode * Adding vesa mode for the CLI When using the "vesa" keyword, the CLI can use the VESA mode. By default, it search a "backgnd.png" image to fill the background. The "art/backgnd.png" file can be used for that purpose. All binary imag...
2009 Nov 20
0
HDT 0.3.6-pre1 is out !
...fails, let's use the DMI information instead) * Fixing typos in MBRs' names * Adding Grub2 subversion detection * Disabling serial output by default to increasing rendering speed * Removing dead code * Fixing CLI's memory corruption * Fixing double line in the menu mode * Adding HDT's background for the vesa mode * Adding vesa mode for the CLI When using the "vesa" keyword, the CLI can use the VESA mode. By default, it search a "backgnd.png" image to fill the background. The "art/backgnd.png" file can be used for that purpose. All binary imag...
2014 Oct 10
1
dumping using tftp
...could be run from a USB key and be capable of writing the data on that same key. We could just boot the server from the key and it would automatically dump the info on it. And we would then take the key to some other location for importing But after I sent the email, I realised that we already had HDT running from our PXE that we use for OS installation, I just never noticed it. So I will work with that. thanks - Philippe Johnston IT-GNS - Centre de donn?es 4101 Molson, Suite 203 Montr?al, Qu?bec H1Y 3J2 Office : 514-522-0984 Urgency Mobile: 514-668-5252 philippe.johnston at ubisoft.com<...
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-...
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-...
2011 Apr 29
1
[PATCH] hdt: libmenu.a no longer exists
...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 <matt.fleming at linux.intel.com> --- com32/hdt/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile index 65bc1c6..934ad25 100644 --- a/com32/hdt/Makefile +++ b/com32/hdt/Make...
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 o...
2009 May 02
4
HDT 0.3.2 is out
HDT 0.3.2 is out and mainly add a better disk management My previous work on disks was a little bit limited and incomplete. Since pierre did a massive rework that allow hdt to feature disks & partitions detection. On the menu side, the "Disk" menu is now extended to show disks' part...
2014 Nov 22
1
Get rid of printf format warning format ‘%llx’ expects type ‘long long unsigned int’, but argument 2 has type ‘uint64_t’
...ted table header */ char address[16] = { 0 }; - sprintf(address, "%llx", *p); + sprintf(address, "%" PRIx64 , *p); uint64_t *pointed_address = (uint64_t *)strtoul(address, NULL, 16); x->entry[x->entry_count] = pointed_address; diff --git a/com32/hdt/hdt-cli-memory.c b/com32/hdt/hdt-cli-memory.c index c05b7cd..7d0342c 100644 --- a/com32/hdt/hdt-cli-memory.c +++ b/com32/hdt/hdt-cli-memory.c @@ -47,7 +47,7 @@ static void show_memory_e820(int argc __unused, char **argv __unused, more_printf("BIOS-provided physical RAM e820 map:\n");...
2009 May 02
4
HDT 0.3.2 is out
HDT 0.3.2 is out and mainly add a better disk management My previous work on disks was a little bit limited and incomplete. Since pierre did a massive rework that allow hdt to feature disks & partitions detection. On the menu side, the "Disk" menu is now extended to show disks' part...