XenServer 5.6 fp1에서 경량 및 반가상화를 실행하기 위해 Linux 커널을 컴파일하려고 합니다.
여기에 제공된 가이드를 사용하고 있습니다.http://www.mad-hacking.net/documentation/linux/deployment/xen/pv-guest-basics.xml
하지만 이 옵션을 선택했을 때 나는 당황했습니다 CONFIG_COMPAT_VDSO
.
어디야 make menuconfig
? 웹사이트에는 옵션이 있다고 명시되어 있습니다.프로세서 유형 및 기능그룹이지만 다음 항목이 표시되지 않습니다.
[*] Tickless System (Dynamic Ticks)
[*] High Resolution Timer Support
[*] Symmetric multi-processing support
[ ] Support for extended (non-PC) x86 platforms
[ ] Single-depth WCHAN output
[*] Paravirtualized guest support --->
[*] Disable Bootmem code (NEW)
[ ] Memtest (NEW)
Processor family (Core 2/newer Xeon) --->
(2) Maximum number of CPUs
[ ] SMT (Hyperthreading) scheduler support
[ ] Multi-core scheduler support
Preemption Model (No Forced Preemption (Server)) --->
[ ] Reroute for broken boot IRQs
[ ] Machine Check / overheating reporting
< > Dell laptop support (NEW)
< > /dev/cpu/microcode - microcode support
<M> /dev/cpu/*/msr - Model-specific register support
<M> /dev/cpu/*/cpuid - CPU information support
[ ] Numa Memory Allocation and Scheduler Support
Memory model (Sparse Memory) --->
[*] Sparse Memory virtual memmap (NEW)
[*] Allow for memory hot-add
[*] Allow for memory hot remove
[ ] Allow for memory compaction
[*] Page migration
[*] Enable KSM for page merging
(65536) Low address space to protect from user allocation (NEW)
[ ] Check for low memory corruption
[ ] Reserve low 64K of RAM on AMI/Phoenix BIOSen
-*- MTRR (Memory Type Range Register) support
[ ] MTRR cleanup support
[*] Enable seccomp to safely compute untrusted bytecode (NEW)
[*] Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)
Timer frequency (100 HZ) --->
[ ] kexec system call
[ ] kernel crash dumps
[*] Build a relocatable kernel (NEW)
-*- Support for hot-pluggable CPUs
[ ] Built-in kernel command line (NEW)
참고로 구성 중이에요젠투 커널 v2.6.36-hardened-r9
답변1
이미 말씀하신 것처럼 "프로세서 유형 및 기능" 아래에 있습니다.
젠투의 강화된 커널 소스 코드를 컴파일하고 있으므로 코드가 여러 번 패치되었습니다.
Google에서 빠르게 검색하면 다음과 같은 결과가 나왔습니다.젠투 커널 VDSO. 이전 버전의 젠투에서는 이 기능을 비활성화한 것 같습니다.
kernel.org에서 다운로드하면 어떨까요?