From a0f295c6837be1282b3b7ecca13f08a3c8d99175 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 8 Feb 2001 12:49:56 +0000 Subject: better memory detection (from wonderful drakx) --- mdk-stage1/config-stage1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdk-stage1/config-stage1.h') diff --git a/mdk-stage1/config-stage1.h b/mdk-stage1/config-stage1.h index d2503d642..4bfa3896a 100644 --- a/mdk-stage1/config-stage1.h +++ b/mdk-stage1/config-stage1.h @@ -18,8 +18,8 @@ #define _GNU_SOURCE 1 -/* If we have more than that amount of memory, we assume we can load the second stage as a ramdisk */ -#define MEM_LIMIT_RAMDISK 52 * 1024 +/* If we have more than that amount of memory (in Mbytes), we assume we can load the second stage as a ramdisk */ +#define MEM_LIMIT_RAMDISK 52 #define DISTRIB_NAME "Linux-Mandrake" -- cgit v1.2.1