]> mj.ucw.cz Git - eval.git/blobdiff - default.cfg
Configure: Automatic guessing of kernel/user-space architecture
[eval.git] / default.cfg
index 259b391b210dbde29adfe63d6652ebc590fd6fd3..69fbd6cbf3130dceb3d7a8b42c704ddbb038c923 100644 (file)
@@ -9,9 +9,10 @@
 #Set("CONFIG_MOP" => 1);
 
 # If you are running a 64-bit Linux kernel, you need to build a 64-bit
-# sandbox and decide whether your userspace is 32- or 64-bit.
-Set("CONFIG_BOX_KERNEL_AMD64" => 1);
-#Set("CONFIG_BOX_USER_AMD64" => 1);
+# sandbox and decide whether your userspace is 32- or 64-bit. Both
+# variables can be set to "i386", "amd64", or "auto" to auto-detect.
+Set("CONFIG_BOX_KERNEL_ARCH" => "auto");
+Set("CONFIG_BOX_USER_ARCH" => "auto");
 
 ### Hard-coded configuration parameters of the process isolator ###