aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2003-09-20 08:27:19 +0000
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2003-09-20 08:27:19 +0000
commitf810087ecb952053cf3a03b75455da26e379b947 (patch)
treed919827f2607191164224af37a60c2f09a7873c3
parentfe67003a90f0e61f05136c0abe941244815089e4 (diff)
downloadxen-f810087ecb952053cf3a03b75455da26e379b947.tar.gz
xen-f810087ecb952053cf3a03b75455da26e379b947.tar.bz2
xen-f810087ecb952053cf3a03b75455da26e379b947.zip
bitkeeper revision 1.449 (3f6c0f670unINepIotSgaIxSAE89zQ)
typos
-rw-r--r--README3
-rw-r--r--README.CD25
2 files changed, 25 insertions, 3 deletions
diff --git a/README b/README
index 76f9d3fd99..4827d233b3 100644
--- a/README
+++ b/README
@@ -104,7 +104,8 @@ Hardware support
Xen is intended to be run on server-class machines, and the current
list of supported hardware very much reflects this, avoiding the need
-for us to write drivers for "legacy" hardware.
+for us to write drivers for "legacy" hardware. Certain desktop chipsets
+such as nvidia nforce2 are currently unsupported.
Xen requires a "P6" or newer processor (e.g. Pentium Pro, Celeron,
Pentium II, Pentium III, Pentium IV, Xeon, AMD Athlon, AMD Duron).
diff --git a/README.CD b/README.CD
index 055bb7e9b0..1568c52e71 100644
--- a/README.CD
+++ b/README.CD
@@ -38,8 +38,8 @@ CPU: Pentium Pro/II/III/IV/Xeon, Athlon (i.e. P6 or newer) SMP supported
IDE: Intel PIIX chipset, others will be PIO only (slow)
SCSI: Adaptec / Dell PERC Raid (aacraid), megaraid, Adaptec aic7xxx
Net: Recommended: Intel e1000, Broadcom BCM57xx (tg3), 3c905 (3c59x)
- Tested but require extra copies : pcnet32, Intel e100
- Untested and also requires extra copies : tulip
+ Tested but require extra copies : pcnet32
+ Untested and also requires extra copies : Intel e100, tulip
Because of the demo CD's use of RAM disks, make sure you have plenty
of RAM (256MB+).
@@ -250,6 +250,27 @@ fire way to cause irreparable damage)! If you want read-write
sharing, export the directory to other domains via NFS from domain0.
+Troubleshooting Problems
+========================
+
+If you have problems booting Xen, there are a number of boot parameters
+that may be able to help diagnose problems:
+
+ noacpi turn acpi probing off, which may confuse Xen on some chipsets
+ watchdog enable NMI watchdog which can report certain failures
+ nosmp disable SMP support
+ noht disable Hyperthreading
+ ifname=ethXX select which Ethernet interface to use if you have multiple
+ ifname=dummy don't use any network interface
+ ser_baud=xxx set serial line baud rate for console
+ dom0_mem=xxx set the initial amount of memory for domain0. Xen will also
+ reserve some memory fr itself too.
+
+
+It's probably a good idea to join the Xen developer's mailing list on
+Sourceforge: http://lists.sourceforge.net/lists/listinfo/xen-devel
+
+
About The Xen Demo CD
=====================