ia64/xen-unstable
view extras/mini-os/domain_config @ 8104:d8786656ebab
Use StringIO to simplify string_iterator here. Altered the up-front
documentation.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
documentation.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | emellor@leeni.uk.xensource.com |
---|---|
date | Mon Nov 28 12:21:17 2005 +0000 (2005-11-28) |
parents | 06d84bf87159 |
children | c176d2e45117 |
line source
1 # -*- mode: python; -*-
2 #============================================================================
3 # Python configuration setup for 'xm create'.
4 # This script sets the parameters used when a domain is created using 'xm create'.
5 # You use a separate script for each domain you want to create, or
6 # you can set the parameters for the domain on the xm command line.
7 #============================================================================
9 #----------------------------------------------------------------------------
10 # Kernel image file.
11 kernel = "mini-os.elf"
13 # Initial memory allocation (in megabytes) for the new domain.
14 memory = 32
16 # A name for your domain. All domains must have different names.
17 name = "Mini-OS"