kaf24@6602: # -*- mode: python; -*- kaf24@6602: #============================================================================ kaf24@6602: # Python configuration setup for 'xm create'. kaf24@6602: # This script sets the parameters used when a domain is created using 'xm create'. kaf24@6602: # You use a separate script for each domain you want to create, or kaf24@6602: # you can set the parameters for the domain on the xm command line. kaf24@6602: #============================================================================ kaf24@6602: kaf24@6602: #---------------------------------------------------------------------------- kaf24@6602: # Kernel image file. kaf24@6602: kernel = "mini-os.elf" kaf24@6602: kaf24@6602: # Initial memory allocation (in megabytes) for the new domain. kaf24@6602: memory = 32 kaf24@6602: kaf24@6602: # A name for your domain. All domains must have different names. kaf24@6602: name = "Mini-OS"