# boot.cfg docs The /boot/boot.cfg file contains configs for booting ``` initPath path that init takes to load the init system (systemd) allowGloabalOverwrites allow modifying of gloabal env (usually for debug purposes) enableAdvanacedDebug allow debug into the kernel maxOpenFiles maximum open files for the whole system maxFilesPerTask maximum open files for each task preempt enable/disable preemptive multitasking debugSyscalls logs syscalls and their return values aswell as what task executed them logTaskExit logs task exits and errors showModLoad log module loads ```