Advertisement
Guest User

Untitled

a guest
Dec 29th, 2017
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. make config
  2. HOSTCC scripts/basic/fixdep
  3. HOSTCC scripts/kconfig/conf.o
  4. SHIPPED scripts/kconfig/zconf.tab.c
  5. SHIPPED scripts/kconfig/zconf.lex.c
  6. SHIPPED scripts/kconfig/zconf.hash.c
  7. HOSTCC scripts/kconfig/zconf.tab.o
  8. HOSTLD scripts/kconfig/conf
  9. scripts/kconfig/conf --oldaskconfig Kconfig
  10. #
  11. # using defaults found in /boot/config-4.12.0-041200-generic
  12. #
  13. *
  14. * Linux/x86 4.9.19 Kernel Configuration
  15. *
  16. 64-bit kernel (64BIT) [Y/n/?] y
  17. *
  18. * General setup
  19. *
  20. MuQSS cpu scheduler (SCHED_MUQSS) [N/y/?] (NEW) y
  21. Tune kernel for interactivity (ZEN_INTERACTIVE) [Y/n/?] (NEW) y
  22. Cross-compiler tool prefix (CROSS_COMPILE) []
  23. Compile also drivers which will not load (COMPILE_TEST) [N/y/?] y
  24. Local version - append to kernel release (LOCALVERSION) []
  25. Kernel compression mode
  26. > 1. Gzip (KERNEL_GZIP)
  27. 2. Bzip2 (KERNEL_BZIP2)
  28. 3. LZMA (KERNEL_LZMA)
  29. 4. XZ (KERNEL_XZ)
  30. 5. LZO (KERNEL_LZO)
  31. 6. LZ4 (KERNEL_LZ4)
  32. choice[1-6?]: 1
  33. Default hostname (DEFAULT_HOSTNAME) [(none)]
  34. Support for paging of anonymous memory (swap) (SWAP) [Y/n/?] y
  35. System V IPC (SYSVIPC) [Y/n/?] y
  36. POSIX Message Queues (POSIX_MQUEUE) [Y/n/?] y
  37. Enable process_vm_readv/writev syscalls (CROSS_MEMORY_ATTACH) [Y/n/?] y
  38. open by fhandle syscalls (FHANDLE) [Y/n/?] y
  39. uselib syscall (USELIB) [Y/n/?] y
  40. Auditing support (AUDIT) [Y/?] y
  41. *
  42. * IRQ subsystem
  43. *
  44. Expose hardware/virtual IRQ mapping via debugfs (IRQ_DOMAIN_DEBUG) [N/y/?] n
  45. *
  46. * Timers subsystem
  47. *
  48. Timer tick handling
  49. 1. Periodic timer ticks (constant rate, no dynticks) (HZ_PERIODIC)
  50. > 2. Idle dynticks system (tickless idle) (NO_HZ_IDLE)
  51. 3. Full dynticks system (tickless) (NO_HZ_FULL)
  52. choice[1-3]: 2
  53. Old Idle dynticks config (NO_HZ) [Y/n/?] y
  54. High Resolution Timer Support (HIGH_RES_TIMERS) [Y/?] y
  55. *
  56. * CPU/Task time and stats accounting
  57. *
  58. Cputime accounting
  59. > 1. Simple tick based cputime accounting (TICK_CPU_ACCOUNTING)
  60. 2. Full dynticks CPU time accounting (VIRT_CPU_ACCOUNTING_GEN)
  61. choice[1-2]: 1
  62. Fine granularity task level IRQ time accounting (IRQ_TIME_ACCOUNTING) [N/y/?] n
  63. BSD Process Accounting (BSD_PROCESS_ACCT) [Y/n/?] y
  64. BSD Process Accounting version 3 file format (BSD_PROCESS_ACCT_V3) [Y/n/?] y
  65. Export task/process statistics through netlink (TASKSTATS) [Y/?] y
  66. Enable per-task delay accounting (TASK_DELAY_ACCT) [Y/?] y
  67. Enable extended accounting over taskstats (TASK_XACCT) [Y/n/?] y
  68. Enable per-task storage I/O accounting (TASK_IO_ACCOUNTING) [Y/n/?] y
  69. *
  70. * RCU Subsystem
  71. *
  72. Make expert-level adjustments to RCU configuration (RCU_EXPERT) [N/y/?] n
  73. Kernel .config support (IKCONFIG) [N/m/y/?] n
  74. Kernel log buffer size (16 => 64KB, 17 => 128KB) (LOG_BUF_SHIFT) [18]
  75. CPU kernel log buffer size contribution (13 => 8 KB, 17 => 128KB) (LOG_CPU_MAX_BUF_SHIFT) [12]
  76. Temporary per-CPU NMI log buffer size (12 => 4KB, 13 => 8KB) (NMI_LOG_BUF_SHIFT) [13] (NEW)
  77. *
  78. * Control Group support
  79. *
  80. Control Group support (CGROUPS) [Y/n/?] y
  81. Memory controller (MEMCG) [Y/n/?] y
  82. Swap controller (MEMCG_SWAP) [Y/n/?] y
  83. Swap controller enabled by default (MEMCG_SWAP_ENABLED) [N/y/?] N
  84. IO controller (BLK_CGROUP) [Y/n/?] Y
  85. IO controller debugging (DEBUG_BLK_CGROUP) [N/y/?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement