summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-menu-summary.c
Commit message (Collapse)AuthorAgeFilesLines
* hdt: Avoid memory corruption on menu summaryErwan Velu2011-09-221-2/+1
| | | | | During CPU's capabilites computation, let's sure the buffer we manage is big enought....
* com32/hdt/hdt-menu-summary.c: remove variables set but not usedH. Peter Anvin2011-03-161-2/+0
| | | | | | gcc 4.6 warns on variables set but not used, so remove them. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* DMI: Adjusting structures size / Adding cpu coreLaurent Licour2011-01-301-2/+6
| | | | | This patch adds some correction of the dmi structures but also add the support of the cpu cores/threads.
* hdt: Improving CPU displayhdt/0.4.0-beta1Erwan Velu2011-01-301-3/+4
|
* hdt: Adding cpu cache managementErwan Velu2009-12-041-0/+17
| | | | | | Impact: Adding cpu cache CPU cache is now visible from HDT
* hdt: Running NindentErwan Velu2009-11-241-131/+122
| | | | | | Impact: Visual cleanup HDT now uses the same indent as syslinux
* hdt: Rounding detected memory sizeErwan Velu2009-11-231-2/+2
| | | | | | Impact: Visual Rounding values to have more realistic values
* hdt: Improving memory detectionErwan Velu2009-11-231-59/+11
| | | | | | | Impact: Detect memory size even if dmi is broken This commit uses e820/e801/e88 memory detection to find the memory size. That allow to display the memory size even if the dmi table is broken
* hdt: fix double lines in the menuPierre-Alexandre Meyer2009-11-181-9/+10
| | | | | | | | Ralf Carl reports some UI glitches in the summary menu (unnecessary line separator at the bottom). This patch rewrites the separator logic. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
* hdt: Summary mode use type6 as workaroundErwan Velu2009-11-181-3/+28
| | | | | | Impact: Avoid empty field The summary mode should also use type6 as fallback of type 17
* hdt: remove extra LFPierre-Alexandre Meyer2009-09-071-1/+1
| | | | | | | In a few places, extra LFs cause the menu to scroll ('\n' in the status bar). Remove them (they are not needed anyway). Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
* hdt: Fix indentation in source filesPierre-Alexandre Meyer2009-03-141-100/+151
| | | | | | | | | | | Impact: Cleanups. Fix indentation in all *.c files by sticking to the Linux style (indent -linux), using 2 spaces for indentation. Misc.: Corrected typos in comments, wrapped to 80 characters. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
* hdt: Adding summary in menu modeerwan2009-03-041-0/+158
Adding a summary in the menu mode