Part V: Kernel Configuration ############################ This chapter details the available configuration options, covering system parameters, scheduling settings, memory protection, interrupt handling, and enabled services. QuantumRT settings are defined at compile-time and must be adjusted before building the kernel. Developers can: * Enable or disable kernel features (e.g., FPU support, caching). * Adjust system parameters (e.g., thread limits, total memory allocated for thread stacks). * Define memory protection settings (e.g., MPU regions). Configuration Options ===================== .. doxygenfile:: qrt_cfg.h :project: QuantumRT