summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/config-stage1.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-02-08 14:41:48 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-02-08 14:41:48 +0000
commit80714bfda9a1e8a8ea074aa909356b652311aece (patch)
treee26ec8a52d60c0e3d3bd82201f17b90c0be22515 /mdk-stage1/config-stage1.h
parent2784b1e8dc11a1da42912936ddee77fe1413cf8b (diff)
downloaddrakx-80714bfda9a1e8a8ea074aa909356b652311aece.tar
drakx-80714bfda9a1e8a8ea074aa909356b652311aece.tar.gz
drakx-80714bfda9a1e8a8ea074aa909356b652311aece.tar.bz2
drakx-80714bfda9a1e8a8ea074aa909356b652311aece.tar.xz
drakx-80714bfda9a1e8a8ea074aa909356b652311aece.zip
ramdisk is enlarging, move the limit from 52 Mb to 68 Mb (it won't work properly in gtk on a box with 64 Mb of memory..)
Diffstat (limited to 'mdk-stage1/config-stage1.h')
-rw-r--r--mdk-stage1/config-stage1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/config-stage1.h b/mdk-stage1/config-stage1.h
index 3af38a446..823694df2 100644
--- a/mdk-stage1/config-stage1.h
+++ b/mdk-stage1/config-stage1.h
@@ -19,7 +19,7 @@
/* 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 MEM_LIMIT_RAMDISK 68
/* If we have more than that amount of memory (in Mbytes), we assume we can load the rescue as a ramdisk */
#define MEM_LIMIT_RESCUE 40