X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=default.cfg;h=69fbd6cbf3130dceb3d7a8b42c704ddbb038c923;hb=83482eb9a6225c636e09fb89f4ee7f93684b04b2;hp=a1fba31dfae4a062c12361a73e62cdab58758285;hpb=744450caecd1d4440264d2e03742d16dc9b6b113;p=eval.git diff --git a/default.cfg b/default.cfg index a1fba31..69fbd6c 100644 --- a/default.cfg +++ b/default.cfg @@ -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 ###