summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/hdt/hdt-menu.c')
-rw-r--r--com32/hdt/hdt-menu.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/com32/hdt/hdt-menu.c b/com32/hdt/hdt-menu.c
index 5b52e8b7..6e2b5945 100644
--- a/com32/hdt/hdt-menu.c
+++ b/com32/hdt/hdt-menu.c
@@ -26,8 +26,9 @@
* -----------------------------------------------------------------------
*/
-#include "hdt-menu.h"
#include <unistd.h>
+#include <memory.h>
+#include "hdt-menu.h"
int start_menu_mode(struct s_hardware *hardware, char *version_string)
{
@@ -297,6 +298,10 @@ void compute_main_menu(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware)
void detect_hardware(struct s_hardware *hardware)
{
if (!quiet)
+ more_printf("MEMORY: Detecting\n");
+ hardware->detected_memory_size = detect_memsize();
+
+ if (!quiet)
more_printf("DMI: Detecting Table\n");
if (detect_dmi(hardware) == -ENODMITABLE) {
printf("DMI: ERROR ! Table not found ! \n");