Author: ultrotter
Date: 2006-02-25 13:41:48 +0000 (Sat, 25 Feb 2006)
New Revision: 57
Modified:
trunk/debian/README.Debian
Log:
Simplify README
Modified: trunk/debian/README.Debian
==================================================================---
trunk/debian/README.Debian 2006-02-24 23:45:10 UTC (rev 56)
+++ trunk/debian/README.Debian 2006-02-25 13:41:48 UTC (rev 57)
@@ -40,21 +40,13 @@
title Debian Xen+GNU/Linux
root (hd0,0)
- kernel /boot/xen.gz dom0_mem=256M
- module /boot/xen-linux-2.6.12.6xeno003 root=/dev/sda1 ro
console=tty0 mem=256M
+ kernel /boot/xen.gz
+ module /boot/xen-linux-2.6.12.6xeno003 root=/dev/sda1 ro
console=tty0
boot
- Of course you can choose how much of your memory you want to give to your
- Domain 0 (the value in the kernel field gets used, the one in the module
- field can be larger, just in case you want to increase the amount, without
- rebooting, later) and you have to supply your kernel path and root device in
- the module line.
+ Of course you have to supply your kernel path and root device in the module
+ line for this to work when you reboot.
- NEW: With xen 3 you can also let xen handle the amount of memory that dom0
can
- use. For that just remove the "dom0_mem=" and "mem="
option from the grub
- example shown above. Xen will balloon out memory to new domU''s up
to the minimal
- memory limit configured for dom0 in /etc/xen/xend-config.sxp.
-
We will provide a "roll your own xen kernel" manual and example
config files
later on. We also hope to be able to provide complete Xen kernels, sooner or
later, so don''t despair! (Well, do, since in the meantime you have
to do it