Onde está CONFIG_COMPAT_VDSO em make menuconfig?

2

Eu estou tentando compilar um kernel Linux para rodar leve e paravirtualizado no XenServer 5.6 fp1.

Estou usando o guia fornecido aqui: link

Mas estou perplexo quando alcancei a opção CONFIG_COMPAT_VDSO .

Onde está exatamente em make menuconfig ? O site indicou que as opções estão no grupo Tipo de processador e recursos , mas não vejo:

[*] 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) 

FYI, estou configurando o Kernel do Gentoo v2.6.36-endurecido-r9

    
por pepoluan 22.03.2011 / 13:47

1 resposta

3

Como você já disse, está em "Tipos e recursos do processador".

Você está compilando o kernel endurecido do Gentoo, então o código teria sofrido muitos patches.

Uma pesquisa rápida no Google retornou isso: VDSO do kernel do Gentoo . Parece que o Gentoo desativou até várias versões anteriores.

Por que você não faz o download diretamente do kernel.org?

    
por 22.03.2011 / 18:31