OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
2.0 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../linux/config-700.hlp
  5. # Copyright (C) 2007 - 2008 The OpenSDE Project
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. # Copyright (C) 1998 - 2003 Clifford Wolf
  8. #
  9. # More information can be found in the files COPYING and README.
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; version 2 of the License. A copy of the
  14. # GNU General Public License can be found in the file COPYING.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. MENU_PKG_LINUX
  17. Here you will find options to configure the kernel.
  18. SDECFG_PKG_LINUX_CONFIG_STYLE
  19. This options selects whether to not perform an automated kernel
  20. configuration generation, to parse the normal ROCK Linux configuraton
  21. templates or to perform the normal parsing and additionally enable all
  22. modules (the default setting).
  23. The first option - to disable the configuration - is useful if you want
  24. to supply a full configuration in config/$id/linux.cfg.
  25. Manually supplied kernel config options will be applied whatever option
  26. is choosen here.
  27. SDECFG_PKG_LINUX_UML_STYLE
  28. Here you can define UML (User Mode Linux) specific kernel optimizations.
  29. Options:
  30. --------
  31. * none -> Do not perform any automatic UML related optimization.
  32. * skas3 -> Build UML Host kernel with SKAS3 support.
  33. If this option is choosed the linux kernel will be automatically patched with
  34. the SKAS3 host patch, which will increase the speed while running a UML
  35. instance. If you need to run a lot of UML instances you should try to enable
  36. this option.
  37. * guest -> Build UML Guest kernel.
  38. If this option is choosed the linux kernel will be build as UML Guest kernel.
  39. Further information regarding UML and SKAS3 patch can be found here:
  40. http://user-mode-linux.sourceforge.net/
  41. http://www.user-mode-linux.org/~blaisorblade/