net: data reception system, fixed bugs in rtl8139
[quarnos.git] / scripts / config_options
blob20c301f7de6b4a45b474f797234db9b0aee4679b
1 name DEBUG_MODE
2 longname Enable debug mode
3 help This option enables additinal diagnostics checks during runtime and adds more debug data to the output file. It may slow kernel down and produce large number of log messages. Does not enable this option for retail releases.
4 opts no dyes
6 name OPT_SIZE
7 longname Optimize for size
8 help Forces Quarn OS compilation scripts to create the smallest possible output files without limitng usability. This option may cause some problems on broken compilers.
9 opts no dyes
11 name USE_MULTIBOOT
12 longname Use multiboot bootloader
13 help If this option is enabled, a multiboot-compliant kernel will be produced. This means that it will be possible to use various bootloaders to boot Quarn (i.e. grub). However, standard Quarn OS bootloader is not multiboot-compliant, so it won't be able to boot the system.
14 opts dno yes