summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/config-stage1.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/config-stage1.h')
-rw-r--r--mdk-stage1/config-stage1.h4
1 files changed, 2 insertions, 2 deletions
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"