]> mj.ucw.cz Git - eval.git/blobdiff - default.cfg
MO-P: Deleted non-CMS utilities
[eval.git] / default.cfg
index a1fba31dfae4a062c12361a73e62cdab58758285..69fbd6cbf3130dceb3d7a8b42c704ddbb038c923 100644 (file)
@@ -1,15 +1,18 @@
 # Default configuration file for Moe
+# By default, only the core parts are built, including box and isolate.
+# If you wish to build more, enable it below.
 
 # Compile the submit server
-Set("CONFIG_SUBMIT" => 1);
+#Set("CONFIG_SUBMIT" => 1);
 
 # Build MO-P contest environment
-Set("CONFIG_MOP" => 1);
+#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 ###