WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] user.tex:

ChangeSet 1.1425, 2005/05/17 09:54:49+01:00, smh22@xxxxxxxxxxxxxxxxxxxx

        user.tex:
          note differences between 2.x and 3.x 



 user.tex |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)


diff -Nru a/docs/src/user.tex b/docs/src/user.tex
--- a/docs/src/user.tex 2005-05-17 05:05:35 -04:00
+++ b/docs/src/user.tex 2005-05-17 05:05:35 -04:00
@@ -483,15 +483,15 @@
 
 {\small
 \begin{verbatim}
-title Xen 2.0 / XenLinux 2.6.9
-  kernel /boot/xen.gz dom0_mem=128M
-  module /boot/vmlinuz-2.6.9-xen0 root=/dev/sda4 ro console=tty0
+title Xen 2.0 / XenLinux 2.6.11
+  kernel /boot/xen.gz dom0_mem=131072
+  module /boot/vmlinuz-2.6.11-xen0 root=/dev/sda4 ro console=tty0
 \end{verbatim}
 }
 
 The kernel line tells GRUB where to find Xen itself and what boot
 parameters should be passed to it (in this case, setting domain 0's
-memory allocation and the settings for the serial port). For more
+memory allocation in kilobytes and the settings for the serial port). For more
 details on the various Xen boot parameters see Section~\ref{s:xboot}. 
 
 The module line of the configuration describes the location of the
@@ -524,7 +524,7 @@
 
 \subsection{Serial Console (optional)}
 
-%%   kernel /boot/xen.gz dom0_mem=128M com1=115200,8n1
+%%   kernel /boot/xen.gz dom0_mem=131072 com1=115200,8n1
 %%   module /boot/vmlinuz-2.6.9-xen0 root=/dev/sda4 ro 
 
 
@@ -534,7 +534,7 @@
 \begin{quote}
 {\small
 \begin{verbatim}
-   kernel /boot/xen.gz dom0_mem=128M com1=115200,8n1
+   kernel /boot/xen.gz dom0_mem=131072 com1=115200,8n1
 \end{verbatim}}
 \end{quote}
 
@@ -1754,10 +1754,11 @@
  default unit, if no suffix is specified, is bytes.
 
 \item [dom0\_mem=xxx ] 
- Set the amount of memory to be allocated to domain0. This parameter
+ Set the amount of memory to be allocated to domain0. In Xen 3.x the parameter
  may be specified with a B, K, M or G suffix, representing bytes,
- kilobytes, megabytes and gigabytes respectively. The
- default unit, if no suffix is specified, is kilobytes.
+ kilobytes, megabytes and gigabytes respectively; if no suffix is specified, 
+ the parameter defaults to kilobytes. In previous versions of Xen, suffixes
+ were not supported and the value is always interpreted as kilobytes. 
 
 \item [tbuf\_size=xxx ] 
  Set the size of the per-cpu trace buffers, in pages

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] user.tex:, BitKeeper Bot <=