ia64/xen-unstable
view extras/mini-os/domain_config @ 7337:d61142fc7480
Fix reprogram_ac_timer corner case bug, by Tristan Gingold
author | djm@kirby.fc.hp.com |
---|---|
date | Fri Oct 14 14:11:12 2005 -0600 (2005-10-14) |
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"