Introducing virtual/physical memory permission capabilities. Half-way done.

This commit is contained in:
Bahadir Balban
2009-10-01 19:09:08 +03:00
parent f6e759c3f0
commit e6439517e9
2 changed files with 239 additions and 37 deletions

View File

@@ -39,7 +39,7 @@ def add_container_constraint(cid):
return cml_string
def generate_container_cml(arch, ncont):
contid_occurence = 223 # Exact number of arguments
contid_occurence = 401 # Exact number of arguments
fbody = ""
with open(join(CML2_CONFIG_SRCDIR, arch + '.cml')) as in_cml:
fbody += in_cml.read()