summaryrefslogtreecommitdiffstats
path: root/isys/isys.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-01-12 19:14:09 +0000
committerErik Troan <ewt@redhat.com>2001-01-12 19:14:09 +0000
commit311b94823a85c1a7b09b60a9f6259372256ea66b (patch)
tree1ad77c97cf83fe54a4566b11b96afe6f4b5e0076 /isys/isys.h
parent46963f51b4b262b64d1a310ee2c397e447331706 (diff)
downloadanaconda-311b94823a85c1a7b09b60a9f6259372256ea66b.tar.gz
anaconda-311b94823a85c1a7b09b60a9f6259372256ea66b.tar.xz
anaconda-311b94823a85c1a7b09b60a9f6259372256ea66b.zip
provide symbolic names for ram thresholds
Diffstat (limited to 'isys/isys.h')
-rw-r--r--isys/isys.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/isys/isys.h b/isys/isys.h
index 9c9f929a1..b00ffde5f 100644
--- a/isys/isys.h
+++ b/isys/isys.h
@@ -3,6 +3,10 @@
#define MIN_ROOTPART_SIZE_MB 250
+#define MIN_RAM 17000 /* 20M or so */
+#define MIN_GUI_RAM 35000
+#define EARLY_SWAP_RAM 34000
+
enum driverMajor { DRIVER_NONE = 0, DRIVER_SCSI, DRIVER_NET, DRIVER_CDROM,
DRIVER_PCMCIA, DRIVER_FS, DRIVER_OTHER = 1000};
enum driverMinor { DRIVER_MINOR_NONE = 0, DRIVER_MINOR_ETHERNET,