Displaying 20 results from an estimated 5000 matches similar to: "HDT 0.3.6-pre2 is out !"
2009 Nov 01
1
HDT 0.3.5-pre2
The -pre2 release of HDT 0.3.5 is out.
The changelog from the previous release is :
- Adding pci.ids in the hdt.iso
- Fixing misdetection of Syslinux & Grub MBRs
- 'make hdt.img.gz' now generates a gzipped version of the floppy image
- Fixing some typo
- Adding & enhancing SMI detection
- Resetting cursor position when exiting the menu mode
- Inactive items are now brighter to
2009 Nov 29
0
testing hdt 0.3.6 pre2
Ralf Carl a ?crit :
> Hey Erwan and Pierre,
>
> testing hdt.c32 (0.3.6 pre2 - 27.Nov.2009)
> (md5: 6a03c34efdcab834c92d9e0acf231b1c) / syslinux 3.83
>
>
> here are my steps testing hdt 0.3.6 pre2:
>
> - starting hdt with options "nomenu" & "vesa"
> - typing "show summary" to get some output to the screen
> - then switch
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 Mar 11
2
Introducing a new com32 module : HDT
Since a while, I've been contributing some code to syslinux to improve
the hardware detection.
Most of that code have been revamped from other project like dmidecode
or the linux kernel itself.
The com32 api is really a nice play for developing new features.
All of that work is only available in libraries or sample code.
During his fosdem presentation
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
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 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 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 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 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
2019 Feb 06
2
syslinux-6.04-pre2
> On 2/6/19 11:44 AM, Joakim Tjernlund wrote:
> > On Wed, 2019-02-06 at 11:34 -0800, H. Peter Anvin wrote:
> >
> > Great, that tree now against a somewhat old gnu-efi though.
> >
> > To build against >= 3.0.8 I need to do:
> > #gnu-efi >= 3.0.8 has memset/memcpy defined causing multiple syms errors
> > sed -i 's/LDFLAGS =/LDFLAGS =
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 Nov 03
2
A new logo for HDT
Hey,
The HDT project is more and more active and tend to bring new releases
as often as possible.
We are on a good track for releasing HDT 0.3.5 in a few days.
Beside of that, we are trying to give this project a dedicated identity.
The first step is having a 'cool' logo that represent HDT.
This work will lead to
- give some shine on our website (http://hdt-project.org) ;)
- a
2009 Nov 03
2
A new logo for HDT
Hey,
The HDT project is more and more active and tend to bring new releases
as often as possible.
We are on a good track for releasing HDT 0.3.5 in a few days.
Beside of that, we are trying to give this project a dedicated identity.
The first step is having a 'cool' logo that represent HDT.
This work will lead to
- give some shine on our website (http://hdt-project.org) ;)
- a
2011 Apr 25
1
Pull request for HDT
Peter,
HDT 0.5.0 is ready to be merged.
My master have the libupload code + some other fixes on the cpuid.
Enjoy,
http://git.zytor.com/?p=users/erwan/hdt.git;a=summary
Erwan,
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
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