Displaying 20 results from an estimated 2000 matches similar to: "HDT 0.3.4 is out"
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 be reached via the new "memory>" mode.
- Memory mapping display
Pierre did integrate
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 be reached via the new "memory>" mode.
- Memory mapping display
Pierre did integrate
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' partitions.
On the cli side, we now have more commands :
hdt> show disk
This command will show a
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' partitions.
On the cli side, we now have more commands :
hdt> show disk
This command will show a
2009 Apr 27
0
HDT 0.3.2-pre1
HDT 0.3.2 is close to be release and will mainly add a better disk
management
To validate this great work from pierre, we did a -pre1 version to have
some users inputs about it.
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
2007 Aug 13
1
A hardware tool for Syslinux
I started a COM32 module for displaying the hardware ressources we can
detect in syslinux.
I'm using the PCI COM32 module to detect the PCI devices, the CPUID
COM32 module for the processor, and the DMI COM32 module to find the
other information (motherboard, system, cpu,..).
About the PCI devices, I'm using the "pci.ids" file from the pciutils
package to display the
2009 May 02
0
HDT 0.3.2 is out !
Hello all,
Since the pre1 very few reports, so it's time to release 0.3.2.
Very few changes since -pre1 :
- 'dmi> show memory' isn't clearing screen anymore
- menu mode is now using full screen (the bottom black line is removed)
Enjoy 0.3.2 and feel free to report any troubles/comments about it.
You can download it at :
http://konilope.linuxeries.org/hdt/hdt_0_3_2.c32
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 Jan 16
0
HDT & DMI
While playing with a recent machine I found that HDT was reporting
"OUT OF SPEC" on a few items on a very new machine. Fumbling around,
I found that it came from com32/gpllib/dmi/.
I'm seeing two possible improvements:
1) When HDT sees that it's out of spec, report out of spec and when
appropriate, the raw data. For example, for DMI 17 (Memory Module),
Type 18h (DDR3), report
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
2011 Jan 16
0
HDT & DMI
While playing with a recent machine I found that HDT was reporting
"OUT OF SPEC" on a few items on a very new machine. Fumbling around,
I found that it came from com32/gpllib/dmi/.
I'm seeing two possible improvements:
1) When HDT sees that it's out of spec, report out of spec and when
appropriate, the raw data. For example, for DMI 17 (Memory Module),
Type 18h (DDR3), report
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
2010 Jun 18
2
[PATCH] hdt & gcc -Werror
From: Gene Cumm <gene.cumm at gmail.com>
Fix several calls to more_printf() as eventually printf() is called
without a literal string which generate warnings with gcc and lead to
errors when -Werror is active.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
The message "format not a string literal and no format arguments" at
first seems strange but by doing this change
2009 Dec 09
1
[GIT PULL] gfxboot32 branch
The following changes since commit aae5483d9ebd6f091aa740108ad7f2958303931f:
Steffen Winterfeldt (1):
gfxboot.c32
are available in the git repository at:
git://repo.or.cz/syslinux/sherbszt.git gfxboot32
Sebastian Herbszt (4):
gfxboot: use $(NASM) and $(OBJCOPY)
gfxboot: fix typo in cb_getcwd - wrong function number
gfxboot: accept plain boot logo files
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
* Reporting CPU L1 & L2 cache
* Report "Hw.Virt" in cpu
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 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
* Reporting CPU L1 & L2 cache
* Report "Hw.Virt" in cpu
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 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